Daniel333 wrote: » Well, more specific is always going to win out. No matter the AD. I understood more specific route always win whatever AD is.. If there is a route to 192.168.0.0/16 coming from a few different routing protocols it's going to choose the lowest AD of the options it has. I am thinking about the local router where the EIGRP summary is implemented as AD 5 is locally significant. If I am using different routing protocols then EIGRP summary route still not being used as it will be using more specific route of that summary.(D 192.168.0.0/16 is a summary, 00:00:58, Null0--discarding route) That's Ok. My question is how the AD 5 affecting the routing table if I am only using EIGRP as I know AD is Locally significant. I mean what is the use of AD 5 in a EIGRP summary route ?
Daniel333 wrote: » Well, more specific is always going to win out. No matter the AD.
If there is a route to 192.168.0.0/16 coming from a few different routing protocols it's going to choose the lowest AD of the options it has.
notun1 wrote: » That's Ok. My question is how the AD 5 affecting the routing table if I am only using EIGRP as I know AD is Locally significant. I mean what is the use of AD 5 in a EIGRP summary route ?
Monkerz wrote: » The administrative distance metric (AD 5) is used to advertise a summary without installing it in the routing table. In the end, the AD of 5 is a loop prevention mechanism thought up by Cisco. My best guess is with the AD of 5, rouge summary routes learned dynamically with the same prefix will not cause loops for the router will look at AD and the traffic will be toss at Null0. No other protocol as an AD lower than 5.