PPP试验笔记
分类:思科技术日期:2011-07-04 - 22:00:08作者:老谢
PAP验证试验
在R1和R2上做相同的配置
R1(config)#int s 0/0
R1(config-if)#encapsulation ppp
在R1上配置用户名和密码和认证方式
R1(config)#username laoxie password 123
R1(config-if)#ppp authentication pap
被认证方上配置需要发送的密码
R2(config)#int s 0/0
R2(config-if)#ppp pap sent-username laoxie password 123
认证经历两次握手,由被认证方发起请求
——————————————–
CHAP认证试验
R1(config-if)#ppp authentication chap
R1(config-if)#exit
R1(config)#username user1 password 123
R1(config-if)#ppp chap hostname user2
R2(config)#username r2 password 123
R2(config)#int s 0/0
R2(config-if)#ppp chap hostname r1
PS:chap 如果没有指定发送用户名,发送路由器的名称
——————————————–
IP协商
R2(config-if)#ip add negotiated
R2在端口上配置协商模式
R1(config-if)#peer default ip address 192.168.1.10
——————————————–
压缩试验 | 命令如下
ip tcp header-compression //TCP头部压缩
compress stac //数据压缩
show一下效果
R1#show compress
Serial0/0
Software compression enabled
uncompressed bytes xmt/rcv 817/817
compressed bytes xmt/rcv 405/413
Compressed bytes sent: 405 bytes 0 Kbits/sec ratio: 2.017
Compressed bytes recv: 413 bytes 0 Kbits/sec ratio: 1.978
1 min avg ratio xmt/rcv 0.512/0.520
5 min avg ratio xmt/rcv 0.512/0.520
10 min avg ratio xmt/rcv 0.512/0.520
no bufs xmt 0 no bufs rcv 0
resyncs 0
Additional Stac Stats:
Transmit bytes: Uncompressed = 0 Compressed = 405
Received bytes: Compressed = 419 Uncompressed = 0
我之前冲动过想考思科认证。想好好学一下,仅仅是冲动
@jamiexin 其实投入学还是挺有意思的
板凳有么
沙发,不懂技术的我路过了
都看不懂,所以溜达一圈走人
太专业了~看不懂~
博主是程序员?
@toinka 很明显我不是搞编程的~这只是配置路由器的一些命令
我是纯属打酱油的,留下个小脚印~~
不懂技术的我飘过
顶多会用一键pptp
很专业的博客,估计下次PR更新还会提升很多。
@百毒博客 感谢支持~
看不懂
@无冷 隔行如隔山啊,无冷的大湿的文章我也看不懂~
VPN吧~哈哈~
那些的设备是思科的?
@得奇乐 是的
你们学校的设备是思科?怎么你写文章的图片不用思科的模拟器截图出来呢?
@得奇乐 我已经毕业了哈,以前学校也没有真实的思科设备,我大部分试验在小凡上面做,所以懒得再去PT搭拓扑再截图了
小凡上面做?嗯。
@得奇乐 小凡模拟器:DynamipsGUI
这是啥,看不懂也
呵呵,3P认证算是个难点了,老是出各种莫名其妙的错误。。