博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
实验六--静态路由
阅读量:4649 次
发布时间:2019-06-09

本文共 632 字,大约阅读时间需要 2 分钟。

左边路由器:

system-view

sysname r1
interface gi 0/0
ip address 10.1.1.1 30
quit
interface lo0
ip address 192.168.10.1 24
ip route-static 172.16.1.0 24 10.1.1.2
ip route-static 10.1.1.4 30 10.1.1.2

 

中间路由器:

system-view

sysname r2
interface gi 0/0
ip address 10.1.1.2 30
quit
interface gi 0/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

 

右边路由器:

system-view
sysname r3
interface gi 0/0
ip address 10.1.1.6 30
quit
interface lo0
ip address 172.16.1.1 24
ip route-static 192.168.10.0 2410.1.1.5
ip route-static 10.1.1.0 30 10.1.1.5

 

转载于:https://www.cnblogs.com/wjssg12138/p/10894856.html

你可能感兴趣的文章
原生ajax通过post或者get下载文件,或处理IE浏览器因为后缀不能显示图片
查看>>
Xcode6 管理provisioning profile
查看>>
2.privite私有变量的意义
查看>>
leetcode LRUCache题目
查看>>
10.28&29(NOIP模拟&修正&总结)
查看>>
Matlab图像处理相关
查看>>
得到python对象的真实大小
查看>>
unity的旋转
查看>>
动画处理<并行和串行>
查看>>
枚举、宏定义enum /defint/typedef
查看>>
吴裕雄--天生自然 高等数学学习:平面及其方程
查看>>
GCC4.8对new和delete的参数匹配新要求
查看>>
kafka安装过程
查看>>
《剑指offer》第一题(重载赋值运算符)
查看>>
YoLo 实践(1)
查看>>
新建maven工程问题001
查看>>
HDU 5912 Fraction (2016-ccpc-长春)
查看>>
【CF321E】+【bzoj5311】贞鱼
查看>>
2016.6.29 tomcat卸载后在安装出现错误:failed to install tomcat7 service
查看>>
shell如何自动输入密码
查看>>