SPOTO告诉你怎样配置帧中继的各种命令

2025-05-23 16:54:57

帧中继的基础知识 是在CCNP 以及SPOTO的BOOTCAMP项目实战课程中有讲解涉及到的,也是在工程项目中会运用到的知识,但是帧中继的基础知识也是比较容易混淆和遗忘的,所以在这里给大家用图文命令的形式讲解一下怎样配置在各种环境中的帧中继

帧中继的基本配置

1、帧中继交换机 帧中继交换机在实际工程环境中一般不需要我们配置,由运营商设置完成,但在实验环境中,要求掌握帧中继交换机的基本配置配置示例:frame-relay switching interface s0/1encapsulation frame-relayframe-relay intf-type dce clock rate 64000frame-relay route 102 interface s0/2 201// 定义PVC,该条命令是,s0/1口的DLCI 102,绑定到s0/2口的201 DLCI号frame-relay route 103 interface s0/3 301no shutdown

2、主接口运行帧中继(Invers-arp)FRswitch(帧中继交换机)的配置:frame-relay sw足毂忍珩itching interface s0/1 // 连接到R1的接口encapsulation frame-relay frame-relay intf-type dce clock rate 64000frame-relay route 102 interface s0/2 201 // 定义PVC,该条命令是,s0/1口的DLCI 102,绑定到s0/2口的201 DLCI号no shutdowninterface s0/2 // 连接到R2的接口encapsulation frame-relay frame-relay intf-type dce clock rate 64000frame-relay route 201 interface s0/1 102no shutdownR1的配置如下:interface serial 0/0ip address 192.168.12.1 255.255.255.252encapsulation frame-relay // 接口封装FR,通过invers-arp发现DLCI,并建立对端IP到本地DLCI的映射(帧中继映射表)no shutdownR2的配置如下:interface serial 0/0ip address 192.168.12.2 255.255.255.252encapsulation frame-relayno shutdown在FRswitch上查看PVI(验证配置):FRswitch#show frame-relay route Input Intf Input Dlci Output Intf Output Dlci StatusSerial0/1 102 Serial0/2 201 activeSerial0/2 201 Serial0/1 102 active在R1上查看帧中继映射R1#show frame-relay map Serial0/0 (up): ip 192.168.12.2 dlci 102(0x66,0x1860), dynamic,broadcast,, status defined, activeR1#ping 192.168.12.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.12.2, timeout is 2 seconds:!!!!!

SPOTO告诉你怎样配置帧中继的各种命令
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢