default-information originate
Enables BGP to advertise a default route (0.0.0.0/0) if the default route exists in the IP routing table. If the default route does not exist, you must configure it using the ip route command.
When you issue this command in the route-target address family, BGP advertises the Default-RT-MEM-NLRI route (0:0:0/0)
For IS-IS, OSPF, and RIP, configures a default route for the distribution of default information into the respective routing domain. IS-IS creates the default route (0.0.0.0/0) if it does not exist in the IP routing table. OSPF and RIP do not create the default route unless you use the always option.
For all protocols, the no version disables advertisement of the default route. The syntax varies with the protocol.
For BGP:
default-information originate [ route-map mapTag ]
no default-information originate [ route-map [ mapTag ] ]
[ no ] default-information originate [ route-map mapTag ]
[ no ] default-information originate [ route-map mapTag ]
default-information originate always
[ no ] default-information originate [ always | metric metricValue | metric-type 1 | metric-type 2 | route-map mapTag ]*
- mapTagName of route map used to import the default route; string of up to 32 characters
- alwaysCreates the default route, so that it is always advertised
- metricValueSets the metric for the default route; in the range 04294967295
- metric-type 1Sets the default route's metric type to OSPF external type 1
- metric-type 2Sets the default route's metric type to OSPF external type 2
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
Address Family Configuration, Router Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.