DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
515
52-12 router rip
This command is used to enable RIP and enter the RIP router configuration mode. Use the no form of this command to
disable RIP.
router rip
Default
By default, no route redistribution to RIP is configured.
The default value of the metric is 0.
By default, no route map is configured.
Command Mode
Router Configuration Mode.
Router Address Family Configuration Mode.
Command Default Level
Level: 8. (
EI Mode Only Command
)
Usage Guideline
This command is used to add route redistribution from other routing protocols into
RIP on the switch. Changing or disabling any keyword will not affect the state of
other key-words. It is not necessary to convert the metric of one routing protocol into
that of another routing protocol for route redistribution, since different routing
protocols use different metric measurement methods. However, a symbolic metric
suggest to be set for route redistribution.
You can filter the routes redistributed into RIP domain using the route map. If the
specified route map is not defined, all routes should be redistributed. You can use
the route-map math-clauses to filter the routes, and use the route-map set-clauses to
set the metric of routes redistributed into RIP domain.
You can verify your settings by entering the
show ip rip
command.
Example
This example shows how to configure the redistribution of static routes to RIP.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#router rip
DXS-3600-32S(config-router)#redistribute static
DXS-3600-32S(config-router)#
Example
This example shows how to configure the redistribution of OSPF routes to RIP and
specify the metric to 2.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#router rip
DXS-3600-32S(config-router)#redistribute ospf metric 2
DXS-3600-32S(config-router)#
Example
This example shows how to configure the redistribution of OSPF routes to RIP and
use the route map.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#route-map map1 permit 1
DXS-3600-32S(config-route-map)#match ip address list1
DXS-3600-32S(config-route-map)#set metric 4
DXS-3600-32S(config-route-map)#exit
DXS-3600-32S(config)#router rip
DXS-3600-32S(config-router)#redistribute ospf route-map map1
DXS-3600-32S(config-router)#
Example
This example shows how to configure the redistribution of static route to RIP VRF
VPN-A instance.
DXS-3600-32S# configure terminal
DXS-3600-32S(config)# router rip
DXS-3600-32S(config)# address-family ipv4 vrf VPN-A
DXS-3600-32S(config-router-af)# redistribute static
Summary of Contents for DXS-3600-16S
Page 1: ...CLI Reference Guide Product Model DXS 3600 Series Layer 2 3 Managed 10GbE Switch Release 1 10 ...
Page 232: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 224 ...
Page 301: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 293 ...
Page 349: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 341 ...
Page 494: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 486 ...
Page 564: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 556 ...
Page 649: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 641 ...