Install guide

36 Redistributing BGP Routes into RIP Release Note
Software Version 2.7.6
C613-10462-00 REV A
delete ip rip redistribute
Syntax DELete IP RIP REDistribute PROTocol=BGP
Description This command stops RIP redistributing BGP routes, by deleting the
redistribution entry.
Example To stop RIP from importing BGP routes, use the command:
del ip rip red prot=bgp
set ip rip redistribute
Syntax SET IP RIP REDistribute PROTocol=BGP [LIMit=1..500]
[METric=0..16] [ROUTEMap=[routemap]]
[SUBNET={ON|OFF|YES|NO|TRUE|FALSE}]
where routemap is a character string from 1 to 15 characters long
Description This command changes the settings the router or switch uses when it
redistributes BGP routes as RIP routes.
The protocol parameter specifies the routing protocol from which RIP will
obtain the routes that it redistributes. Protocol must be set to BGP. You can also
redistribute statically-configured routes into RIP by using the staticexport
parameter of the add ip rip interface command.
The limit parameter specifies the maximum number of BGP routes that the
router or switch can import into RIP. Importing too many routes into RIP
reduces RIP’s performance. The default limit is 50.
The metric parameter specifies the metric that RIP gives the imported routes.
Note that if you set the metric with this parameter and in a route map, this
parameters value applies. To stop setting the metric, enter metric= without
specifying a value. RIP then uses the route’s original metric, or 16 if the metric
is higher than 16.
The routemap parameter specifies a route map. You can use the route map to
select routes for RIP to import, and to tag routes or change the route metric.
The route map must already exist. To create a route map, use the add ip
routemap command on page 38. To stop using a route map, specify routemap=
without specifying a route map name.
The subnet parameter specifies whether RIP can import subnet routes. This
parameter only applies if the router or switch is configured to send RIP version
2 packets. If you specify off, RIP only imports classful network routes. If you
specify on, RIP imports classless network routes. The default is on.
Example To change the number of routes that RIP imports to 200, use the command:
set ip rip red prot=bgp lim=200