EIGRP Flashcards
Which routing protocol can be configured to do unequal cost multi-path routing (load balancing)
EIGRP
What kind of routing protocol is EIGRP?
- Distance Vector
- Link State
- Path Vector
- Distance Vector (hybrid)
What is the Routing AD of RIP?
RIP: 120
What is the Routing AD of internal EIGRP?
What is the Routing AD of external EIGRP?
Internal EIGRP: 90
External EIGRP: 170
What is the Routing AD of OSPF?
OSPF: 110
What is the Routing AD of external BGP?
What is the Routing AD of internal BGP?
External BGP: 20
Internal BGP: 200
What happens if an interface is set as a ‘Passive Interfaces’
In RIP, it listens but doesn’t send hello packets.
Networks learned on passive interfaces are advertised to other links.
EIGRP will perform equal cost load balanceing on up to how many paths by default?
What is the max that can be configured?
4 by defualt.
Can be increased up to 16 paths.
EIGRP config… what’s goes in the blank?
Subnet mask or wildcard mask?
R1(config-router)#network 10.0.0.0 ___________
- *Wildcard mask**
i. e. 0.0.255.255
OSPF config… what’s goes in the blank?
Subnet mask or wildcard mask?
R1(config-router)#network 10.0.0.0 ___________
Wildcard mask
i.e. 0.0.255.255
Command to see the interfaces enabled with EIGRP?
R1# show ip eigrp interface
Command to see all paths learned by EIGRP
R1# show ip eigrp topology all-links
Command to see the adjacent routers seen with EIGRP enabled?
R1# show ip eigrp neighbors
Command to see the what routing protocols are running and info about them?
R1# show ip protocols
How is the default EIGRP router ID generated?
IP address of the highest loopback IP address.
If not loopbacks, then uses the highest IP address of any interface.