EIGRP COPY Flashcards
Are keys case sensitive?
Yes
If there are multiple valid, matching keys, which key will be used?
The one with the lowest number (first match)
Give the command to display a key chain
show key chain
What are the two ways to add interfaces to EIGRP and what are the administrative distances for these?
network command - Internal route - AD 90
redistribute connected command - External route - AD 170
What two things does “passive-interface” do?
It stops the interface from sending Hello packets and will also ignore incoming ones.
Give the command to set all interfaces as passive except Ethernet0/0
router eigrp
passive-interface default
no passive-interface Ethernet0/0
What command will show EIGRP interfaces in passive mode?
sh ip protocols
Which K-values are used in the default metric?
bandwidth (k1) and delay (k3)
How is the router-id chosen?
The highest numbered active loopback is used, or the highest numbered active interface if no loopback is available.
Can two routers with the same router-id become neighbors? Can they exchange routes?
They can become neighbors but cannot exchange routes if directly connected to each other. They will accept internal routes if there is another router between the two.
Give the command to manually set a router-id
router eigrp 100
eigrp router-id X.X.X.X
What extra information does an external route update include?
It includes the originating router’s router-id as well as the external metric and protocol.
Give the command to disable split-horizon for EIGRP on an interface.
interface serial0/0
no ip split-horizon eigrp
What does the following command do?
interface serial0/0
no ip split-horizon
It will disable split-horizon for RIP only.
How much bandwidth total will EIGRP use on a given link?
By default, EIGRP uses only 50% of the available bandwidth.
Give the command to change the percentage of bandwidth EIGRP will use on interface serial0/0.
interface serial0/0
ip bandwidth-percent eigrp
Explain the difference between access-rate and CIR.
Access rate is the fastest rate a connection can physically handle. Committed information rate (CIR) is the guaranteed available rate.
Does the bandwidth command set the access rate or the CIR? Without it, what is used?
It sets the CIR. Without the bandwidth command, the CIR defaults to the access rate.
What unit does the bandwidth command use?
kilobits per second
What is the assumed bandwidth rate on a serial interface unless otherwise specified?
1544 kbps
What should the bandwidth command be set to for point-to-point and multipoint links?
On point-to-point, use bandwidth to set the CIR. On multipoint, set bandwidth to the sum of all the CIRs.
How does EIGRP determine the available bandwidth in multipoint links?
Bandwidth should be set to the sum of the CIRs. EIGRP will divide this by the number of PVCs, and use 50% of that value for each connection.
What impact does “set ip bandwidth-percent” have on a multipoint link?
EIGRP will divide the number given by the number of PVCs.
How is the reported distance sent?
The sending router sends the raw values and the receiving router calculates the reported distance (RD).