• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cisco router BGP question ?

Vegito

Diamond Member
For some reason, say my ip is x.x.0.0/24 and i'm announcing it in bgp after

router bgp xxxxx
network xxx.xxx.xxx.xxx mask 255.255.255.248
network xx.x.0.0 mask 255.255.255.0

and for some reason it's announcing something as a /16 ? any idea
 
Turn off auto-summary, that'll auto-magically summarize at classfull boundaries. Lemme guess, the route is in the range of 128.0.0.0 - 191.0.0.0?

If that doesn't do it then maybe you could describe the route
what version of IOS? IP classless command in your config? Where are you getting this route from - IGP, iBGP, eBGP?
 
jeeez, sorry forgot to tell you command

router bgp AS#
no auto-summary

maybe include your neighbor statements as well, you can do a lot of manipulation there.
 
Back
Top