what does this ipv6 addr stand for?
johnifanx98
Member Posts: 329
in CCNA & CCENT
This is the global local unicast range.
This is the unique local unicast range.
This is the link-local unicast range.
But what do /3, /7, or /10 stand for?
2000::/3
This is the unique local unicast range.
FC00::/7
This is the link-local unicast range.
FE80::/10
But what do /3, /7, or /10 stand for?
Comments
-
DPG Member Posts: 780 ■■■■■□□□□□It is CIDR notation.
192.168.0.0/24 = 192.168.0.0 - 192.168.0.255
2000::/3 = 2000:: - 3fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff -
jukem Member Posts: 33 ■■□□□□□□□□the /# stands for the prefix length in bits
ex 2000::/3 = 3 of the first 4 bits must equal 2. 0010
every ipv6 address must start with 2---“You got a dream, you gotta protect it. People can’t do something themselves, they wanna tell you, you can’t do it. If you want something, go get it. Period.”--Will Smith in the Movie: Pursuit of Happyness -
johnifanx98 Member Posts: 329It is CIDR notation.
192.168.0.0/24 = 192.168.0.0 - 192.168.0.255
2000::/3 = 2000:: - 3fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
clear. thx