23 - Implementing OSPF for IPV6 Flashcards
Which 2 commands should be on every router running OSPFv3 for IPv6?
- ipv6 router ospf 2 * interface subcommand ‘ipv6 ospf 2 area 23’
What determines if an interface can be made passive?
no expectation to find an OSPF neighbor on that data link
What 3 show cmds tell you about the interfaces with OSPFv3 enabled?
- show ipv6 protocols * show ipv6 ospf interface brief * show ipv6 ospf interface
What is the number one place to look for OSPF problems?
issues that prevent routers from becoming neighbors
What 4 show cmds tell you about the neighbor relationships?
- show ipv6 ospf interface * show ipv6 ospf interface brief * show ipv6 protocols * show ipv6 ospf
In OSPF neighbors need to have equal MTU sizes. What is the show command to determine if this is the case?
show ipv6 interface
What is an Inter-area route?
A route that is in a different area
What is an intra-area route?
A route that is in the same area
What are the 3 ways to configure the router_ID?
- router-id (value) * configure highest IPv4 address on loopback * rely on highest non-loopback IPv4 address
What are the 4 basic configuration steps?
- ipv6 router ospf (process_id) * configure router ID * ipv6 ospf (process) area (area_#) * configure any passive interfaces with router subcommand passive-interface gig0/0
What are 3 ways to change the interface cost used for route calculation?
- in interface mode, ipv6 ospf cost (cost) * use ‘bandwidth (speed) cmd on interface * router subcommand ‘auto-cost reference-bandwidth (ref_bw)”
What router subcommand might impact the number of equal cost routes a router might use?
router subcommand, ‘maximum paths 6’
What happens if the wrong area # is used on the interface cmd ‘ipv6 ospf 1 area 3’
A neighbor relationship on that interface won’t form.
What 2 things prevent a neighbor relationship from being formed off an interface?
- wrong area number configured * passive-interface configured for that interface
What is the difference in neighbor states between ‘adjacent’ and ‘fully adjacent’?
Fully adjacent means the neighbor state reaches the FULL state, adjacent means that routers with DR and BDRs stabilize at 2-way meaning they are adjacent