Quick Reference Guide

648 PowerConnect B-Series TI24X Configuration Guide
53-1002269-02
Configuring RIP parameters
22
Change the default redistribution metric (optional). The Layer 3 Switch assigns a RIP metric of
one to each redistributed route by default. You can change the default metric to a value up to
16.
Enable redistribution.
NOTE
Do not enable redistribution until you configure the other redistribution parameters.
Configuring redistribution filters
RIP redistribution filters apply to all interfaces. The software uses the filters in ascending
numerical order and immediately takes the action specified by the filter. Thus, if filter 1 denies
redistribution of a given route, the software does not redistribute the route, regardless of whether a
filter with a higher ID would permit redistribution of that route.
NOTE
The default redistribution action is permit, even after you configure and apply redistribution filters
to the virtual routing interface. If you want to tightly control redistribution, apply a filter to deny all
routes as the last filter (the filter with the highest ID), then apply filters with lower filter IDs to allow
specific routes.
To configure a redistribution filter, enter a command such as the following.
PowerConnect(config-rip-router)# deny redistribute 2 all address 207.92.0.0
255.255.0.0
This command denies redistribution for all types of routes to the 207.92.x.x network.
Syntax: [no] permit | deny redistribute <filter-num> all | bgp | ospf | static address <ip-addr>
<ip-mask>
[match-metric <value> | set-metric <value>]
The <filter-num> specifies the redistribution filter ID. The software uses the filters in ascending
numerical order. Thus, if filter 1 denies a route from being redistributed, the software does not
redistribute that route even if a filter with a higher ID permits redistribution of the route.
The all parameter applies redistribution to all route types.
The bgp parameter applies redistribution to BGP4 routes only.
The ospf parameter applies redistribution to OSPF routes only.
The static parameter applies redistribution to IP static routes only.
The address <ip-addr> <ip-mask> parameters apply redistribution to the specified network and
subnet address. Use 0 to specify “any”. For example, “207.92.0.0 255.255.0.0“ means “any
207.92.x.x subnet”. However, to specify any subnet (all subnets match the filter), enter “address
255.255.255.255 255.255.255.255”.
The match-metric <value> parameter applies the redistribution filter only to those routes with the
specified metric value; possible values are from 1 – 15.
The set-metric <value> parameter sets the RIP metric value that will be applied to those routes
imported into RIP.
The following command denies redistribution into RIP for all OSPF routes.
PowerConnect(config-rip-router)# deny redistribute 3 ospf address 207.92.0.0
255.255.0.0