IPv6 Flashcards
What is the command to enable IPv6 on a Cisco router?
Router(config)#ipv6 unicast-routing
What is a link-local address?
An IPv6 address that has local significance (is unique on a LAN)
What is the command to enable IPv6 on a Cisco router interface?
Router(config-int)#ipv6 enable
If your device has a MAC address of F0:24:75:A1:66:43 and it uses stateless autoconfiguration what would its eui-64 address be?
F224:75FF:FEA1:6643
What is the prefix for IPv6 multicast addresses?
FF00::/8
What is the IPv6 prefix for link-local addresses?
FE80::/10
Which type of IPv6 address is a global-unicast address that is assigned to multiple interfaces?
Anycast address
What’s the global-unicast prefix?
2000::/3
What’s the unique local unicast range?
FC00::/7
What is the prefix used for 6to4?
2002::/16
What is an RS in IPv6?
A Router Solicitation - a device using stateless autoconfiguration will send a Router Solicitation to each router’s multicast address in order to obtain prefix information for its link-local address.
What is an RA in IPv6?
A Router Advertisement - routers send prefix information out to other nodes on a network periodically in RAs - they also send them out in response to Router Solicitations sent by devices that need an IPv6 address.
What ICMP type is an RS message? What type is an RA?
DS = 133 DA = 134
In 6to4 tunneling what special address range is used?
2002::/16
How does IPv6 allow for smaller routing tables in internet routers?
IPv4 addresses are being allocated to ISPs in blocks that can be aggregated (summarized) by the ISP routers. This leads to these routers having one entry for numerous networks.