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

Configuring T1 or Channelized T1 Interfaces

To configure T1 or channelized T1 interfaces, include the partition and interface-type statements at the [edit interfaces ct3-fpc/pic/port] hierarchy level, specifying the t1 or ct1 interface type:

[edit interfaces]
ct3-fpc/pic/port {
partition partition-number interface-type t1;
}
ct3-fpc/pic/port {
partition partition-number interface-type ct1;
}

This configuration creates the interfaces t1-fpc/pic/port:channel and ct1-fpc/pic/port:channel.

Note: Class-of-service (CoS) rules cannot be applied to an individual channel configured on channelized IQ interfaces. You can only apply CoS rules to the aggregate bit streams.

Example: Configuring T1 or Channelized T1 Interfaces

Configure T1 or channelized T1 interfaces, using partition 3 and partition 4.

[edit interfaces]
ct3-0/2/0:1:2 {
partition 3 interface-type t1;
}
ct3-0/2/0:1:2 {
partition 4 interface-type ct1;
}

This configuration creates interfaces ct1-0/2/0:1:2:3 and t1-0/2/0:1:2:4.


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