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


Specify When the Route Can Be Resolved to a Prefix not Directly Connected

By default, static routes can point only to a directly connected next hop. You can configure an IPv4 route to a prefix that is not directly connected by resolving the route through the inet.0 and inet.3 routing tables. To configure an IPv4 static route to a prefix that is not a directly connected next hop, include the resolve statement at the [edit routing-options static (defaults | route)] hierarchy level:

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

You can configure an IPv6 route to a prefix that is not directly connected by resolving the route through the inet6.0 routing table. To configure an IPv6 static route to a prefix that is not a directly connected next hop, include the resolve statement at the [edit routing-options rib inet6.0 static (defaults | route)] hierarchy level:

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

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