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


Resolve Routes Using a Secondary Routing Table

You can specify the routes that the Routing Engine uses to resolve routes by specifying a routing import policy. You can also choose the routing tables that the Routing Engine uses to resolve routes for a particular routing table.

To resolve routes using a secondary routing table, include the resolution statement:

[edit]
resolution {
    import [ policy-names ];
    no-secondary-rib;
    secondary-rib routing-table-name;
}

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

Include the import option to specify a particular routing policy. Include the secondary-rib option to specify a particular secondary routing table to use for resolution. Include the no-secondary-rib option to make sure no secondary routing tables are used for resolution.


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