帧中继交换机配置

简介:

 

1、配置帧中继
R2(config)#frame-relay switching 
R2(config)#interface Serial 1/0
R2(config-if)# no ip address
R2(config-if)# no shutdown
R2(config-if)# encapsulation frame-relay
R2(config-if)# clock rate 64000
R2(config-if)# frame-relay intf-type dce
R2(config-if)# frame-relay route 123 interface serial 1/1 321
R2(config-if)#  frame-relay lmi-type ansi

R2(config)# interface Serial 1/1
R2(config-if)# no ip address
R2(config-if)# no shutdown
R2(config-if)# encapsulation frame-relay
R2(config-if)# clock rate 64000
R2(config-if)# frame-relay intf-type dce
R2(config-if)# frame-relay route 321 interface serial 1/0 123
Frsw(config-if)#  frame-relay lmi-type ansi
2、封闭帧中继
R1(config)#  interface serial 1/0
R1(config-if)# encapsulation frame-relay
R1(config-if)# ip address 12.1.1.1 255.255.255.0
R1(config-if)#  frame-relay lmi-type ansi
R1(config-if)#  no shut

R3(config)#  interface serial 1/1
R3 (config-if)# encapsulation frame-relay
R3 (config-if)# ip address 12.1.1.2 255.255.255.0
R3 (config-if)#  frame-relay lmi-type ansi
R3 (config-if)#  no shut

 


本文转自 gswljy 51CTO博客,原文链接:http://blog.51cto.com/guoshiwei/901355


相关文章
|
8月前
交换机的基本原理与配置(三)
交换机的基本原理与配置(三)
169 0
|
1月前
|
网络协议 网络虚拟化 网络架构
交换机入门快速配置
交换机入门快速配置
|
22天前
|
网络协议 安全 网络安全
二层交换机与防火墙对接上网配置示例
二层交换机指的是仅能够进行二层转发,不能进行三层转发的交换机。也就是说仅支持二层特性,不支持路由等三层特性的交换机。 二层交换机一般部署在接入层,不能作为用户的网关
|
6月前
|
网络虚拟化
华为交换机Trunk配置
华为交换机Trunk配置
109 0
|
7月前
|
网络架构
交换机与路由器技术-24-OSPF单区域配置
交换机与路由器技术-24-OSPF单区域配置
43 0
|
7月前
|
网络架构
交换机与路由器技术-17-生成树协议配置
交换机与路由器技术-17-生成树协议配置
30 0
|
7月前
|
网络架构
交换机与路由器技术-14-三层交换机配置
交换机与路由器技术-14-三层交换机配置
38 0
|
7月前
|
网络架构
交换机与路由器技术-08-路由器上配置DHCP
交换机与路由器技术-08-路由器上配置DHCP
21 0
|
7月前
|
网络架构
交换机与路由器技术-07-静态路由配置
交换机与路由器技术-07-静态路由配置
30 0
|
8月前
|
存储 网络安全
交换机的基本原理与配置(二)
交换机的基本原理与配置(二)
113 0