HCL试验六

交换机R1:

sys
sysname R1
interface loopback 0
ip add 192.168.10.1 24
qu
interface g0/0
ip address 10.1.1.1 30
qu
dis ip int bri
ip route-static 10.1.1.4 30 10.1.1.2
ip route-static 172.16.1.0 24 10.1.1.2

交换机R2:

sys
sysname R2
interface g0/0
ip address 10.1.1.2 30
qu
interface g0/1
ip address 10.1.1.5 30
ip route-static 192.168.10.0 24 10.1.1.1
ip route-static 172.16.1.0 24 10.1.1.6

交换机R3:

sys
sysname R3
interface loopback 0
ip add 172.16.1.0 24
qu
interface g0/0
ip address 10.1.1.6 30
qu
dis ip int bri
ip route-static 10.1.1.0 30 10.1.1.5
ip route-static 192.168.10.0 24 10.1.1.5

猜你喜欢

转载自www.cnblogs.com/junruo/p/10854801.html