cisco路由器模拟帧中继交换机

简介:
注:实验拓扑图和配置步骤参照 http://wry000.blog.51cto.com/821590/272088,感谢wry的分享。

拓扑图:

1.把路由器R4配置为帧中继交换机
  
frame-relay  switching   *配置为帧中继交换机
2.在路由器R4上配置接口的时钟频率、封装类型、lmi类型和帧中继dce端
  
int s0/0
no shut
clock rate 64000   *设置时钟频率
encapsulation frame-relay    *封装为帧中继
frame-relay lmi-type cisco   *lmi类型为cisco
frame-relay intf-type dce    *帧中继的dce端
int s0/1
no shut
clock rate 64000
encapsulation frame-relay
frame-relay lmi-type cisco
frame-relay intf-type dce
int s0/2
no shut
clock rate 64000
encapsulation frame-relay
frame-relay lmi-type cisco
frame-relay intf-type dce
exit
3.在路由器R4接口上配置帧中继交换表
int s0/0
frame-relay route 102 interface Serial0/1 201
frame-relay route 104 interface Serial0/2 401

int s0/1
frame-relay route 201 interface Serial0/0 102
frame-relay route 301 interface Serial0/2 103

int s0/2
frame-relay route 401 interface Serial0/0 104
frame-relay route 103 interface Serial0/1 301
4.在R1、R2、R3路由器上配置接口IP,并封装为帧中继
  R1:
  R2:
  R3:
 encapsulation frame-relay
 frame-relay lmi-type cisco
5.验证配置结果
  R1:
  R2:
  R3:
 




     本文转自kindIT 51CTO博客,原文链接:http://blog.51cto.com/kindit/1035942 ,如需转载请自行联系原作者






相关文章
|
1月前
|
安全 网络协议 网络安全
|
27天前
|
安全 网络安全 网络虚拟化
Cisco-交换机划分Vlan
Cisco-交换机划分Vlan
|
25天前
|
安全 网络协议 网络虚拟化
|
29天前
|
网络协议 网络虚拟化 网络架构
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(上)
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(上)
55 1
|
27天前
|
安全 网络安全 网络虚拟化
Cisco-三层交换机实现VLAN间路由
Cisco-三层交换机实现VLAN间路由
|
27天前
|
安全 网络安全 数据安全/隐私保护
Cisco-交换机配置聚合端口
Cisco-交换机配置聚合端口
|
29天前
|
网络协议 数据安全/隐私保护 网络虚拟化
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(下)
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(下)
44 0
|
6月前
|
网络性能优化 网络虚拟化 网络架构
配置接口限速示例(盒式交换机)
接口限速简介 接口限速对通过整个端口的全部报文流量速率进行限制,不对具体流量进行区分,可以实现给某个接口分配固定的带宽,控制方式单一,配置简单。 入方向与出方向的接口限速属于并列关系,用户可以根据需要同时配置,也可以单独配置。
|
4月前
|
网络安全 数据安全/隐私保护 网络虚拟化
|
3月前
|
数据中心
配置案例 | CE交换机如何配置堆叠?
配置案例 | CE交换机如何配置堆叠?