I’ve a BGP box hosted by one of my uplinks.
I want that this box stops announcing my Network when
it looses connection to my core network.
So if all IBGP Sessions are down the eBGP session should
go down, too.
Anyone scripted this already? Can this be done/Is ist possible to get BGP
states in Script?
:foreach p in=[ / routing bgp peer find ] do={ :put [ / routing bgp peer get $p state ] }
but is it really needed to announce that network using a network statement? what if you just announced the entire network from the iBGP’s or use “aggregate” ?