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. When you issue this command in the route-target address family, BGP advertises the Default-RT-MEM-NLRI route (0:0:0/0). 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 | ipv6Address | peerGroupName } default-originate
[ route-map mapTag ]{ no | default } neighbor { ipAddress | ipv6Address | peerGroupName } default-originate
[ route-map [ mapTag ] ]
- ipAddressIP address of BGP neighbor
- ipv6AddressIPv6 address of BGP neighbor
- peerGroupNameName 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.
- mapTagName of route map applied to modify the attributes of the default route or to filter the default route; string of up to 32 characters
Address Family Configuration, Router Configuration
Command introduced before JUNOSe Release 7.1.0.
ipv6Address variable added in JUNOSe Release 8.0.0.