Specifying 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-installstatement:static (defaults | route) {no-install;}To configure the software not to install active IPv6 static routes into the forwarding table, include the
no-installstatement:rib inet6.0 static (defaults | route) {no-install;}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
installstatement. Include this statement when configuring an individual route in therouteportion of thestaticstatement to override ano-installoption specified in thedefaultsportion of the statement.static (defaults | route) {install;}To explicitly install IPv6 routes into the forwarding table, include the
installstatement. Include this statement when configuring an individual route in therouteportion of thestaticstatement to override ano-installstatement specified in thedefaultsportion of the statement.rib inet6.0 static (defaults | route) {install;}For a list of hierarchy levels at which you can configure these statements, see the statement summary sections for these statements.