帧中继交换机配置

简介:

 

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


相关文章
|
2月前
|
网络协议 安全 网络虚拟化
思科交换机配置命令归纳
【11月更文挑战第8天】本文总结了思科交换机的常见配置命令,包括模式转换、基本配置、查看命令、VLAN 配置、Trunk 配置、以太网通道配置、VTP 配置、三层交换机配置、生成树配置以及其他常用命令,适用于网络管理和维护。
160 2
|
3月前
|
安全 网络安全 数据安全/隐私保护
Cisco-交换机配置聚合端口
Cisco-交换机配置聚合端口
|
6月前
|
网络安全 数据安全/隐私保护 网络虚拟化
|
5月前
|
数据中心
配置案例 | CE交换机如何配置堆叠?
配置案例 | CE交换机如何配置堆叠?
|
5月前
盒式交换机又是如何配置堆叠的呢?
盒式交换机又是如何配置堆叠的呢?
|
5月前
|
前端开发 数据中心
数据中心框式交换机如何配置堆叠?
数据中心框式交换机如何配置堆叠?
|
5月前
|
Shell 网络安全 Python
网络工程师如何在ensp模拟器上玩python自动化配置交换机。
网络工程师如何在ensp模拟器上玩python自动化配置交换机。
273 0
|
5月前
|
网络虚拟化 数据安全/隐私保护
手把手教网络工程师2种方法如何恢复交换机配置
手把手教网络工程师2种方法如何恢复交换机配置
104 0
|
6月前
|
存储 Linux 网络安全
|
8月前
|
网络架构
交换机原理 与基本配置
交换机原理 与基本配置

热门文章

最新文章