在神码上配置帧中继,一个字——麻烦
发布:站生 | 发布时间: 2010年1月16日
期末考试,企业网络综合实战这门课,老师安排了大家结合考试,通过机房的神码设备来练习,题目也不太均衡,有偏难的,有麻烦的,也有简单的,大家都争着考试,因为时间不多,终于轮到我们了,结果还是抽到了最麻烦的一道题,帧中继,拓扑图如下所示:
这道题,算是其中最麻烦的一道,大家都怕抽到这一题,结果还是让我给抽到了,硬着头皮做吧,反正以前在神码上做没成功过,在CISCO模拟器上配置起来还算容易!
说一下帧中继交换机的配置(用一台路由器来充当帧中继交换机)
第一步:配置帧中继交换机(配置前请恢复原厂设置)
Router#conf
Router_config#hostname frswitch
frswitch_config# interface s0/2 !进入接口配置模式
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 s0/3
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 s1/0
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 s0/3 203 s0/2 302 !配置 PVC转发表
frswitch_config#frswitch s0/3 201 s1/0 102
以上配置是在网上的一个关于神码帧中继教程中看的,对配置PVC转发表这里有一点迷惑,不明白是教程上讲错了,还是我理解错了,PVC转发表为什么不是接口对应的DLCI呢?
- 相关文章:
CISCO路由器EIGRP非等价负载均衡(Unequal-Cost Load Balancing)配置 (2009-11-11 15:37:0)
配置路由时输入no shutdown激活端口返回的两条信息 (2009-11-4 21:44:28)
CISCO路由器配置密码login与login local 的区别 (2009-10-27 23:42:18)
- 2.Eagle.ripv2
- 现在运营商很少用帧中继了
- 2010/2/8 22:05:43 回复该留言
发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。