Reference v4.1.0 Instruction Manual
Network OS Command Reference 495
53-1003115-01
neighbor default-originate (BGP)
2
neighbor default-originate (BGP)
Configures the device to send the default route 0.0.0.0 to a neighbor.
Synopsis neighbor {ip-address | peer-group-name} default-originate {route-map map-name}
no neighbor
Operands ip-address IPv4 address of the neighbor
peer-group-name Peer group name configured by the neighbor peer-group-name command.
route-map Optionally injects the default route conditionally, depending on the match
conditions in the route map.
map-name Name of the route map.
Defaults None
Command Modes BGP address-family IPv4 unicast configuration mode
Description Use this command to configure the device to send the default route 0.0.0.0 to a neighbor.
Usage Guidelines Use the no form of the command to restore the defaults.
Examples
switch(config)# rbridge-id 10
switch(config-rbridge-id-10)# router bgp
switch(config-bgp-router)# address-family ipv4 unicast
switch(config-bgp-ipv4u)# neighbor 10.11.12.13 default-originate route-map
myroutemap
See Also route-map