[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Fractional T1 IQ and IQE Interfaces

By default, all the time slots on a channelized T1 interface are used. To configure a fractional T1 interface on a Channelized DS3 IQ or IQE PIC, you must perform the following tasks:

  1. Configure a T1 IQ interface. For more information, see Configuring T1 IQ Interfaces.

    This configuration creates interface t1-fpc/pic/port:channel.

  2. Configure the number of time slots allocated to the T1 IQ interface by including the timeslots statement at the [edit interfaces t1-fpc/pic/port:channel t1-options] hierarchy level:
    [edit interfaces t1-fpc/pic/port t1-options]
    timeslots time-slot-range;

For channelized T1 IQ interfaces, the time-slot range is from 1 through 24. You can designate any combination of time slots. To configure ranges, use hyphens. To configure discontinuous time slots, use commas. Do not include spaces. For more information about T1 time slots, see Configuring Fractional T1 Time Slots.

Example: Configuring Fractional T1 IQ Interfaces

Configure a fractional T1 interface that uses time slots 1 through 10:

[edit interfaces ct3-0/0/0:1]
partition 1 interface-type t1;
[edit interfaces t1-0/0/0:1:1 t1-options]
timeslots 1-10;

For a full configuration example, see the JUNOS Feature Guide.


[Contents] [Prev] [Next] [Index] [Report an Error]