Cisco(思科)练习题 配置PAP 和CHAP验证-解析

目标

第 1 部分:查看路由配置

第 2 部分:将 PPP 配置为封装方法

第 3 部分:配置 PPP 身份验证

命令

第 1 部分:查看路由配置

从PC和笔记本电脑,在209.165.200.2处pingWeb服务器

第 2 部分:将 PPP 配置为封装方法

将 R1 配置为将 PPP 封装与 R3 结合使用

R1(config)# interface s0/0/0

R1(config-if)# encapsulation ppp

R2(config)# interface s0/0/1

R2(config-if)# encapsulation ppp

将 R3 配置为将 PPP 封装与 R1、R2 和 ISP 结合使用

R3(config)# interface s0/0/0

R3(config-if)# encapsulation ppp

R3(config)# interface s0/0/1

R3(config-if)# encapsulation ppp

R3(config)# interface s0/1/0

R3(config-if)# encapsulation ppp

将 ISP 配置为将 PPP 封装与 R3 结合使用

Router(config)# interface s0/0/0

Router(config-if)# encapsulation ppp

第3部分:配置 PPP 身份验证

在 R1 和 R3 之间配置 PPP PAP 身份验证

R1(config)# username R3 secret class

R1(config)# interface s0/0/0

R1(config-if)# ppp authentication pap

R1(config-if)# ppp pap sent-username R1 password cisco

PPP 提示:用户设备名和密码 相反设置并对应

R3(config)# username R1 secret cisco

R3(config)# interface s0/0/0

R3(config-if)# ppp authentication pap

R3(config-if)# ppp pap sent-username R3 password class

在 R2 和 R3 之间配置 PPP PAP 身份验证

R2(config-if)# username R3 secret class

R2(config)# interface s0/0/1

R2(config-if)# ppp authentication pap

R2(config-if)# ppp pap sent-username R2 password cisco

R3(config-if)# username R2 secret cisco

R3(config)# interface s0/0/1

R3(config-if)# ppp authentication pap

R3(config-if)# ppp pap sent-username R3 password class

在 R3 和 ISP 之间配置 PPP CHAP 身份验证

CHAP提示:用户设备名 相反设置并对应   密码相同

Router(config)# hostname ISP

ISP(config)# username R3 secret cisco

ISP(config)# interface s0/0/0

ISP(config-if)# ppp authentication chap

R3(config)# username ISP secret cisco

R3(config)# interface serial0/1/0

R3(config-if)# ppp authentication chap

最后

测试计算机与 Web 服务器之间的连接

从PC和笔记本电脑,在209.165.200.2处pingWeb服务器

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Heart_to_Yang

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值