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

User Manual - Page 522

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
514
52-10 network
This command is used to enable RIP on one interface. Use the no form of this command to restore to the default
setting.
network network-number
no network
Parameters
52-11 redistribute (RIP)
This command is used to redistribute routes from another routing domain into the RIP domain. Use no form of the
command to remove route redistribution settings to RIP.
redistribute {connected | static | bgp |ospf} [metric value] [route-map map_name]
no redistribute {connected | static | bgp |ospf} [metric value] [route-map map_name]
Parameters
network-number Specifies the IP address of the network of directly connected networks. The interface
whose IP address belongs to the network can transmit and receive the RIP packets.
Default
By default, RIP is disabled on all interfaces.
Command Mode
Router Configuration Mode.
Router Address Family Configuration Mode.
Command Default Level
Level: 8. (EI Mode Only Command)
Usage Guideline
You can verify your settings by entering the show ip rip command.
Example
This example shows how to enable RIP on the interface ‘vlan1’ (10.0.0.0/8).
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#router rip
DXS-3600-32S(config-router)#network 10.0.0.0
DXS-3600-32S(config-router)#
Example
This example shows how to enable RIP on interface ip100 associated to VRF VPN-A
(100.1.1.1/24).
DXS-3600-32S#configure terminal
DXS-3600-32S(config)# router rip
DXS-3600-32S(config)# address-faimly ipv4 vrf VPN-A
DXS-3600-32S(config-router-af)# network 100.1.1.0
connected (Optional) Specifies that the connected routes are to be redistributed into RIP
domain.
static (Optional) Specifies that the static routes are to be redistributed into RIP domain.
bgp (Optional) Specifies that the BGP routes are to be redistributed into RIP domain.
ospf (Optional) Specifies that the OSPF routes are to be redistributed into RIP domain.
metric value (Optional) Specifies that the RIP route metric value for the redistributed routes. The
value range is 0 to 16.
route-map map_name (Optional) Specifies the route map that should be interrogated to filter the importation
of routes from this source routing protocol to the RIP protocol. If not specified, all
routes are redistributed.
Loading ...
Loading ...
Loading ...