Hello:
I have this static default route I want my iBGP routers to know about, but I'm not sure why the router is not advertising it to its ibgp peers:
sh ip bgp 0.0.0.0
R5CLI#sh ip bgp 0.0.0.0
BGP routing table entry for 0.0.0.0/0, version 12
Paths: (1 available, best #1, table Default-IP-Routing-Table)
Flag: 0x208
Not advertised to any peer
Local
171.17.1.1 from 0.0.0.0 (10.0.1.254)
Origin incomplete, metric 0, localpref 100, weight 32768, valid, sourced, best
My current config is:
router bgp 65535
network 10.128.0.0 mask 255.128.0.0
redistribute static route-map DEFAULTONLY
neighbor 171.16.16.2 remote-as 65535
neighbor 171.16.16.2 next-hop-self
default-information originate
default-metric 1
ip route 0.0.0.0 0.0.0.0 171.17.1.1 tag 111
kind regards,
I have this static default route I want my iBGP routers to know about, but I'm not sure why the router is not advertising it to its ibgp peers:
sh ip bgp 0.0.0.0
R5CLI#sh ip bgp 0.0.0.0
BGP routing table entry for 0.0.0.0/0, version 12
Paths: (1 available, best #1, table Default-IP-Routing-Table)
Flag: 0x208
Not advertised to any peer
Local
171.17.1.1 from 0.0.0.0 (10.0.1.254)
Origin incomplete, metric 0, localpref 100, weight 32768, valid, sourced, best
My current config is:
router bgp 65535
network 10.128.0.0 mask 255.128.0.0
redistribute static route-map DEFAULTONLY
neighbor 171.16.16.2 remote-as 65535
neighbor 171.16.16.2 next-hop-self
default-information originate
default-metric 1
ip route 0.0.0.0 0.0.0.0 171.17.1.1 tag 111
kind regards,