思科网络设备安装与调试——帧中继云配置


一、帧中继云是什么?

解释:帧中继(FrameRelay)是一种用于连接计算机系统的面向分组的通信方法。它主要用在公共或专用网上的局域网互联以及广域网连接。大多数公共电信局都提供帧中继服务,把它作为建立高性能的虚拟广域连接的一种途径。

二、使用步骤

1.搭建网络拓扑图

网络拓扑图如下(示例):
在这里插入图片描述
给路由器添加HWIC-2T模块(电源关闭状态下进行)
在这里插入图片描述
说明:RouterB路由器和RouterA操作相同
在这里插入图片描述

2.配置网络设备各端口IP地址

在这里插入图片描述

RouterA执行的命令:

Router>en	
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int s0/0/0
Router(config-if)#clock rate 64000 
Router(config-if)#ip add 192.168.1.10 255.255.255.0   添加IP地址
Router(config-if)#no shutdown   启动接口
Router(config-if)#encapsulation frame-relay   封装中继接口
Router(config-if)#frame-relay interface-dlci 101    设置中继接口号
Router(config-if)#frame-relay lmi-type ansi      设置中继接口类型
Router(config-if)#exit
Router(config)#int g0/0
Router(config-if)#ip add 192.168.10.1 255.255.255.0 
Router(config-if)#no shutdown 
Router(config-if)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#w
Building configuration...
[OK]

RouterB执行的命令:

Router>en	
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int s0/0/0
Router(config-if)#clock rate 64000 
Router(config-if)#ip add 192.168.1.11 255.255.255.0 
Router(config-if)#no shutdown 
Router(config-if)#encapsulation frame-relay 
Router(config-if)#frame-relay interface-dlci 102
Router(config-if)#frame-relay lmi-type ansi 
Router(config-if)#exit
Router(config)#int g0/0
Router(config-if)#ip add 192.168.20.1 255.255.255.0 
Router(config-if)#no shutdown 
Router(config-if)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#w
Building configuration...
[OK]

PC1配置图:
在这里插入图片描述
PC2配置图:
在这里插入图片描述

3.配置静态路由(使目标可达)

RouterA执行的命令:

Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ip route 192.168.20.0 255.255.255.0 192.168.1.11
Router(config)#end
Router#w
Building configuration...
[OK]

RouterB执行的命令:

Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ip route 192.168.10.0 255.255.255.0 192.168.1.10      
Router(config)#end
Router#w
Building configuration...
[OK]

4.配置中继云

在这里插入图片描述
说明:和RouterB相连的Seria1的配置与上图一致,但中继接口号要和RouterB中继接口号一致(RouterB的中继接口号为102)

5.对接中继云接口(使网络连通)

在这里插入图片描述

6.执行ping测试(测试线路的连通性)

在这里插入图片描述
说明:如果ping测试结果与上图结果一致,则成功,若不一致,则失败!

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值