您的位置:首页 > 其它

CCNA实验—PPP

2013-12-24 01:40 148 查看
1 实验拓扑:



2 实验结果:

(1) 自己规划IP地址

(2)配置PPP协议,使得互联的两个串口能够Ping通。

(3)采用CHAP的验证方式。

(4)使用命令查看配置情况。

R1:config t

hostname R1

username R2 password 123

int s0/2/1

ip add 192.168.1.1 255.255.255.0

no shut

encap ppp

ppp authentication chap

R2:config t

hostname R2

username R1 password 123

int s0/0/1

ip add 192.168.1.2 255.255.255.0

no shut

encap ppp

ppp authentication chap
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: