CCNA网络系列实验(2)之PAP验证方式的配置

基于安全的考量,很多公司可能采用广域网的技术进行内网通信

局域网广域网
网线串行线
传输距离近传输距离远
<100m>1000m
异步传输同步传输
传输速度快传输速度较慢

为了实现同步传输,需要由DCE提供一个时钟频率

① DTE:数据通信设备,一般在用户端

② DCE:数据通信设备,一般在运营商

PPP协议作广域网连接时被广泛使用

PPP(点到点协议)能够支持点到点认证功能,其认证的方式有PAP,CHAP

现实生活主要是PAP,只要认证一次,下次就可以直接使用,免去了带宽的占用,流量的浪费

PAPCHAP
二次握手三次握手
明文密码密文密码
由客户端发起请求由服务器发起请求

以下是PAP的配置案例:

网络拓扑图:

PAP客户端:

R1#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/40/84 ms


PAP服务器配置:

R2#en
R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#us
R2(config)#username  oracle pass
R2(config)#username  oracle password oracle
R2(config)#int s0/0
R2(config-if)#en
R2(config-if)#encapsulation  ppp
R2(config-if)#ppp
*Mar  1 00:04:14.835: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down
R2(config-if)#ppp authen
R2(config-if)#ppp authentication  pap
R2(config-if)#no sh
R2(config-if)#end


PAP客户端配置:

R1#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
...
*Mar  1 00:04:43.303: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down..
Success rate is 0 percent (0/5)


PAP客户端未配置之前,无法ping通

R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#int s0/0
R1(config-if)#enc
R1(config-if)#encapsulation  ppp
R1(config-if)#ppp pap se
R1(config-if)#ppp pap sent-username  oracle pa
R1(config-if)#ppp pap sent-username  oracle password  oracle
R1(config-if)#no
*Mar  1 00:07:20.415: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0 changed state to up
R1(config-if)#no sh
R1(config-if)#end
R1#ping
*Mar  1 00:07:29.311: %SYS-5-CONFIG_I: Configured from console by console
R1#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/64/132 ms


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值