Install guide

Software Version 2.7.6 35
Software Version 2.7.6
C613-10462-00 REV A
Command Reference Updates
This section describes any new commands and the changed portions of any
modified commands and output screens. It uses boldface to highlight new
parameters and options of existing commands, and new fields of existing
output.
add ip rip redistribute
Syntax ADD 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 enables the router or switch to redistribute 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
parameter's value applies. If you do not specify a metric here or in a route map,
RIP 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.
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 no, RIP only imports classful network routes. If you
specify yes, RIP imports both classful and classless network routes. The default
is yes.
Example To enable RIP to redistribute 50 BGP routes, which are selected by the route
map called bgp_to_rip, use the command:
add ip rip red prot=bgp routem=bgp_to_rip