11 - Troubleshooting Routing Protocols Flashcards
What 4 conditions do both EIGRP and OSPF require be met to establish a neighbor relationship?
- Interfaces must be in an up/up state * Interfaces must be in the same subnet * ACLs must not filter routing protocol messages * Must pass authentication if configured
What additional conditions does EIGRP require be met to establish a neighbor relationship?
- Must use the same ASN * K-values must match
What additional conditions does OSPF require be met to establish a neighbor relationship?
- Hold and Dead timers must match * Router_IDs must be unique * The neighbor interfaces must be in the same area
If an exam question appears to be related to a problem with a routing protocol, what 3 general troubleshooting processes are described in this book for both EIGRP and OSPF?
Step 1.) looking at the design determine which interfaces should have routing protocols enabled and which routers should become neighbors. Step 2.) Verify whether a routing protocol is enabled on each interface. Step 3.) Verify that each router has formed all expected neighbor relationships.
For both EIGRP and OSPF what 2 things does the routing protocol do once enabled on an interface using the ‘network’ cmd?
- Attempts to find potential neighbors on the subnet connected to that interface * Advertise the subnet connected to that interface
For both EIGRP and OSPF, if a routing protocol is enabled on an interface but a neighbor relationship does not form, what could be the problem?
- Passive interface could be configured on that interface.
For EIGRP interfaces, what 2 commands are all that are needed to determine 1) if the routing protocol is enabled and 2) which interfaces are configured to be passive?
- ‘show ip eigrp interfaces’ and ‘show ip protocols’
For OSPF interfaces, what 2 commands are all that are needed to determine 1) if the routing protocol is enabled and 2) which interfaces are configured to be passive?
- show ip ospf brief * show ip protocols
What information is contained in the ‘show ip protocols’ command?
- the contents of the configured network commands for each routing protocol * a separate list of the passive interfaces.
What information is contained in the ‘show ip eigrp interfaces’ command?
- all EIGRP-enabled interfaces * Does NOT show passive-interfaces
What information is contained in the ‘show ip ospf interface brief’ command?
- lists all OSPF-enabled interfaces * DOES include passive-interfaces
For OSPF, what does the ‘show ip protocols’ command show?
- lists all OSPF-enabled interfaces * DOES include passive-interfaces
In EIGRP, what are the two formats acceptable for the ‘network’ command?
- network 10.0.0.0 - must be a classful network, will include all interfaces in that classful network or * use a wildcard mask ‘network 10.2.0.0 0.0.255.255
What does the command ‘show ip eigrp neighbors’ show?
Only EIGRP neighbors that have passed the neighbor verification checks.
In EIGRP, if the ‘show ip eigrp neighbors’ cmd does not show all the expected neighbors what is the first thing to check?
Can the neighbors ping each other on the same subnet. You have to specify the source interface of the ping.