双ISP
原创Qiutianming ©著作权
©著作权归作者所有:来自51CTO博客作者Qiutianming的原创作品,请联系作者获取转载授权,否则将追究法律责任
dx>enable
dx #conf t
dx (config)#interface s0/0
dx (config-if)#ip add 202.101.224.1 255.255.255.252
dx (config-if)#no shut
dx (config)#interface s0/1
dx (config-if)#ip add 202.101.225.1 255.255.255.252
dx (config-if)#no shut
dx (config)#interface lo0
dx (config-if)#ip add 1.1.1.1 255.255.255.0
dx (config-if)#no shut
dx (config-if)#router ospf 1
dx (config-router)#net 202.101.224.1 0.0.0.0 area 0
dx (config-router)#net 202.101.225.1 0.0.0.0 area 0
wt>enable
wt #conf t
wt (config)#interface s0/0
wt (config-if)#ip add 202.101.226.1 255.255.255.252
wt (config-if)#no shut
wt (config)#interface s0/1
wt (config-if)#ip add 60.1.1.1 255.255.255.252
wt (config-if)#no shut
wt (config)#interface lo0
wt (config-if)#ip add 2.2.2.2 255.255.255.0
wt (config-if)#no shut
wt (config-if)#router ospf 1
wt (config-router)#net 60.1.1.1 0.0.0.0 area 0
wt (config-router)#net 202.101.226.1 0.0.0.0 area 0
R4>enable
R4#conf t
R4(config)#interface s0/0
R4(config-if)#ip add 202.101.226.2 255.255.255.252
R4(config-if)#no shut
R4(config)#interface s0/1
R4(config-if)#ip add 202.101.225.2 255.255.255.252
R4(config-if)#no shut
R4(config)#interface lo0
R4(config-if)#ip add 4.4.4.4 255.255.255.0
R4(config-if)#no shut
R4(config-if)#router ospf 1
R4(config-router)#net 202.101.225.2 0.0.0.0 area 0
R4(config-router)#net 202.101.226.2 0.0.0.0 area 0
R3>enable
R3#conf t
R3(config)#interface s0/0
R3(config-if)#ip add 202.101.224.2 255.255.255.252
R3(config-if)#no shut
R3(config)#interface s0/1
R3(config-if)#ip add 60.1.1.2 255.255.255.252
R3(config-if)#no shut
R3(config)#interface f1/0
R3(config-if)#ip add 192.168.1.254 255.255.255.0
R3(config-if)#no shut
R3(config-if)#exit
R3(config)#ip route 0.0.0.0 0.0.0.0 202.101.224.1
R3(config)#ip route 0.0.0.0 0.0.0.0 60.1.1.1
R3(config)#access-list 1 permit 192.168.1.0 0.0.0.255
R3(config)#inter s0/0
R3(config-if)#ip nat outside
R3(config-if)#inter s0/1
R3(config-if)#ip nat outside
R3(config-if)#inter f1/0
R3(config-if)#ip nat inside
R3(config-if)#exit
R3(config)#route-map dx permit 10
R3(config-toute-map)#match ip address 1
R3(config-toute-map)#match interface s0/0
R3(config-toute-map)#exit
R3(config-if)#route-map wt permit 20
R3(config-toute-map)#match ip address 1
R3(config-toute-map)#match interface s0/1
R3(config-toute-map)#exit
R3(config)#ip nat inside source route-map dx interface s0/0 overload
R3(config)#ip nat inside source route-map wt interface s0/1 overload
R5>enable
R5#conf t
R5(config)#inter f0/0
R5(config-if)#ip address 192.168.1.1 255.255.255.0
R5(config-if)#no shut
R5(config-if)#exit
R5(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.254
上一篇:路由RIP协议
下一篇:如何防御DDOS攻击
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Cisco双ISP双链路NAT接入案例
加群交流在后台回复“加群”,添加小编微信,小编拉你进去后台回复“724”获取入门资料实验拓扑:需求概述:R1
ide 静态路由 ip地址 内网 原理分析 -
双ISP线路接入,链路自动切换方案职场 休闲 双ISP线路接入 链路自动切换方案
-
cisco 双ISP线路接入 链路自动切换方案
http://liangrui.blog.51cto.com/1510945/365353
cisco ISP双线路接入 链路自动切换 -
基于VRRP的ISP双出口备份链路配置
基于VRRP的ISP双出口备份链路配置
服务器 优先级 链路