EIGRP Flashcards
Which type of authentication supports EIGRP?
Only supports MD5
What are the requirements to became EIGRP neighbor?
- Must be able to send/receive IP packets
- The primary IP address of the interface must be in the same subnet
- AS number must be the same
- Connected interface must not be passive
- Authentication must pass
- K-values used must match
Which information omits the “show ip eigrp interfaces” command?
It omits the passive interfaces
Which protocol shows the passive interfaces in EIGRP?
Show ip protocol
How can you manually change the EIGRP hello and hold intervals?
Ip hello-interval eigrp
Ip hold-time eigrp
Interval = seconds
What is the default time for hello and hold intervals in EIGRP?
LAN > hello: 5sec ; hold: 15sec
WAN > hello: 60sec ; hold: 180sec
Which command is used to see in EIGRP the K-values?
Show ip protocols
How can you change the K-values?
Metric weights 0 1 0 1 0 0
Where the 1st value is the tos that is always 0
How long does the router wait to act when no hello packets are received?
3x hello-interval. By default 15 seconda
What is the EIGRP multicast address in IPv4 to send hello?
224.0.0.10
Which device is affected by the change of the hello and hold timers?
Hello timer > local device
Hold timer > the neighbors
Which commands can you use to verify the hello and dead intervals in EIGRP?
- show ip eigrp interface detail
* show ip eigrp neighbors (no muestra el tiempo exacto sino un contador)
What are the uses of DUAL?
- Determine the best loop-free path
- Determine the backup loop-free path
- Provide fast convergence
What is the IP protocol number of EIGRP?
88
What type of protocol is EIGRP?
Distance vector
What are the 3 steps in EIGRP to provide network convergence?
- Neighbor relationship
- Topology exchange information
- DUAL to populate the routing table
In EIGRP, what are the purposes of the hello packets?
- Discover new neighbors
2. To maintain the neighborship
What is the importance of enable the authentication in a routing protocol?
This helps to prevent a Denial of Service (DoS) attack
If in EIGRP you have the following commands:
R1 > “key chain CCNP”
R2 > “key chain Cisco”
Do you think that this could work? And why?
Yes, because the name or string only have a locally importance
In EIGRP, how would you configure the authentication?
Key chain "string" Key 1 Key-string "string" Interface fastEthernet 0/1 Ip authentication mode eigrp 1 md5 Ip authentication key-chain eigrp "key-chain-string"
If in EIGRP you have multiple active/valid keys at the same time, which key would be used to generate the MD5 digest to send EIGRP packets?
The key with the lowest key number value
In EIGRP how can you check the key chain configuration?
- “show key chain “
* “debug eigrp packet”
Can you configure key chain to use time-based logic?
Yes
In EIGRP if you wanted to use different keys during different time periods what would you need to do on router so this configuration could work?
The clocks must be set to use the same time, using and NTP or manually through the “clock set” command
Which commands you have to use to configure the key chain to use time-based logic?
- accept-lifetime…
- send-lifetime…
What do you need to do to use different keys during different time periods?
The clocks must be set to use the same time. You can configure it manually or using a NTP server (preferred).
Which command you have to use to update the router clock manually?
“Clock set” command
In EIGRP, what are the 2 ways that a router has to advertise its connected routes?
- Using the “network” command
2. Using the “redistribute connected” command
What are the advantages and disadvantages of using the “redistribute connected” command?
Advantage:
- you don’t have to use the “passive interface” command
Disadvantage:
- you send this routes as external routes
How do you configure passive interfaces one by one in EIGRP and all at the same time?
Router eigrp
Passive-interface
OR
Passive-interface default
Which K values does EIGRP uses by default?
Bandwidth (K1) and delay (k3)
How many K values are in EIGRP?
5
What values can have the K-values in EIGRP?
1 and 0
What is the Administrative Distance (AD) of EIGRP?
Internal EIGRP: 90
External EIGRP: 170
It is recommended to change the K-values?
No
You only can configure one key for all the time periods. True or false?
False. You can have multiple keys for different time periods
For which reasons the EIGRP neighbors can be configured statically?
- L2 media doesn’t support broadcast
- to ensure that no other device can intercept the EIGRP packets sent to multicast addresses between devices. (A security reason)
How can you configure the neighbors statically in EIGRP?
Router eigrp
Neighbor
What are the caveats or disadvantages of configuring static neighbors in EIGRP?
- all multicast processing for EIGRP on that particular interface is disabled
- if existing neighbors were formed using multicast, they will go down
- All the neighbors on that interface must be statically defined
With which command can you verify the static neighbors?
“Show ip eigrp neighbors detail”
For what is used the Router-ID?
Is used to prevent external routing loops
If 2 routers have the same EIGRP router-id what could happen?
- They won’t be able of becoming neighbors
- Routers won’t accept external updates that have the same router-id
What are the characteristics of the EIGRP neighbors over MPLS L3VPN?
- Neighbors are formed with the service provider’s PE router
- No neighbor relationship is required with all the remote offices/branches/sites or data center
- It uses Virtual Routing & Forwarding (VRF)
What are the characteristics of EIGRP neighbors over Ethernet?
- Is like building a neighbor over a LAN segment
- MetroEthernet configuration is irrelevant to us
What are the characteristics of EIGRP neighbors over Frame Relay?
- FR provides layer 2 WAN services
- Neighbors can be formed with any router that connects to the FR cloud
- The port can be configured as point-to-point or multipoint (sub or physical interface)
- It can be dynamic or static neighbor discoveries, depending on the FR cloud
- There is one significant problem with EIGRP neighbors over FR: split horizon ⛔️
- A single physical interface from the router connected to the FR cloud, the split horizon became a problem
What does a router after forming an EIGRP neighbor relationship?
They exchange neighbors topology tables
Which information keeps the EIGRP topology table?
Prefix
Prefix length
Metric information
Etc
What are the 2 ways that a router can use in EIGRP to add routes into its local topology table?
- Prefixes of connected subnets that are matched using the “network” command
- Prefixes that are redistributed into EIGRP
What are the 5 types of protocol messages in EIGRP?
- Hello
- Update
- ACK (acknowledgement)
- Query
- Reply
Which types of messages does EIGRP uses for topology exchange?
- Update
- ACK
What information contain the EIGRP update messages?
- Prefix
- Prefix length
- Metric components: bandwidth, delay, load and reliability
- Non metric components: MTU and hop count
How is the EIGRP update process?
- When neighbors come up, the routers exchange full topology tables with each table
- When full topology exchange is done, there is NO period of re-flooding of topology table data
- If something change only a partial update is sent about the prefix that was affected with a network change
- If a neighbor fails and then recovers, the full topology table is exchanged with it again
An update process in EIGRP can be done for a metric value change?
Yes
You have to enable split-horizon in EIGRP?
No, it is enable by default
Which protocol does EIGRP uses to send updates and ACK messages?
EIGRP uses RTP ( Reliable Transport Protocol)
How is the update process in EIGRP on multi-access network?
Typically send update messages to multicast address 224.0.0.10 and expect unicast EIGRP ACK message from each neighbor
What is the problem when the split-horizon is enable in EIGRP?
The issue happen when we use FR and we have multipoint interfaces. This cause that the update messages can’t be send to all the neighbors
How can you disable the split-horizon in EIGRP?
“No ip split-horizon eigrp “
Interface subcommand
On RIP
“No ip split-horizon”
Which percentage of bandwidth uses EIGRP for the update messages?
50% of interface bandwidth by default
From where EIGRP take as reference the 50% of bandwidth for updates?
From the “bandwidth” command, it uses the 50% of this value
How can you change the percentage uses by EIGRP for the update messages?
Using the “ip bandwidth-percent eigrp “ command
How the bandwidth percentage works in EIGRP when we have PVCs?
The bandwidth of the interface is distributed in an equal way for all PVCs, but you can’t define different bandwidth to each PVC
What is the feasible distance (FD)?
From the local router’s perspective, the metric value for a route, used by this local router, to choose the best route for that prefix
What is the Reported Distance (RD) or Advertise Distance (AD)?
From the local perspective is the metric reported by the neighbor to reach a route.
In this example which is the feasible distance and the reported distance?
10.10.10.0/24 via 18.19.18.18 (668160/640256)
Feasible distance: 668168 (metric)
Reported distance: 640256
What are the ways to manipulate your the EIGRP metric value?
- Changing bandwidth and/or delay values
- Using offset-list
It is recommended to change the bandwidth value to manipulate the metric? Yes or not, and why?
It is not recommended because changing the bandwidth may also affect other things as QoS, queuing, shaping, etc
What happen when you change the bandwidth and/or delay on an interface?
It changes the metric value for all the routes reachable out of that interface
Changing the bandwidth or delay affect the FD and RD?
No, it only affects the FD