- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于源的route-map NAT6
网关有多出口,且欲实现负载(或者区分数据类型指定出口)并互为备份,这种流量分担的思想就是将不同地址或不同数据扔到不同出口,再以满足出口为先决条件,为所有内部地址提供NAT
IP地址段如图
Part1:基于源地址的route-map NAT
R1ISP1:
enable
conf t
interface Loopback0
description DianxinNet
ip address 1.1.1.1 255.255.255.0
interface Serial2/0
description ToHangZhouQianJiangKeJiDaSha
ip address 13.13.13.1 255.255.255.0
no shutdown
interface Serial2/3
description ToWangTongNet
ip address 100.1.1.1 255.255.255.252
no shutdown
ip route 2.2.2.0 255.255.255.0 100.1.1.2
ip route 23.23.23.0 255.255.255.0 100.1.1.2
R2ISP2:
enable
conf t
interface Loopback0
description WangTongNet
ip address 2.2.2.2 255.255.255.0
interface Serial2/1
description ToHangZhouQianJiangKeJiDaSha
ip address 23.23.23.2 255.255.255.0
no shutdown
interface Serial2/3
description ToDianXinNet
ip address 100.1.1.2 255.255.255.252
no shutdown
ip route 1.1.1.0 255.255.255.0 100.1.1.1
ip route 13.13.13.0 255.255.255.0 100.1.1.1
R4HOST:
enable
conf t
no ip routing
ip default-gateway 192.168.1.1
interface f0/0
ip address 192.168.1.4 255.255.255.0
no shutdown
R5HOST:
enable
conf t
no ip routing
ip default-gateway 172.16.1.1
interface f1/0
ip address 172.16.1.5 255.255.255.0
no shutdown
R3GW:
enable
conf t
interface Serial2/0
description ToDianXinISP
ip address 13.13.13.3 255.255.255.0
ip nat outside
no shutdown
interface Serial2/1
description ToWangTongISP
ip address 23.23.23.3 255.255.255.0
ip nat outside
no shutdown
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
no shutdown
ip policy route-map cisco
interface FastEthernet1/0
ip address 172.16.1.1 255.255.255.0
ip nat inside
no shutdown
ip policy route-map cisco
ip sla monitor 13
type echo protocol ipIcmpEcho 13.13.13.1 source-ipaddr 13.13.13.3
timeout 3000
frequency 5
ip sla monitor 23
type echo protocol ipIcmpEcho 23.23.23.2 source-ipaddr 23.23.23.3
timeout 3000
frequency 5
#定义下一跳监控,目的、源、监控超时时长、探测包发送周期、
ip sla monitor schedule 13 life forever start-time now
ip sla monitor schedule 23 life forever start-
您可能关注的文档
最近下载
- 2024年北京西城区卫生健康系统事业单位招聘笔试真题汇总.docx VIP
- 初三物理第十八章电功率复习-(精品课件).ppt VIP
- 全国行政执法人员执法资格考试必考题库及参考答案(通用版).docx
- 标准方管和矩形管尺寸及参考价格.pdf VIP
- 无人机考试题库(全真题库)附参考答案(达标题).docx VIP
- 西门子(SIEMENS)FUE380FUS380超声波流量计说明书.pdf
- DLT817-2014 立式水轮发电机检修技术规程.docx VIP
- ACS6000变频器整流单元更换方法培训课件.ppt VIP
- GB50854-2013 房屋建筑与装饰工程工程量计算规范.docx VIP
- 统编版六年级上册语文文言文阅读专题训练(有答案).pdf VIP
文档评论(0)