码迷,mamicode.com
首页 > 其他好文 > 详细

实验六--静态路由

时间:2019-05-20 17:19:12      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:quit   static   静态路由   ati   stat   ESS   nbsp   ddr   --   

左边路由器:

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

 

实验六--静态路由

标签:quit   static   静态路由   ati   stat   ESS   nbsp   ddr   --   

原文地址:https://www.cnblogs.com/wjssg12138/p/10894856.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!