Overrides the default BGP4 behavior and advertises the network to a neighbor or peer group only when the corresponding route is installed as a forward route in the routing table.
BGP configuration mode
BGP address-family IPv4 unicast VRF configuration mode
A BGP static network is always advertised to neighbors or a peer group, and if the corresponding route is not present in the routing table, BGP installs the null0 route. This command overrides the default behavior. This command is not supported for BGP4+.
The following example globally overrides the default BGP4 behavior.
device# configure terminal device(config)# router bgp device(config-bgp-router)# neighbor 10.11.12.13 static-network-edge
The following example overrides the default BGP4 behavior for VRF instance "red".
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv4 unicast vrf red device(config-bgp-ipv4u-vrf)# neighbor 10.11.12.13 static-network-edge