OSPF v. EIGRP Flashcards
In OSPF, how do you identify Passive Interfaces?
- show ip ospf interfaces brief
- show ip protocol
In EIGRP, how do you identify passive interfaces?
show ip protocols
In OSPF, how do you set the router ID?
- router ospf 1
- router-id 1.1.1.1
In EIGRP, how do you set the router ID?
- router eigrp 10
- eigrp router-id 1.1.1.1
What is the difference between OSPF’s process ID and EIGRP’s ASN?
- For OSPF the process ID can be different on different routers
- For EIGRP the ASN must be the same on all routers
What is the difference with Router IDs in OSPF vs EIGRP?
In OSPF, the router-id has to be unique. In EIGRP if it isn’t unique the router won’t be able to accept external routes from another EIGRP with the same router ID.
What parameters do EIGRP routers need to have in order to become neighbors?
- Same ASN
- Same subnet (for EIGRPv2 only)
- Same K values
- Pass Authentication if configured
What is the difference between OSPF Hello and Dead timers vs EIGRP’s Hello and Hold timers?
- OSPF Hello is 10 seconds, EIGRP’s Hello is 5 seconds
- OSPF Dead time is 40 seconds, EIGRP’s Hold time is 15 seconds.
In EIGRP, do routers need to match timers in order to become neighbors?
No
In OSPF do routers need to match timers to become neighbors?
Yes
What are the multicast addresses for EIGRP and OSPF?
- EIGRP is 224.0.0.9
- OSPF is 224.0.0.5 and 224.0.0.6
What is the difference in OSPF vs EIGRP of an infinite route?
- OSPF 224-1
- EIGRP 232-1
What is the difference in how OSPF determines a metric vs how EIGRP determines a metric?
- OSPF uses Interface Cost
- EIGRP uses Bandwidth and Delay
Does OSPF and EIGRP both do Route Poisoning and Split Horizon?
- Both OSPF and EIGRP do Route Poisoning
- Only EIGRP does Split Horizon
What parameters do OSPF routers need to match to become neighbors?
- Interfaces in same subnet
- Authentication (if configured)
- Hello and Dead timers must match
- Router IDs must be unique
- Must be in same area
- MTUs must match