Ch 4 - Fundamental EIGRP Concepts Flashcards
A router has been configured with the commands router eigrp 9 and network 172.16.1.0 0.0.0.255. No other EIGRP-related commands have been configured. The answers list the IP addresses that could be assigned to this router’s Fa0/0 interface. Which answers list an IP address/prefix length that would cause the router to enable EIGRP on Fa0/0? (Choose two answers.)
a. 172.16.0.1/23
b. 172.16.1.1/26
c. 172.16.1.1/24
d. 172.16.0.255/23
e. None of the other answers are correct.
B and C. The network 172.16.1.0 0.0.0.255 command tells Cisco IOS to match the first three octets when comparing the interface IP addresses to the configured “172.16.1.0” value. Only two answers match in the first three octets. The other two answers have a 0 in the third octet, making the addresses not match the network command.
Router R1 has working interfaces with IP address/prefix combinations of:
- S0/0 - 10.10.10.1/24
- S0/1 - 10.10.11.2/24
- S0/2 - 10.10.12.3/22
R1’s configuration includes the commands router eigrp 9 and network 10.0.0.0. The show ip eigrp interfaces command lists S0/0 and S0/1 in the command output, but not S0/2. Which answer gives a possible reason for the omission?
a. R1 has EIGRP neighbors reachable through S0/0 and S0/1, but not through S0/2, so it is not included.
b. S0/2 might currently be in a state other than up/up.
c. The network 10.0.0.0 command requires the use of mask 255.0.0.0 because of EIGRP being classful by default.
d. S0/2 might be configured as a passive interface.
D. The show ip eigrp interfaces command displays interfaces on which EIGRP has been enabled but omits passive interfaces. Making the interface passive would omit the interface from the output of this command.
Routers R1 and R2 are EIGRP neighbors using their Fa0/0 interfaces, respectively. An engineer adds the ip hello-interval eigrp 9 6 command to R1’s Fa0/0 configuration. Which of the following is true regarding the results from this change?
a. The show ip eigrp neighbors command on R1 lists the revised Hello timer.
b. The show ip eigrp interfaces command on R1 lists the revised Hello timer.
c. The R1-R2 neighborship fails because of a Hello timer mismatch.
d. The show ip eigrp interfaces detail command on R1 lists the revised Hello timer.
D. The show ip eigrp interfaces detail command does display a router’s EIGRP Hello timer setting for each enabled interface. The other listed commands do not display the timer. Also, EIGRP routers do not have to have matching Hello timers to become neighbors.
Router R1 has been configured with the commands router eigrp 9 and network 172.16.2.0 0.0.0.255, with no other current EIGRP configuration. R1’s (working) Fa0/0 interface has been configured with IP address 172.16.2.2/26. R1 has found three EIGRP neighbors reachable through interface Fa0/0, including the router with IP address 172.16.2.20. When the engineer attempts to add the neighbor 172.16.2.20 fa0/0 command in EIGRP configuration mode, which of the following occurs? a. Fa0/0 fails. b. The command is rejected. c. The existing three neighbors fail. d. The neighborship with 172.16.2.20 fails and then reestablishes. e. None of the other answers is correct.
C. The neighbor 172.16.2.20 fa0/0 command would only be rejected if the IP address (172.16.2.20) is not inside the range of addresses in the subnet (172.16.2.0/26, range 172.16.2.0–172.16.2.63). This command does not impact the interface state. The command does disable all EIGRP multicasts, and because the three dynamically discovered neighbors require the EIGRP multicasts, all three neighbors fail. Although 172.16.2.20 is a valid potential neighbor, both routers must be configured with static neighbor commands, and we know that 172.16.2.20 was not previously configured with a static neighbor command; otherwise, it could not have been a neighbor with R1.
Which of the following settings could prevent two potential EIGRP neighbors from becoming neighbors? (Choose two answers.) a. The interface used by one router to connect to the other router is passive in the EIGRP process. b. Duplicate EIGRP router IDs. c. Mismatched Hold Timers. d. IP addresses of 10.1.1.1/24 and 10.2.2.2/24, respectively.
A and D. Table 4-4 lists the issues. For EIGRP, Router IDs do not have to be unique for EIGRP routers to become neighbors, and the hold timer does not have to match between the two neighbors. However, making an interface passive disables the processing of all EIGRP messages on the interface, preventing all neighborships. Mismatched IP subnets also prevent neighborships from forming.
A company has a Frame Relay WAN with one central-site router and 100 branch office routers. A partial mesh of PVCs exists: one PVC between the central site and each of the 100 branch routers. Which of the following could be true about the number of EIGRP neighborships? a. A partial mesh totaling 100: one between the central-site router and each of the 100 branches. b. A full mesh — (101 * 100) / 2 = 5050 — One neighborship between each pair of routers. c. 101 — One between each router (including the central site) and its nearby PE router. d. None of the answers is correct.
A. EIGRP forms neighborships only when two routers can communicate directly over a data link. As a result, with Frame Relay, EIGRP neighborships occur only between routers on the ends of a PVC, so in this case, 100 neighborships exist.
T/F: ASNs must match for an EIGRP neighborship to form.
True.
What network(s) are enabled with EIGRP if this command is issued? R1(config-router)# network 10.10.100.72
All interfaces that fall in the range 10.0.0.0 - 10.255.255.255. With no wild card mask configured, a classful network is matched.
T/F: If a wildcard mask is configured, ACL logic is applied to the network id.
True.
What range of interface address will match with this wildcard mask? R1(config-router)# network 10.1.0.0 0.0.31.255
10.0.0.0 - 10.1.31.255 The low end is the network id itself. The high end is determined easily by adding the wildcard mask to the network id.
What command lists all interfaces enabled with EIGRP, but omits passives?
show ip eigrp interfaces
What command lists the contents of the net config commands for each routing process, lists neighbors, explicitly lists passive interfaces and shows interfaces enabled with EIGRP?
Show ip protocols
What command lists known and working neighbors?
Show ip eigrp neighbors
What command shows all the successor and feasible routes?
show ip eigrp topology
Name 3 tables that EIGRP uses.
Neighbor table, topology table and routing table.
What table holds the candidates for the best IP routes?
Routing table
What address does EIGRP send update messages to?
224.0.0.10 and a neighbor unicast address.
What is the protocol used to send EIGRP update messages?
RTP - Reliable Transport Protocol. (Different than Real Time Transport protocol that is used for video/voice)
T/F: RTP provides a guarantee of message delivery?
True.