When you configure an individual static route in the route part of the static statement, specify how to reach the destination (in next-hop) in one of the following ways:
![]() |
Note: If an interface becomes unavailable, all configured static routes on that interface are withdrawn from the routing table. |
![]() |
Note: Within a routing instance, you cannot configure a static route with the next-table inet.0 statement if any static route in the main routing instance is already configured with the next-table statement to point to the inet.0 routing table of the routing instance. For example, if you configure on the main routing instance a static route 192.168.88.88/32 with next-table test.inet.0 and the routing instance test is also configured with a static route 192.168.88.88/32 next-table inet.0, the configuration commit fails. Instead, you must configure a rib group both on the main instance and on the routing instance, which enables you to install the static route into both routing tables. For more information, see Installing a Static Route into More than One Routing Table. |