思科的E1/T1时隙到底是什么?
我该如何配置它们?
答案1
时隙是(信道化)E1/T1 传输方法所固有的。E1 有 32 个时隙。一个用作时钟,不能用于发送有效载荷(我相信这是时隙 0)。当用作 ISDN30 链路时,E1 还有一个时隙(时隙 15)专用于控制信道(运行 Q.921 和 Q.931 进行 ISDN 信令),但当用于数据传输时,这通常可用于有效载荷。
它的配置方式与此类似(为了便于举例,我很乐意假设您在插槽 0/0 中有一个通道化 E1 控制器):
controller E1 0/0
description The E1 controller
! you'll need relevant timing and framing to be configured, ask your ISP
channel-group 0
timeslots 1-2
channel-group 1
timeslots 3-7
interface serial0/0:1
description This is the interface corresponding to channel-group 1
interface serial0/0:2
description And this is the interface corresponding to channel-group 2