Quick Reference Guide

PowerConnect B-Series TI24X Configuration Guide 649
53-1002269-02
Configuring RIP parameters
22
The following command denies redistribution for all OSPF routes that have a metric of 10.
PowerConnect(config-rip-router)# deny redistribute 3 ospf address 207.92.0.0
255.255.0.0 match-metric 10
The following commands deny redistribution of all routes except routes for 10.10.10.x and
20.20.20.x.
NOTE
This example assumes that the highest RIP redistribution filter ID configured on the device is 64.
Changing the redistribution metric
When the Layer 3 Switch redistributes a route into RIP, the software assigns a RIP metric (cost) to
the route. By default, the software assigns a metric of one to each route that is redistributed into
RIP. You can increase the metric that the Layer 3 Switch assigns, up to 15.
To change the RIP metric the Layer 3 Switch assigns to redistributed routes, enter a command such
as the following.
PowerConnect(config-rip-router)# default-metric 10
This command assigns a RIP metric of 10 to each route that is redistributed into RIP.
Syntax: [no] default-metric <1-15>
Enabling redistribution
After you configure redistribution parameters, you need to enable redistribution.
To enable RIP redistribution, enter the following command.
PowerConnect(config-rip-router)# redistribution
Syntax: [no] redistribution
Removing a RIP redistribution deny filter
To remove a previously configured RIP redistribution deny filter, do the following.
1. Remove the RIP redistribution deny filter.
2. Disable the redistribution function.
3. Re-enable redistribution.
The following shows an example of how to remove a RIP redistribution deny filter.