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

Configuring Route Resolution

You can configure a routing table to accept routes from specific routing tables. You can also configure a routing table to use specific import policies to produce a route resolution table to resolve routes.

To configure route resolution, include the resolution statement:

resolution {
rib routing-table-name {
import [ policy-names ];
resolution-ribs [ routing-table-names ];
}
}

To specify the name of the routing table to modify, include the rib routing-table-name statement. To specify one or more import policies to use for route resolution, include the import [ policy-names ] statement. To specify one or more routing tables to use for route resolution, include the resolution-ribs [ routing-table-names ] statement.

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


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