当前位置:文档之家› 实验17 路由器接口PPP 协议封装和PAP、CHAP 验证配置(改写).pdf

实验17 路由器接口PPP 协议封装和PAP、CHAP 验证配置(改写).pdf

实验19路由器接口PPP协议封装和PAP、CHAP验证配置

【背景知识】

教材1.7.4及4.4.4-4.4.5内容。掌握PPP协议的封装结构及PAP、CHAP的认证原理和认

证过程,掌握PAP和CHAP认证的区别。

PAP CHAP

认证时由用户发起认证时由服务器发起

用户名、密码明文传送用 MD5 算法加密传送

次数无限,直至认证成功或线路关闭为止次数有限(一般为 3 次)

认证通过后不再进行验证认证通过后定时再验证

安全性低安全性很高

【实验拓扑】

图8-23给出了实验线路连接,实验时使用Cisco Packet Tracer5.2完成拓扑结构搭建。

注意连接线路时,不要使用Packet Tracer中的自动选择线缆类型方式进行连接,而要自己

选择合适的线缆进行连接,否则拓扑连接容易出错。

图8-23实验19线路连接图

【实验内容】

(1) 选择两台C2811 路由器,分别关闭电源后添加WIC-2T 模块,添加位置为插槽0/接口适

配器0(提示:在4个插槽中右下角的位置)。开启电源之后使用Serial 电缆将两台路由器

的Serial0/0/0 接口进行连接,连接时使得C2811B 为DCE 端、C2811A 为DTE 端,即选择

带时钟标记的串行线先连C2811B,然后再连C2811A。

电源开关,

用鼠标点击

图8.22 WIC-2T 模块安装位置可开关

【提示1】图8.22所示界面,可以单击某台路由器的图标,然后在弹出的框中选择“Physical”

选项卡,接着在左侧一栏中选择WIC-2T,最后按住鼠标左键不变拖动到对应的适配器即可。

【提示2】在选择线缆时,用串行线旁边带时钟符号的线先连接C2811B,那么C2811B即为DCE

端,线另外一头所连接的路由器C2811A就是DTE;反之,亦成立。

1

(2) 参阅教材4.4.4 中内容,配置C2811A 的Serial0/0/0 接口的IP 地址192.168.1.1/24 和二层封装协议为PPP。配置C2811B 的Serial0/0/0 接口的IP 地址192.168.1.2/24和

二层封装协议为PPP。

以下为C2811A的配置,配置如下:

Router>enable

Router#config t

Router(config)#hostname LuoC2811A//简写 ho LuoC2811A

LuoC2811A(config)#interface serial 0/0/0 //简写 int s0/0/0

LuoC2811A(config-if)#ip address 192.168.1.1 255.255.255.0 //简写ip addr

LuoC2811A(config-if)#encapsulation ppp//简写enc pp

LuoC2811A(config-if)#no shutdown//简写no shut

【提示】C2811B的配置与C2811A的配置类似,此处省略。

(3) 完成以上配置之后,分别在两台路由器上使用show interface Serial 0/0/0 查看接口信息,注意接口状态(指up还是down)、接口封装协议。在路由器上相互ping 对方IP地址,看能否ping通,并解释其原因。

LuoC2811A#show interface serial 0/0/0//查看接口状态信息

Serial0/0/0 is up, line protocol is up (connected)

Hardware is HD64570

Internet address is 192.168.1.1/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation PPP, loopback not set, keepalive set (10 sec)

LCP Open

Open: IPCP, CDPCP

Last input never, output never, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops:

0 Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops)

Conversations 0/0/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated)

Available Bandwidth 1158 kilobits/sec

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

0 packets input, 0 bytes, 0 no buffer

Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

0 packets output, 0 bytes, 0 underruns

相关主题