[Contents] [Prev] [Next] [Index] [Report an Error]


Specify Whether a Route Is Installed in the Forwarding Table

By default, the JUNOS software installs all active static routes into the forwarding table. To configure the software not to install active IPv4 static routes into the forwarding table, include the no-install statement:

[edit routing-options static (defaults | route)] 
no-install; 

For a list of hierarchy levels at which you can configure this statement, see the statement summary section for this statement.

To configure the software not to install active IPv6 static routes into the forwarding table, include the no-install statement:

[edit routing-options rib inet6.0 static (defaults | route)] 
no-install; 

For a list of hierarchy levels at which you can configure this statement, see the statement summary section for this statement.

Even if you configure a route so it is not installed in the forwarding table, the route is still eligible to be exported from the routing table to other protocols. To explicitly install IPv4 routes into the forwarding table, include the install statement. Include this statement when configuring an individual route in the route portion of the static statement to override a no-install option specified in the defaults portion of the statement.

[edit routing-options static (defaults | route)] 
install; 

For a list of hierarchy levels at which you can configure this statement, see the statement summary section for this statement.

To explicitly install IPv6 routes into the forwarding table, include the install statement. Include this statement when configuring an individual route in the route portion of the static statement to override a no-install statement specified in the defaults portion of the statement.

[edit routing-options rib inet6.0 static (defaults | route)] 
install; 

For a list of hierarchy levels at which you can configure this statement, see the statement summary section for this statement.


[Contents] [Prev] [Next] [Index] [Report an Error]