实验十五、帧中继交换机的配置.doc
文本预览下载声明
实验十五、帧中继交换机的配置
一、 实验目的
1. 掌握 FRAM-RELAY SWITCH 的配置
2. 理解 DLCI、LMI 等概念
二、 应用环境
假设在银行系统里,总行和各分理处需要进行通讯,而分理处之间不需要通讯,帧中继是最
好的选择
三、 实验设备
1. DCR-1751
2. DCR-2630(安装相应模块满足三个 serial 接口)
3. CR-V35FC
4. CR-V35MT
四、 实验拓扑
五、 实验要求
配置表:
ROUTER-A ROUTER-B
三台
一台
三条
三条
ROUTER-C
S1/1
192.168.1.1/24 S1/0
192.168.1.2/24 S0/3192.168.1.3/24
PVC DLCI 如图所示
六、 实验步骤
第一步:配置帧中继交换机(配置前请恢复原厂设置)
Router#conf
Router_config#hostname frswitch
frswitch_config# interface Serial2/0
frswitch_config_s2/0# encapsulation frame-relay
frswitch_config_s2/0#frame-relay intf-type dce
frswitch_config_s2/0# physical-layer speed 64000
frswitch_config# interface Serial2/1
frswitch_config_s2/1# encapsulation frame-relay
frswitch_config_s2/1#frame-relay intf-type dce
frswitch_config_s2/1# physical-layer speed 64000
frswitch_config# interface Serial2/3
frswitch_config_s2/3# encapsulation frame-relay
frswitch_config_s2/3#frame-relay intf-type dce
frswitch_config_s2/3# physical-layer speed 64000
frswitch_config_s2/3#exit
!进入接口配置模式
!封装帧中继
!配置接口类型
!配置时钟频率
frswitch_config# frswitch Serial2/0 100 Serial2/1 200 !配置 PVC 转发表
frswitch_config#frswitch Serial2/0 110 Serial2/3 300
第二步:配置路由器 A、B、C
Router-A#conf
Router-A_config# interface Serial1/1
Router-A_config_s1/1# ip address 192.168.1.1 255.255.255.0 !配置 IP 地址
Router-A_config_s1/1# encapsulation frame-relay
Router-B#conf
Router-B_config# interface Serial1/0
Router-B_config_s1/0# ip address 192.168.1.2 255.255.255.0
Router-B_config_s1/0#encapsulation frame-relay
_config#int s0/3
Router-C_config_s0/3#
Router-C #conf
Router-C _config#int s0/3
Router-C _config_s0/3#ip address 192.168.1.3 255.255.255.0
Router-C _config_s0/3# encapsulation frame-relay
第三步:查看各路由器接口状态
Router-A#sh int s1/1
!封装帧中继
Serial1/1 is up, line protocol is up
Mode=Sync DTE
DTR=UP,DSR=UP,RTS=UP,CTS=UP,DCD=UP
Interface address is 192.168.1.1/24
MTU 1500 bytes, BW 64 kbit, DLY 2000 usec
Encapsulation Frame-relay, loopback not set
Keepalive set
显示全部