D-Link DXS-3600-32S 24-port Top Of Rack 10 Gigabit Managed Switch With Expansion Slot

User Manual - Page 523

For DXS-3600-32S.

PDF File Manual, 695 pages, Read Online | Download pdf file

DXS-3600-32S photo
Loading ...
Loading ...
Loading ...
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
Loading ...
Loading ...
Loading ...