网络技术与应用实验报告七

更新时间:2024-03-13 11:05:01 阅读量: 综合文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

西安工业大学实验报告

XI`AN TECHNOLOGICAL UNIVERSITY

实验报告

实验课程名称 网络技术与应用 专 业: 班 级: 姓 名: 学 号: 实验学时: 指导教师: 成 绩:

2016 年 5 月 13 日 西安工业大学实验报告 西安工业大学实验报告

专业 实验课程 实验项目 实验设备及器材 班级 指导教师 姓名 实验日期 学号 同实验者

实验七 :帧中继(Frame Relay)协议配置 PacketTrace4.1 一、实验目的

通过实验掌握FR交换机、路由器通信协议的配置方法,了解数据包发送的全过程。 二、实验原理

在模拟器中模拟3个路由器和1个网云以及3台PC机(每个路由器下1台PC机)、在网云中进行WAN帧中继的配置方法,掌握相应的FR配置命令以及路由器配置命令,测试PC机之间通信情况。 三、实验步骤、数据记录及处理

1

2、写出网云的所有配置

西安工业大学实验报告 网云:

DLCI Name

Serial0: 102 102

103 103

Serial1: 201 201

203 203

Serial2: 301 301 302 302 Frame Realy 102 201 103

301

203 302

3、写出3台路由器的所有配置: Router3: Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/0 Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

西安工业大学实验报告 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#ip address 11.1.1.1 255.0.0.0 Router(config-if)# Router(config-if)#exit

Router(config)#interface Serial2/0 Router(config-if)#

%LINK-5-CHANGED: Interface Serial2/0, changed state to up no shutdown

Router(config-if)#ip address 14.1.1.1 255.0.0.0 Router(config-if)# Router(config-if)#exit

Router(config)#interface Serial2/0

Router(config-if)#encapsulation frame-relay Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config-if)#frame-relay interface-dlci 102 Router(config-if)#frame-relay interface-dlci 103 Router(config-if)#exit Router(config)#rout rip

Router(config-router)#network 11.0.0.0

西安工业大学实验报告 Router(config-router)#network 14.0.0.0 Router4: Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/0 Router(config-if)#ip address 12.1.1.1 255.0.0.0 Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config)#interface Serial2/0 Router(config-if)#

%LINK-5-CHANGED: Interface Serial2/0, changed state to up no shutdown

Router(config-if)#ip address 14.1.1.2 255.0.0.0 Router(config-if)#encapsulation frame-relay Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

西安工业大学实验报告

Router(config-if)#frame-relay interface-dlci 201 Router(config-if)#frame-relay interface-dlci 203 Router(config-if)#exit Router(config)#rout rip

Router(config-router)#network 12.0.0.0 Router(config-router)#network 14.0.0.0 Router5: Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/0 Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#ip address 13.1.1.1 255.0.0.0 Router(config)#interface Serial2/0 Router(config-if)#

西安工业大学实验报告 %LINK-5-CHANGED: Interface Serial2/0, changed state to up no shutdown

Router(config-if)#ip address 14.1.1.3 255.0.0.0 Router(config-if)#encapsulation frame-relay Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config-if)#frame-relay interface-dlci 301 Router(config-if)#frame-relay interface-dlci 302 Router(config-if)#exit Router(config)#rout rip

Router(config-router)#network 13.0.0.0 Router(config-router)#network 14.0.0.0 4、给出3台路由器show ip route的显示结果。 Router3:

C 11.0.0.0/8 is directly connected, FastEthernet0/0 R 12.0.0.0/8 [120/1] via 4.1.1.2, 00:00:28, Serial2/0 R 13.0.0.0/8 [120/1] via 4.1.1.3, 00:00:16, Serial2/0 C 14.0.0.0/8 is directly connected, Serial2/0 Router4:

R 11.0.0.0/8 [120/1] via 4.1.1.1, 00:00:08, Serial2/0

西安工业大学实验报告 C 12.0.0.0/8 is directly connected, FastEthernet0/0 R 13.0.0.0/8 [120/1] via 4.1.1.3, 00:00:16, Serial2/0 C 14.0.0.0/8 is directly connected, Serial2/0 Router5:

R 11.0.0.0/8 [120/1] via 4.1.1.1, 00:00:08, Serial2/0 R 12.0.0.0/8 [120/1] via 4.1.1.2, 00:00:28, Serial2/0 C 13.0.0.0/8 is directly connected, FastEthernet0/0 C 14.0.0.0/8 is directly connected, Serial2/0

5、给出3台路由器show run的配置结果。 Router3:

interface FastEthernet0/0

ip address 11.1.1.1 255.0.0.0 duplex auto speed auto !

interface Serial2/0

ip address 14.1.1.1 255.0.0.0 encapsulation frame-relay

frame-relay interface-dlci 102 frame-relay interface-dlci 103 !

router rip

network 11.0.0.0 network 14.0.0.0 Router4:

interface FastEthernet0/0

ip address 12.1.1.1 255.0.0.0 duplex auto speed auto

西安工业大学实验报告 !

interface Serial2/0

ip address 14.1.1.2 255.0.0.0 encapsulation frame-relay

frame-relay interface-dlci 201 frame-relay interface-dlci 203 !

router rip

network 12.0.0.0 network 14.0.0.0 Router5:

interface FastEthernet0/0

ip address 13.1.1.1 255.0.0.0 duplex auto speed auto !

interface Serial2/0

ip address 14.1.1.3 255.0.0.0 encapsulation frame-relay

frame-relay interface-dlci 301 frame-relay interface-dlci 302 !

router rip

network 13.0.0.0 network 14.0.0.0

西安工业大学实验报告

本文来源:https://www.bwwdw.com/article/a3n8.html

Top