
EIGRP - Stub Routing - Cisco Learning Network
Meaning, EIGRP stub routers are designed for very small branch office routers or for edges of the network. By setting a router as a stub, it's neighbours will then suppress sending any queries to the …
EIGRP hello and hold time - Cisco Learning Network
Mismatched timers (this is what the second bullet point refers to) between the two EIGRP neighbors will not cause adjacency flaps as long as the timer values makes sense. In other words, as long as the …
EIGRP offset-lists - Cisco Learning Network
eigrp router-id 2.2.2.2 ! ! ! access-list 1 permit 10.5.1.0 0.0.0.255 ←This is the subnet of the destination. After I configured B, I reset D's neighbors with clear ip eigrp neigh and the syslog messages …
What is the function of Protocol Numbers in IP?
I've learned that protocol number 88 is used for EIGRP, and number 89 for OSPF, but what is it function? According the theory it tell the upper layer what kind of data is in the packet. But this is a bit …
'distance' command for EIGRP - Cisco Learning Network
Router (config)#router eigrp 10 Router (config-route)#distance eigrp 100 200 This sets the administrative distance for routes learned by EIGRP to 100 if they are from the same EIGRP network (internal), or …
EIGRP Document with 22 labs for certification preparation
Download below EIGRP PDF Document with 22 scenarios, these scenarios are useful to prepare the CCNP Enterprise ENARSI exam: Lab 1: EIGRP Different AS Distribute-List Offset List
Does EIGRP really use the minimum bandwidth in calculating the metric?
EIGRP is not sharing it's out interface values such as Bandwidth & Delay with its a neighbor router. The router only sharing the details as How much is the value itself used to calculate metrics. (minimum …
EIGRP Metrics used with Redistribution - Cisco Learning Network
EIGRP uses a composite metric comprised of bandwidth, delay, reliability, and load. As a result EIGRP wouldn't understand an OSPF cost and OSPF would not understand an EIGRP metric. To remedy …
EIGRP/RIP Redistribution - Cisco Learning Network
I am back with another question! This time I am working on redistribution and have the topology below. Now when, one R1, enter the following command: router rip redistribute eigrp 100 metric 2 network …
AD value for EIGRP summary route? - Cisco Learning Network
AD value for EIGRP summary route is 5. What does "EIGRP summary route'' means? How its AD becomes 5, whereas Internal-EIGRP is 90 and External-EIGRP is 170?