Enables the device to advertise BGP routes even though they are not installed in the RIB Manager.
This feature is disabled.
BGP address-family IPv4 unicast configuration mode
BGP address-family IPv6 unicast configuration mode
BGP address-family IPv4 unicast VRF configuration mode
BGP address-family IPv6 unicast VRF configuration mode
Use the no form of this command to restore the default.
This example configures the device to advertise routes that are not installed in the RIB manager.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv4 unicast device(config-bgp-ipv4u)# always-propagate
This example configures the device to reflect advertise that are not installed in the RIB manager in IPv6 address-family unicast configuration mode.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast device(config-bgp-ipv6u)# always-propagate
This example configures the device to advertise routes that are not installed in the RIB manager in a nondefault VRF instance.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv4 unicast vrf red device(config-bgp-ipv4u-vrf)# always-propagate