Vol 1 Part 7: Fundamentals of IP Version 6 Flashcards
How many bits and what type of characters are used in an IPv6 address?
128 bits, hexadecimal
What are the 4 types of routing protocols used with IPv6?
- RIPng (RIP Next Generation)
- OSPFv3
- EIGRPv6 (Cisco proprietary)
- MP GBP-4 (multiprotocol BGP version 4)
When abbreviating an IPv6 address, what can be removed: leading 0s or trailing 0s?
Leading 0s
Any string of two or more consecutive zeros can be replaced with what character?
The double colon (::)
What are the 6 types of IPv6 addresses?
Global unicast, unique local, multicast, link local, anycast, and modified EUI-64
What is the global routing prefix do for an IPv6 address?
It serves as the network portion of the address
What are the first hex digits for the four different types of IPv6 addresses?
Global Unicast: 2 or 3 (ex 2001 for US IPv6 addresses)
Unique Local: FD
Multicast: FF
Link Local: FE80
What are the 3 components of a subnetted IPv6 Global Unicast Address?
Global Routing Prefix (Set by IANA, RIR, or ISP)
Subnet (bits = 64 - bits from global routing prefix)
Interface ID
What do unique local addresses serve as in IPv6?
Private IP addresses
What does the structure of a unique local address in IPv6 look like?
FD as the first two hex digits, a unique 40-bit global ID following the initial 8 bits of FD, 16 bit subnet field, 64 bit interface ID field
What commands are used to configure a static IPv6 address on a router?
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 address 2001:DB8:1111:4::2/64
Modified EUI64 addresses enable what as part of its addressing, and how does the interface ID get created as a result of it?
The MAC address. It makes up the interface ID portion of the. To do this, it
- splits the 48bit MAC address into two halves
- inserts FFFE in between the two, giving a new 16 hex digit, 64 bit interface ID.
- Lastly, the 7th bit of the interface ID gets inverted in binary and converted back into Hex
What command is used to enable a router to learn IPv6 addresses with DHCP? What about SLAAC?
ipv6 address dhcp
ipv6 address autoconfig
What happens when you add an IPv6 address to a router interface?
The interface received a unicast ipv6 address and the routing of ipv6 packets on that interface is enabled.
What are link local addresses used for in ipv6?
They are used for overhead protocols and for next-hop routing. Every ipv6 host interface and router interface can create its own link-local address