新版CCNP-iscw中文实验手册.doc

  1. 1、本文档共34页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
新版CCNP-iscw中文实验手册

CCNP-ISCW实验手册 实验一:MPLS配置 实验二:ipsec site-to-siteVPN配置 实验三:GRE VPN的配置 实验四:Ezvpn的配置 实验五:本地AAA的配置 实验六:CBAC配置 实验一:MPLS配置 实验环境:三台路由器Ethernet接口相连,接口配置如图 要求:在三台路由器相连的接口分别启用MPLS,查看相应的结果,在启用前使其在OSPF下互通。 步骤一:接口配置连通性,启用OSPF路由协议 R1(config-if)#int e0/1 R1(config-if)#ip add 10.1.1.1 255.255.255.0 R1(config-if)#no shutdown R1(config)#int e0/0 R1(config-if)#ip add 20.1.1.1 255.255.255.0 R1(config-if)#no sh R1(config)#router ospf 100 (启用路由协议,发布接口 R1(config-router)#net 10.1.1.0 0.0.0.255 area 0 R1(config-router)#net 20.1.1.0 0.0.0.255 area 0 R2(config)#int e0/1 R2(config-if)#ip add 20.1.1.2 255.255.255.0 R2(config-if)#no sh R2(config-if)#int e0/0 R2(config-if)#ip add 30.1.1.1 255.255.255.0 R2(config-if)#no sh R2(config)#router ospf 100 R2(config-router)#net 20.1.1.0 0.0.0.255 area 0 R2(config-router)#net 30.1.1.0 0.0.0.255 area 0 R3(config)#int e0/1 R3(config-if)#ip add 30.1.1.2 255.255.255.0 R3(config-if)#no sh R3(config-if)#int e0/0 R3(config-if)#ip add 40.1.1.1 255.255.255.0 R3(config-if)#no sh R3(config-if)#exit R3(config)#router ospf 100 R3(config-router)#net 30.1.1.0 0.0.0.255 area 0 R3(config-router)#net 30.1.1.0 0.0.0.255 area 0 步骤二:查看路由,并测试连通性 R1#show ip route (查看路由表 20.0.0.0/24 is subnetted, 1 subnets C 20.1.1.0 is directly connected, Ethernet0/0 40.0.0.0/24 is subnetted, 1 subnets O 40.1.1.0 [110/30] via 20.1.1.2, 00:00:15, Ethernet0/0 10.0.0.0/24 is subnetted, 1 subnets C 10.1.1.0 is directly connected, Ethernet0/1 30.0.0.0/24 is subnetted, 1 subnets O 30.1.1.0 [110/20] via 20.1.1.2, 00:00:15, Ethernet0/0 R2#show ip route 20.0.0.0/24 is subnetted, 1 subnets C 20.1.1.0 is directly connected, Ethernet0/1 40.0.0.0/24 is subnetted, 1 subnets O 40.1.1.0 [110/20] via 30.1.1.2, 00:00:23, Ethernet0/0 10.0.0.0/24 is subnetted, 1 subnets O 10.1.1.0 [110/20] via 20.1.1.1, 00:00:23, Ethernet0/1 30.0.0.0/24 is subnetted, 1 subnets C 30.1.1.0 is directly connected, Ethernet0/0 R3

您可能关注的文档

文档评论(0)

shuwkb + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档