实验 3 广域网链路层协议配置实验
实验目的
掌握HDLC 、PPP 、FR 的配置
实验设备
Cisco 2621, Quidway 28系列路由器
实验概述
1. 实验环境
R A
R B
PC A PC B
S0/0
S0/0
f0/0
f0/0
路由器各个接口的IP 地址设置如下:
R A R B F0/0 202.0.0.1/24 202.0.1.1/24 S0/0
192.0.0.1/24
192.0.0.2/24
PC 机的IP 地址和缺省网关的IP 地址如下:
PC A PC B IP 地址 202.0.0.2/24 202.0.1.2/24 Gateway
202.0.0.1/24
202.0.1.1/24
为了保证配置不受影响,请在实验前清除路由器的所有配置有重新启动(Cisco的路由器删除startup-config 文件,Quidway的路由器删除saved-config文件)。
2.实验步骤
1)配置路由器的接口IP地址和主机地址,修改路由器名称为RA和RB;
2)在路由器的串口上配置HDLC协议,查看路由器的配置文件,并测试PCA和PCB之间的连通性;
3)在路由器的串口上配置无验证的PPP协议,查看路由器的配置文件,并测试PCA 和PCB之间的连通性;
4)在路由器的串口上配置PAP认证的PPP协议,查看路由器的配置文件,并测试PCA和PCB之间的连通性;
5)在路由器的串口上配置CHAP认证的PPP协议,查看路由器的配置文件,并测试PCA和PCB之间的连通性;
6)在路由器的串口上配置帧中继协议,查看路由器的配置文件,并测试PCA和PCB之间的连通性。
实验内容
1.配置HDLC协议,测试PCA和PCB之间的连通性,填写表1。
在端口状态下命令:link-protocol hdlc (Quidway命令)
encapsulation hdlc (Cisco命令)
表1
实验步骤观察内容
显示路由器的串口状态Command: show interface s0/0 或:display interface s0/0 Serial0/0 is up, line protocol is down Hardware is PowerQUICC Serial Internet address is 192.0.0.1/24
MTU 1500 bytes, BW 2000000 Kbit, DL Y 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
测试PC1/PC2连通状态Command: ping Pinging 202.0.1.2 with 32 bytes of data: Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 202.0.1.2: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
2.配置无验证的PPP协议,测试PCA和PCB之间的连通性,填写表2。在端口状态下命令:link-protocol ppp(Quidway命令)
encapsulation ppp (Cisco命令)
表2
实验步骤观察内容
显示路由器的串口状态Command: show interface s0/0 或:display interface s0/0
Serial0/0 is up, line protocol is up Hardware is PowerQUICC Serial
Internet address is 192.0.0.1/24 MTU 1500 bytes, BW 2000000 Kbit, DL Y 20000 usec,
reliability 255/255, txload 1/255,
rxload 1/255 Encapsulation PPP, loopback not set
测试PC1/PC2连通状态Command: ping Pinging 202.0.1.2 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 202.0.1.2:
Packets: Sent = 4, Received = 0, Lost =
4 (100% loss),
3.配置采用PAP验证的PPP协议,PAP验证是单向验证,RA作为主验证方,RB作为被验证方,是明文验证,配置中要注意双方的密码必须一致且区分大小写。配置完成后在串口上要shutdown接口后再no shutdown(Cisco命令)/ undo shutdown (Quidway命令)使之生效后才能检测是否配置正确。
验证方配置
a)配置验证方式
ppp authentication-mode pap
b)配置用户列表
[RA]local-user user-B
[RA]password simple sharepass
[RA]service-type ppp
被验证方配置
c)配置PAP用户名
ppp pap local-user username password {simple|cipher} password
在Cisco路由器中用到的命令格式如下:
Router(config)#hostname name
要验证方的用户名和口令
Router(config)#username name password password