锐捷路由E1配置

2025-09-30 00:41:57

1、运营商广域网链路类型丰富,与路由器E1口对接的线缆接口可能有多种情况,还可能需要通过协议转换器做协议转换。就需要根据实际情况,选择合适的线缆接头和转接头。

2、配置RSR-A路由,进入E1的controller接口,配置为E1成帧模式

RSR-A(config)#controller  e1 3/1/0    //进入E1/CE1控制接口

RSR-A(config-controller)#using  e1     //选择模式,这里配置为E1模式

3、配置RSR-A路由,进入虚拟生成的serial接口,配置PPP封装

RSR-A(config)#interface  Serial 3/1/0:0    //controller接口虚拟出来的serial口,虚拟出来的接口编号是在controller接口编号上加”:0“

RSR-A  (config-if - Serial 3/1/0:0)# encapsulation PPP   //封装为PPP,两端封装模式必须一致

RSR-A(config-if  -Serial 3/1/0:0)#ip address 172.16.1.1 255.255.255.252  //配置IP

4、配置RSR-B路由,进入E1的controller接口,配置为E1成帧模式

RSR-B(config)#controller  e1 4/1/0    //进入E1/CE1控制接口

RSR-B(config-controller)#using  e1     //选择模式,这里配置为E1模式

5、配置RSR-B路由,进入虚拟生成的serial接口,配置PPP封装

RSR-B(config)#interface  Serial 4/1/0:0  

RSR-B  (config-if - Serial 4/1/0:0)# encapsulation PPP   

RSR-B(config-if  -Serial 4/1/0:0)#ip address 172.16.1.2 255.255.255.252  //配置IP

6、配置验证

1、通过show interface serial  3/1/0  :0具体接口,确认接口协商状态。物理和协议都up说明协商OK。

RSR-A#sho  interfaces serial 3/1/0:0

Index(dec):62  (hex):3e

Serial  3/1/0:0 is UP  , line protocol is UP   

Hardware  is  Serial

2、通过ping测试链路是否联通

RSR-A#ping  172.16.1.2

Sending  5, 100-byte ICMP Echoes to 172.16.1.2, timeout is 2  seconds:

  < press Ctrl+C to break  >

!!!!!

Success  rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms  

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢