IPv6 Routing Flashcards
1
Q
IPv6 Routing Phases
A
- On-the-fly routing: use the routing table
- Proactive routing: build routing tables
- Manual configuration
- static routing
- Distribute destination information thorughuot the network
- routing protocols
- Manual configuration
Routers must support IPv4 as well as IPv6
2
Q
Enabling IPv6 Routing
A
Most routers support IPv6 forwarding (most likely disabled)
Sample config:
Router#configure terminal
Router(config)#ipv6 unicast-routing
- IPv6 addresses con be configured on interfaces
- IPv6 packets are forwarded
3
Q
IPv6 Routing table
A
Routing based on LPM (as per IPv4)
IPv6 and IPv4 are dealt with as two independent protocols (separate routing tables
4
Q
IPv6 Routing protocols types
A
- Integrated Routing:
- A single protocol to advertise destination of both IP verions.
- Pros
- No need for duplicated mechanisms (advertisement and fault detection)
- Cons
- v4 or v6 will transport protocol messages? a new protocol might have bugs
- v4 and v6 networks might have different topologies.
- Ships in the night
- Each address family uses a distinct protocol (completely independent)
- Pros
- Different routing protocols can be used (tune choice to topology/scenario)
- Smoother migration
- Simpler troubleshooting
- Cons
- Duplicated mechanism
IS-IS and MP-BGP both offer integrated routing funcitonalities. MP-BGP also offers Ships in the night.
All the other routing protocols used the “Ships in the night approach”.