Configuring the Metric Value Added to Imported RIP Routes

By default, RIP imports routes from the neighbors configured with the neighbor statement. These routes include those learned from RIP as well as those learned from other protocols. By default, the current route metric of routes that RIP imports from its neighbors is incremented by 1.

To change the default metric to be added to incoming routes, include the metric-in statement:

metric-in metric;

metric can be a value from 1 through 16.

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

Related Topics