neighbor default-originate
Allows a BGP speaker (the local router) to send the default route 0.0.0.0/0 to a neighbor for use as a default route. The no version halts sending a default route to the neighbor. The default version removes the explicit configuration from the peer or peer group and reestablishes inheritance of the feature configuration.
neighbor { ipAddress | peerGroupName } default-originate [ route-map mapTag ]
{ no | default } neighbor { ipAddress | peerGroupName } default-originate
[ route-map [ mapTag ] ]
- ipAddress—Neighbor's IP address
- peerGroupName—Name of a BGP peer group. If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command. You cannot override the characteristic for a specific member of the peer group.
- mapTag—Name of route map applied to modify the attributes of the default route or filter the default route; string of up to 32 characters
Address Family Configuration, Router Configuration