
EIGRP - Stub Routing - Cisco Learning Network
EIGRP Convergence? During convergence of EIGRP there are two main "routes" that a router can take when a network fails. The first is to check is a feasible successor (Backup) route is …
eirgp- injecting default routes - Cisco Learning Network
The ip default-network command is used with RIP, IGRP, and EIGRP to flag a candidate network as a default route. You can issue this command for multiple networks which effectively creates …
EIGRP Neighbors Hello & Hold timers - Cisco Learning Network
R2#show ip eigrp neighbors IP-EIGRP neighbors for process 10 H Address Interface Hold Uptime SRTT RTO Q Seq Type (sec) (ms) Cnt Num 0 10.100.0.1 Fa0/0 21 00:07:19 1988 5000 0 3 …
Eigrp holdtime - Cisco Learning Network
The rate at which EIGRP sends hello packets is called the hello interval, and you can adjust it per interface with the ip hello-interval eigrp command. The hold time is the amount of time that a …
Advertising Default-route EIGRP - Cisco Learning Network
In this case the options are to either create a static summary route to override the Null0 summary route or use the summary-metric 0.0.0.0/0 [AD] command on newer IOS versions in eigrp …
default route propagation in eigrp - Cisco Learning Network
This ip default network command is referencing a "network" as the default so it's slightly different. However the main reason for using this is that you can advertise a static route as your default …
How to set default route with EIGRP? - Cisco Learning Network
Here is a good explanation about default router by EIGRP with "network 0.0.0.0" default route via eigrp The correct way to distribute the defaul route (a recommendation) is configuring a static …
EIGRP offset-lists - Cisco Learning Network
As a side note, you don't need to clear the neighbor adjacency since with EIGRP, an automatic adjacency flap is necessary whenever a change resulting to the modification of routing …
redistribute eigrp in BGP - metric - Cisco Learning Network
redistribute eigrp 1 metric 10 neighbor 23.1.1.3 remote-as 23 The metric for the external route shows up as MED in the BGP table. R3#show ip bgp BGP table version is 9, local router ID is …
EIGRP no auto-summary and wildcard - Cisco Learning Network
Once EIGRP knows which interfaces (and their respective networks) are involved in the local EIGRP processs, then the auto-summary feature will control whether we advertise the longer …