DES-7200 Configuration Guide Chapter 2 RIP
Configuration
2-20
Figure3 Topological diagram for RIP unicast update
Networking Requirements
As shown below, three devices are connected to the LAN and running RIP routing
protocol.
SwitchA can learn the routes advertised by SwitchB and SwitchC;
SwitchC can learn the routes advertised by SwitchA and SwitchB;
SwitchB cannot learn the routes advertised by SwitchC.
Configuration Tips
To meet the above configuration requirements, RIP unicast must be configured on
SwitchC. Insert the command of "neighbor" during the RIP configuration of
SwitchC, so that RIP protocol can send advertisements to the interface of SwitchA
in unicast mode. Execute "passive-interface" command on G0/1 interface of
SwitchC to avoid route broadcast on this link.
Configuration Steps
# Switch A
! Configure the IP address of corresponding interface
DES-7200>enable
DES-7200#configure terminal
DES-7200(config)#interface gigabitEthernet 0/1
DES-7200(config-if)#no switchport
DES-7200(config-if)#ip address 192.168.15.1 255.255.255.0
DES-7200(config-if)#exit