IPV6 Flashcards
(20 cards)
What is a fully specified IPV6 static route?
when the destination IP, next-hop IP, and interface is specified when creating the next route
What is directly attached IPV6 route?
when the destination IP and interface is specified when creating the next route (assumes the connection through that interface is the destination)
How to use MAC address to generate a IPV6 address for an interface using EUI-64?
Invert the 7th bit and insert FFFE in the middle
Global Unicast IPV6 address
These are public addresses that are routable on the internet. These are assigned by IANA and go from start from 2000 to 3FFFF
Unique Local IPV6 address
Used privately (within organizations too) and cannot be routed on the internet. Usually starts with FD
What is the purpose of multicast in IPV6?
There is no broadcast in IPV6 to save bandwidth. Multicast is used instead and usually starts with FF00
What are the three parts of a IPV6 address?
- Global ID/Prefix (if assigned)
- subnet identifier
- Interface identifier (Host portion)
Link-Local IPV6 address
These are automatically generated on interfaces using EUI-64. They are only used within a local subnet and cannot be routed. Starts with FE8
multicast scopes: interface-local
starts with FF01. Sends traffic within device
multicast scopes: Link-local
Starts with FF02. Sends traffic to devices within a local subnet
multicast scopes: site-local
Starts with FF05. routed between routers but only in one physical site
multicast scopes: organization-local
STarts with FF08. Similar to site-local but wider in scope
multicast scopes: Global-local
starts with FF0E. no limits and can be routed to the internet
Anycast
New feature of IPV6, multiple routers can have the same address and traffic will be routed to the closest router with that address
IPV6 Header
- Version
- Traffic class - QoS
- Flow label - identifies specific traffic flows
- Payload length - length in bytes
- hop limit -ttl
- Source Address
- Destination Address
NDP
Neighbour Discovery Protocol, equivalent of ARP for ipv4 and is used for neighbour discovery and auto detection of routers in a network
How does MAC discovery work with NDP>
Router Soliticitation can be sent to all routers (via FF02::2) to identify
Router Advertisement is sent (via FF02::1) from a router containing info about itself. Sent in response to solicitation but periodically sends itself
SLAAC
Stateless Address Auto-configuration, the router uses RS/RAs to learn the IPv6 prefix of the local link and generate an ipv6 address
Duplicate Address Detection
Detects if hosts are using the same IPv6 address via RS/RA. This is done by sending a RS to its own address and if gets a reply, there’s a dupe