Configures the device to send the default IPv4 route 0.0.0.0 or the default IPv6 route ::/0 to a neighbor or a peer-group. Route maps can also be applied to the default-originated routes.
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
The no form of the command withdraws the default routes.
The following example sends the IPv4 default route to the BGP4 neighbor 10.11.12.13.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv4 unicast device(config-bgp-ipv4u)# neighbor 10.11.12.13 default-originate
The following example sends IPv6 default route to the BGP4 neighbor 10.11.12.13.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast device(config-bgp-ipv6u)# neighbor 10.11.12.13 default-originate