赞
踩
节省设备链路开销,运行稳定,是管理员手工配置的,是单向的,缺乏灵活性。所以,对大型网络来说,工作量较大,拓扑一旦发生改变,维护量变大,只适用于小型网络(路由条目少于十条)。
[R1]ip route-static 10.1.2.0 24 10.1.1.2
[R1]ip route-static 3.3.3.3 32 10.1.1.2
[R2]ip route-static 1.1.1.1 32 10.1.1.1
[R2]ip route-static 3.3.3.3 32 10.1.2.3
[R3]ip route-static 1.1.1.1 32 10.1.2.2
[R3]ip route-static 10.1.1.0 24 10.1.2.2
[R1]undo ip route-static 10.1.2.0 24 10.1.1.2
[R1]undo ip route-static 3.3.3.3 32 10.1.1.2
[R1]ip route-static 0.0.0.0 0.0.0.0 10.1.1.2
[R3]undo ip route-static 10.1.1.0 24 10.1.2.2
[R3]undo ip route-static 1.1.1.1 32 10.1.2.2
[R3]ip route-static 0.0.0.0 0.0.0.0 10.1.2.2
默认路由:匹配所有网段,但是只能在末梢网络用STUB NETWORK中使用
默认路由是静态路由的一种特殊形式,它属于静态路的一种
使用它是要有条件的,只能在末梢网络中使用
[R1]ip route-static 0.0.0.0 0.0.0.0 10.1.1.2
[R3]ip route-static 0.0.0.0 0.0.0.0 10.1.2.2
浮动路由指的是配置两条静态路由,默认选取链路质量优的(带宽大的)作为主要路径,当路径出现故障时,由宽带较小的备份路由,顶替保持网络的不中断
[R1-Ethernet0/0/0]ip add 10.1.3.1 24
[R1]ip route-static 0.0.0.0 0.0.0.0 10.1.3.2 preference 61
[R2-Ethernet0/0/0]ip add 10.1.3.2 24
[R2]ip route-static 1.1.1.1 32 10.1.3.1 preference 61
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。