Routing/Subnetting/IPv6/IPv4 Flashcards
what is a fully specified static route?
Both exit interface and next hop are specified:
- Destination network
- Exit interface
- Next hop IP address
what is a recursive static route?
what is it used for?
Only next hop is specified:
Used for default gateway.
-Destination Network
-Next hop IP address
(called recursive because it has to do two lookups, second one for next hop)
what is a floating static route?
Used for redundancy/failover if dynamic routing stops working, specifies:
- Destination Network
- Next hop IP address
- Administrative Distance
what is a directly attached static route?
Only exit interface is specified:
- Destination network
- Exit interface
What kind of IPv6 is this and what is it used for?
FD00:: /7
FC00:: /7
unique local
What kind of IPv6 is this and what is it used for?
FE80:: /10
link local
They are used for IPv6 routing protocols to form neighbor adjacencies.
automatically generated, uses eui-64
What kind of IPv6 is this and what is it used for?
2000:: /3
global unicast
internet routing
What kind of IPv6 is this and what is it used for?
FF01:: /8
FF0E:: /12
multicast
IPv6 routing protocols use what address type for establishing adjacency?
link-local
FE80:: /10
IPv6 multicast
FF02:: /8
FF00:: /12
IPv6 global unicast
2000:: /3
public address/internet routing
IPv6 link local
link local
FE80::/10
They are automatically generated on an interface when you enable IPv6 on an interface.
They are used for routing protocols to form neighbor adjacency, and NDP discovery.
How does IPv6 eui-64 conversion work?
Converts 48-bit MAC address into the 64-bit host portion of an 128-bit IPv6 address.
- Insert FF:FE in the middle
- Invert 7th bit (2nd digit from left)
Odd = Odd ±2
Even = Even ±2
(0 becomes 2, 2 becomes 0)
(1 becomes 3, 3 becomes 1)
unique local
FD00:: /7
(previously FC00:: /7)
-private IP address; no internet
-needs unique global ID in case of merge.
What is class D/multicast range?
224-239
What is class B range?
128-191
Inside Global
Public IP of the NATed host (post-NAT)
Inside Local
Private IP of the NATed host (pre-NAT)
Outside Local
The IP address the devices on the LAN see for the remote host (post-NAT)
Outside Global
The true IP address configured on the remote host by that host’s admin (pre-NAT)