IPv6 Basics Flashcards
Configure an IPv6 address on an interface
R1(config-if)# […]
ipv6 address address/prefix-length
Enable IPv6 routing on the router.
R1(config)# […]
ipv6 unicast-routing
Typically, IPv6 subnets use a […] prefix length.
/64
Typically, an enterprise requesting IPv6 addresses will receive a [prefix length] block of addresses.
/48
To shorten an IPv6 address, you can replace consecutive quartets of all 0s with a […].
double colon (::)
*can only do this once per address
To shorten an IPv6 address, you can remove […] from each quartet.
leading 0s
An IPv6 address contains […] hexadecimal quartets.
8
An IPv6 address is […] bits in length.
128
Which RIR controls IP address assignments in Europe, the Middle East, and parts of Central Asia?
RIPE NCC
Which RIR controls IP address assignments in Latin America and the Caribbean?
LACNIC
Which RIR controls IP address assignments in Canada, many Caribbean and North Atlantic islands, and the US?
ARIN
Which RIR controls IP address assignments in Asia-Pacific?
APNIC
Which RIR controls IP address assignments in Africa?
AFRINIC
What is the IPv6 loopback address?
::1
What is the IPv6 unspecified address?
::
Configure an IPv6 anycast address:
R1(config-if)# […]
ipv6 address address/prefix-length anycast
IPv6 multicast scope:
FF0E = […]
Global
IPv6 multicast scope:
[…] = Global
FF0E
IPv6 multicast scope:
FF08 = […]
Organization-local
IPv6 multicast scope:
[…] = Organization-local
FF08
IPv6 multicast scope:
FF05 = […]
Site-local
IPv6 multicast scope:
[…] = Site-local
FF05
IPv6 multicast scope:
FF02 = […]
Link-local
IPv6 multicast scope:
[…] = Link-local
FF02