Matching based on rip protocol type, Changing the default redistribution metric, Enabling redistribution – Brocade FastIron Ethernet Switch Layer 3 Routing Configuration Guide User Manual
Page 225
If the route map contains set statements, routes that are permitted by the route map’s match statements
are modified according to the set statements.
In RIP, the match statements are based on prefix lists and access control lists. Set statements are
based on tag values and metric values.
To configure redistribution filters, enter the following command.
device(config-rip-router)#redistribute connected route-map routemap1
Syntax: [no] redistribute {connected | bgp | ospf | static [metric value | route-map name]}
The connected parameter applies redistribution to connected types.
The bgp parameter applies redistribution to BGP4 routes.
The ospf parameter applies redistribution to OSPF routes.
The static parameter applies redistribution to IP static routes.
The metric value parameter sets the RIP metric value 1- 15 that will be applied to the routes imported
into RIP.
The route-map name parameter indicates the route map’s name.
Matching based on RIP protocol type
The match option has been added to the route-map command that allows statically configured routes
or the routes learned from the IGP protocol RIP.
To configure the route map to match to RIP, enter a command such as the following.
device(config-routemap test)# match protocol rip
Syntax: [no] match protocol rip
Changing the default redistribution metric
When the Brocade device 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 Brocade device assigns, up to 15.
To change the RIP metric the Brocade device assigns to redistributed routes, enter a command such as
the following.
device(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-metric1-15
Enabling redistribution
After you configure redistribution parameters, you need to enable redistribution.
To enable RIP redistribution, enter the redistribute command.
device(config-rip-router)#redistribute
Syntax: [no] redistribute
Matching based on RIP protocol type
FastIron Ethernet Switch Layer 3 Routing Configuration Guide
225
53-1003087-04