1 实验目的
--本实验主要练习Frame-Relay — 基本帧中继配置,验证帧中继的工作原理。
2 实验环境和网络拓扑
3 实验步骤
3.1 绘制实验拓扑图
--首先利用Boson Network Designer 绘制好网络拓扑图。绘制好的拓扑图如图2所示:
其中,路由器1和路由器2之间的链路为FrameRelay链路,如图3所示:
并选择路由器1、2的连接接口,如图4所示。图5展示了基本帧中继配置中比较重要的一个参数的配置,即数据链路连接标识的配置:
3.2 基本参数配置
3.2.1配置帧中继
--在绘制完成后,可以将保存并装入Boson Netsim中开始实验配置。通过Boson Netsim工具栏按钮“eRouters”选择“路由器1”,并按照下面的过程进行帧中继基本配置:
Router> enable
Router# config terminal
Router(config)# hostname Router1
Router1(config)# enable secret c1
Router1(config)# line vty 0 4
Router1(config-line)# pass c2
Router1(config-line)# int serial 0
Router1(config-if)# ip address 192.168.0.1 255.255.255.0
Router1(config-if)# encapsulation frame-relay
Router1(config-if)# no shut
Router1(config-if)# end
Router1# copy run start
通过Boson Netsim工具栏按钮“eRouters”选择“路由器2”,并按照下面的过程进行帧中继基本配置:
Router> enable
Router# config terminal
Router(config)# hostname Router2
Router2(config)# enable secret c1
Router2(config)# line vty 0 4
Router2(config-line)# pass c2
Router2(config-if)# int Serial 0
Router2(config-if)# ip address 192.168.0.2 255.0.0.0
Router2(config-if)# encapsulation frame-relay
Router2(config-if)# no shut
Router2(config-if)# end
Router2# copy run start
3.2.2 测试帧中继
--通过Boson Netsim工具栏按钮“eRouters”选择“路由器1”,并按照下面的过程进行帧中继测试:
Router1> enable
Router1# show frame-relay map
Router1# show frame-relay pvc
Router1# show frame-relay lmi
Router1# ping 192.168.0.2
显示结果如图6所示:
|