cisco路由器配置E1或CE1/PRI接口

3600R#conf t
Enter configuration commands, one per line. End
3600R(config)#controller e1 3/0
3600R(config-controller)#?
Controller configuration commands:
channel-group Specify the timeslots to channe
clock Specify the clock source for a
default Set a command to its defaults
description Controller specific description
exit Exit from controller configurat
framing Specify the type of Framing on
help Description of the interactive
linecode Specify the line encoding metho
loopback Put the entire E1 line into loo
no Negate a command or set its def
pri-group Configure the specified timeslo
shutdown Shut down a E1 link (send Blue

3600R(config-controller)#linecode {ami |hdb3}
framing {crc4 |no-crc4}
channel-group number timeslots range [speed {48| 56| 64}]

呵、、然后就变成是配置S口了
3600R(config)#interface s3/0:0(interface serial slot/port:channel-group)
3600R(config-if)#Ip Address、、、、
         、、、、、、、
就这样搞定了E1,哈哈
 
配置E1或CE1/PRI接口





步骤一:进入Enable模式,在Router#提示符下键入,口令。

Router> enable

Password:<password>

Router#



步骤二:进入全局配置模式

Router# config terminal

Router(config)#



步骤三:启用全局模式下的路由协议。该示例启用了IP路由、Applalk路由,ipx路由

(请对号入座,具体使用时,根据需要进行路由启用)

Router# ip routing

Router# appletalk routing

Router# ipx routing



步骤四:指定欲配置的CE1/PRI接口,进入接口配置模式。本示例中选择配置插槽1中的E1接口和单元0。

Router(config)# controller e1 1/0



步骤五:指定帧类型

Router(config-controller)# framing crc4



步骤六:指定编码格式。

Router(config-controller)# linecode hdb3



步骤七:指定被映射的channel组和time slot.

Router(config-controller)# channel-group 0 timeslots 1,3-5,7



步骤八:将每个channel组配置为虚拟串行接口。指定被修改的E1接口、单元号和channel组。

Router(config-controller)#interface serial 1/0:0



步骤九:为接口配置IP地址和子网掩码

Router(config-if)# ip address 10.10.10.1 255.255.255.0



步骤十:配置路由协议

Router(config-if)# ip network 10.0.0.0

Router(config-if)# appletalk static cable-range 3-3

Router(config-if)# ipx zone zzeth



步骤十一:返回全局模式。若欲在路由器上配置多个CE1/PRI接口,需要重复步骤四至十的操作。

Router(config-if)# exit



步骤十二:完成配置,返回于enable模式。

Router(config-if)# Ctrl+z

你可能感兴趣的:(command,360,interface,Cisco,路由器,encoding)