|
Cisco控制器在访问服务器与中央办公室之间协商下列参数:线编码、帧。时钟、DSO/时间槽提供、信号。
时间槽提供是为了满足特定网络情形的需要。T1控制器有24个时间槽。E1控制器有30个时间槽。例如,要在T1配置中支持一个ISDN PRI线的通信流,用pri-group命令要在带E&M信号的通道化E1线上支持模拟调用的通信流。输入命令cas-group 1 timeslots 1-30 type e&m-fgb。尽管Cisco控制器支持一个主干上不同时间槽服务的组合,但大多数电话公司不支持(例如,时间槽1到10运行PRI,时间槽11到20运行与信号相关的通道,时间槽21到24支持租用线组合)。
下例在Cisco AS5300上配置四个T1控制器之一。这个例子支持modem调用和ISDN PRI上的线路交换数字调用。
as5300# configure terminal
Enter configuration commands, one per line. End with Ctrl-Z.
as5300(config)# controller tl?
<0-3> Controller unit number
as5300(config)# controller tl 0
as5300(config-controller)# framing esf
as5300(config-controller)# linecode b8zs
as5300(config-controller)# clock source line primary
as5300(config-controller)# pri-group timeslots 1-24
as5300(config-controller)#
|