IP通信基础 实验六

Posted qq735020139

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IP通信基础 实验六相关的知识,希望对你有一定的参考价值。

交换机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技术图片

以上是关于IP通信基础 实验六的主要内容,如果未能解决你的问题,请参考以下文章

IP通信基础 实验九

IP通信基础 实验三

IP通信基础 实验五

IP通信基础 实验二

IP通信基础 实验四

IP通信基础 实验七