RIP故障处理实验

华为ENSP模拟器下

如图

RIP故障处理实验_第1张图片

display current-configuration

[V200R003C00]

#

 sysname R1

#

interface GigabitEthernet0/0/0

 ip address 192.168.1.2 255.255.255.0

#

interface GigabitEthernet0/0/1

 ip address 192.168.2.2 255.255.255.0

#

rip 1

 version 2

 network 192.168.1.0

 network 192.168.2.0

#

Return

 

display current-configuration

[V200R003C00]

#

 sysname R2

#

interface Ethernet1/0/0

 ip address 172.16.1.254 255.255.255.0

#

interface GigabitEthernet0/0/0

 ip address 192.168.1.1 255.255.255.0

#

rip 1

 version 2

 network 172.16.0.0

 network 192.168.1.0

#

Return

 

display current-configuration

[V200R003C00]

#

 sysname R3

#

interface Ethernet1/0/0

 ip address 172.16.2.254 255.255.255.0

#

interface GigabitEthernet0/0/1

 ip address 192.168.2.1 255.255.255.0

#

rip 1

 version 2

 network 172.16.0.0

 network 192.168.2.0

#

return

你可能感兴趣的:(从实验开始零基础学网络路由交换)