acl综合配置练习.doc

  1. 1、本文档共14页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE ACL综合配置练习 姓名: 学号: 班级: 任务1:配置带有CHAP身份验证的PPP 步骤1:将HQ和B1之间的链路配置为使用带有CHAP身份验证的PPP封装 Password: HQenable Password: HQ#config t HQ(config)#username B1 password cisco123 HQ(config)#interface s0/0/0 HQ(config-if)#no shutdown HQ(config-if)#encapsulation ppp HQ(config-if)#encapsulation ppp HQ(config-if)#ppp authentication chap HQ(config-if)#end HQ#copy running-config startup-config HQ# Password: B1enable Password: B1#config t B1(config)#username HQ password cisco123 B1(config)#interface s0/0/0 B1(config-if)#no shutdown B1(config-if)#encapsulation ppp B1(config-if)#ppp authentication chap B1(config-if)#end B1#copy running-config startup-config 步骤2:将HQ和B2之间的链路配置为使用带有CHAP身份验证的PPP封装 HQ#config t HQ(config)#username B2 password cisco123 HQ(config)#interface s0/0/1 HQ(config-if)#no shutdown HQ(config-if)#encapsulation ppp HQ(config-if)#ppp authentication chap HQ(config-if)#end HQ#copy running-config startup-config HQ# Password: B2enable Password: B2#config t B2(config)#username HQ password cisco123 B2(config)#interface s0/0/0 B2(config-if)#no shutdown B2(config-if)#encapsulation ppp B2(config-if)#ppp authentication chap B2(config-if)#end B2#copy running-config startup-config 步骤3:检查路由器之间是否已恢复连通性 HQ ping B1 HQ ping B2 任务2:配置默认路由 步骤1:配置从HQ到ISP的默认路由 HQ#config t HQ(config)#ip route s0/1/0 HQ(config)#end HQ#copy running-config startup-config HQ# 步骤2:测试与Web Server的连通性 任务3:配置OSPF路由 步骤1:在HQ上配置OSPF HQ#config t HQ(config)#router ospf 1 HQ(config-router)#network 55 area 0 HQ(config-router)#network 55 area 0 HQ(config-router)#network area 0 HQ(config-router)#network area 0 HQ(config-router)#passive-interface f0/0 HQ(config-router)#passive-interface f0/1 HQ(config-router)#passive-interface s0/1/0 HQ(config-router)#log-adjacency-changes HQ(config-router)#default-information originate HQ(config-router)#end HQ#copy running-config startup-config HQ# 步骤2:在B1和B2上配置OSPF Password: B1enable Password: B1#config t B1(config)#router ospf 1 B1(config-router)#networ

文档评论(0)

181****1752 + 关注
实名认证
内容提供者

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

1亿VIP精品文档

相关文档