R3303-HP HSR6800 Routers Interface Command Reference

Table Of Contents
98
<Sysname> system-view
[Sysname] controller t1 2/0/0
[Sysname-T1 2/0/0] cable short 133ft
channel-set (CT1 interface)
Use channel-set to bundle timeslots on the CT1 interface into a channel set.
Use undo channel-set to remove a specified or all channel sets.
Syntax
channel-set set-number timeslot-list list [ speed { 56k | 64k } ]
undo channel-set [ set-number ]
Default
No timeslots are bundled into channel sets.
Views
CT1 interface view
Default command level
2: System level
Parameters
set-number: Number of the channel set formed by timeslot bundling on the interface. It is in the range of
0 to 23.
timeslot-list list: Specifies the timeslots to be bundled. The list argument can contain multiple timeslot
numbers, each of which is in the range of 1 to 24. You can specify a single timeslot by specifying a
timeslot number, a range of timeslots by providing this argument in the form of { number1-number2 }, or
multiple timeslots by providing this argument in the form of { number1, number2-number3 }.
speed { 56k | 64k }: Speed of the timeslot bundle (the channel set) in kbps. If 56k is selected, the
timeslots are bundled into N × 56 kbps bundles. If 64k, the default, is selected, the timeslots are bundled
into N × 64 kbps bundles.
Usage guidelines
A CT1 interface is divided into 24 timeslots numbered 1 through 24. In actual applications, all the
timeslots can be bundled into multiple channel sets. For each channel set, the system automatically
creates a serial interface that is logically equivalent to a synchronous serial interface.
The serial interface is named in the form of serial interface-number:set-number, where interface-number
starts from the maximum serial interface number plus 1, and set-number represents the number of the
channel set.
A CT1 interface supports only one timeslot bundling mode at a time.
Examples
# Bundle timeslots 1, 2, 5, 10 through 15, and 18 into channel set 0 on CT1 interface T1 2/0/0.
<Sysname> system-view
[Sysname] controller t1 2/0/0
[Sysname-T1 2/0/0] channel-set 0 timeslot-list 1,2,5,10-15,18