D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 2 RIP
Configuration
2-14
intercommunication can be realized between any two nodes. Networking
requirements are shown below:
The devices shall be able to adapt to the changes in network topology, so as
to reduce the workload of manual maintenance;
Route updates can carry subnet mask;
Switch A only receives the routing information from external network, but will
not advertise routing information of internal network.
RIP information can be exchanged between Switch A, Switch B and Switch
C, so that internal hosts can access Internet.
Configuration Tips
According to user's requirements and network environment, RIPv2 routing
protocol shall be selected to achieve user network intercommunication;
To allow Switch A to receive routing information sent from external network
without advertising the routing information of internal network, the G0/2 port
of Switch A shall be configured as a passive interface.
Configuration Steps
# Switch A
! Configure the IP address of the corresponding port on Switch A
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 110.11.2.1 255.255.255.0
DES-7200(config-if)#exit
DES-7200(config)#interface gigabitEthernet 0/2
DES-7200(config-if)#no switchport
DES-7200(config-if)#ip address 155.10.1.1 255.255.255.0
! Create RIP routing process
DES-7200(config)#router rip
! Configure RIP version 2
DES-7200(config-router)#version 2
! Configure G0/2 as a passive interface
DES-7200(config-router)#passive-interface gigabitEthernet 0/2
! Disable automatic route summarization
DES-7200(config-router)#no auto-summary