首页 > 其他 > 详细

实验六—静态路由

时间:2019-05-19 21:04:11      阅读:80      评论:0      收藏:0      [点我收藏+]

左边路由器:

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/huatec201710112011/p/10890662.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!