实验六--静态路由

Posted wjssg12138

tags:

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

左边路由器:

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

 

以上是关于实验六--静态路由的主要内容,如果未能解决你的问题,请参考以下文章

静态路由及实验配置

静态路由(原理+实验)

认识静态路由和默认路由和实验配置

静态路由实验二(浮动静态路由及负载均衡)

配置静态路由进阶实验

静态路由原理及实验