D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 2 RIP
Configuration
2-30
! Configure loopback interface
DES-7200(config)#interface Loopback 0
DES-7200(config-if-Loopback 0)#ip address 192.168.30.1 255.255.255.0
# Configure RIP routing protocol
DES-7200(config)#router rip
DES-7200(config-router)#version 2
DES-7200(config-router)#network 192.168.12.0
DES-7200(config-router)#network 192.168.30.0
# SwitchD:
! Configure Ethernet interface
DES-7200(config)#interface FastEthernet 0/1
DES-7200(config-if-FastEthernet 0/1)#no switchport
DES-7200(config-if-FastEthernet 0/1)#ip address 192.168.10.2 255.255.255.0
! Configure OSPF routing protocol
DES-7200(config)#router ospf 10
DES-7200(config-router)#network 192.168.10.0 0.0.0.255 area 0
Verification
Display the routing table of each device (mainly the routing information on
SwitchA, SwitchB and SwitchC):
1. View routing table on Switch A, as shown below (the bold figures are the
routing information learned through RIP):
DES-7200#show ip route
Codes: C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default
Gateway of last resort is no set
R* 0.0.0.0/0 [120/5] via 192.168.12.3, 00:00:23, FastEthernet 0/1
C 192.168.10.0/24 is directly connected, FastEthernet 0/2
C 192.168.10.1/32 is local host.
C 192.168.12.0/24 is directly connected, FastEthernet 0/1
C 192.168.12.1/32 is local host.
R 192.168.20.0/24 [120/1] via 192.168.12.2, 00:07:09, FastEthernet 0/1
R 192.168.30.0/24 [120/1] via 192.168.12.3, 00:00:23, FastEthernet 0/1