EIGRP - eigrp stub connected static summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2014 09:15 AM - edited 03-05-2019 12:15 AM
Hi All,
Regarding the command - eigrp stub connected static summary
Am I right in thinking that when configured (it's on my Core Stack of Switches) the following is true.
* Automatically advertises connected routes without any further config in the EIGRP process
* Will not allow for the automatic redistribution of configured static routes on my Core Switch. They first need to be RD'd into the EIGRP process first before being advertised?
* Automatically advertises summary routes?
I have the following configured -
router eigrp 100
network 10.21.50.1 0.0.0.0
redistribute static route-map STATIC-TO-EIGRP
eigrp stub connected static summary
If I did not have the "redistribute static route-map STATIC-TO-EIGRP" configured - my statics would not be redistributed solely on the eigrp stub static command. (I do NEED this route-map)?
If I did not have the "static" part in my eigrp stub connected static summary command, then my route-map wouldn't work?
Am I understanding this correctly?
Thanks
- Labels:
-
Routing Protocols

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2014 11:26 AM
You still have to specify the network that you want to advertise. The stub options allow you to advertise those. For example, if I had a loopback of 1.1.1.0/24, I would still need the network command in eigrp configured along with the eigrp stub connected command. If you omit the connected (which is default btw), and specified "eigrp stub summary", then it will not advertise the connected route even if you have the network command specified to advertise.
So in summary, the eigrp stub command allows you to advertise those types of routes to your neighbor, but if you don't have it specified, it won't advertise them while being configured as a stub host.
Yes, you'll still need to redistribute your static routes, and it still falls under the rules above. If you don't have the "eigrp stub static" configured, it will not advertise the redistributed route.
HTH,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2015 10:22 PM
Thanks for ending my 60-min web search!
THIS: the eigrp stub command allows you to advertise those types of routes to your neighbor, but if you don't have it specified, it won't advertise them while being configured as a stub host.
Is what I was looking for. Much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 08:39 AM
the command " eigrp stub connected static summary" will advertise local connected routes, static routes and summary routes. Having said that it will advertise static routes- does not mean that it will happen automatically. You need to redistribute static routes in eigrp. So your point 1 is correct.
If you dont set "static" part in eigrp stub then your static wont be redistributed in any case i.e. even if you have "redistribution static" happening in eigrp or not. So your point 2 is correct per the configuration you updated.
You may refer the same in below link.
