Cisco的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