Configuring Fractional E1 Time Slots

By default, all the time slots on an E1 interface are used. To configure the number of time slots allocated to a fractional E1 interface, include the timeslots statement at the [edit interfaces interface-name e1-options] hierarchy level:

[edit interfaces interface-name e1-options]timeslots time-slot-range;

There are 32 time slots on an E1 interface. Time slot 0 is always reserved for framing and cannot be used to configure a fractional E1 interface.

Time slot numbering constraints vary for different E1 PICs, as follows:

Note: When configuring fractional E1 time slots, you also must include the framing g704 statement at the [edit interfaces e1-fpc/pic/port e1-options] hierarchy level.

To configure ranges, use hyphens. To configure discontinuous time slots, use commas. Do not include spaces.

Example: Configuring Fractional E1 Time Slots

In this example, time slots are offset by 1 to compensate for the fractional E1 interface being connected to a device that uses time slot numbering from 0 through 31.

Use Time Slots 4 Through 6, 11, and 25

[edit interfaces interface-name e1-options] # Fractional E1 interfacetimeslots 4-6,11,25;

Use Time Slots 1 Through 10

[edit interfaces interface-name e1-options]timeslots 1-10;

Use Time Slots 1 Through 5, 10, and 24

[edit interfaces interface-name e1-options]timeslots 1-5,10,24;