Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring Multilevel Channels on a Channelized IQ Interface

You can subdivide a channelized interface and then split these subchannelized interfaces into end channels. Creating small end channels might require multiple levels of channelization.

To configure a subdivided channelized interface within a partition of a channelized IQ interface, include the partition statement at the [edit interfaces cxx-fpc/pic/port] hierarchy level. On a channelized OC12 IQ interface, use the oc-slice option to create slice sizes corresponding to the desired bandwidth. On all channelized IQ interfaces, use the interface-type option to set the channelized interface type (such as channelized OC1).

On a channelized OC12 IQ interface, you can convert a subdivided channelized OC1 interface into a T3 or channelized T3 interface. To configure, include the no-partition statement at the [edit interfaces coc1-fpc/pic/port:channel] hierarchy level and set the interface-type to ct3. A ct3-fpc/pic/port:channel interface is the result. Such a conversion is known as M13 with C-bit parity mapping. T1 and DS0 channels created directly from a coc-1 interface use VT mapping.

To further split your channelized interfaces into even smaller channelized interfaces, use the partition and interface-type statements at the [edit interfaces cxx-fpc/pic/port:channel] hierarchy level. You can create channelized OC1, channelized T3, and channelized T1 interfaces, depending on the PIC type.

Finally, you configure these “channels of channels” as end channels. To configure end channels on a segmented channelized IQ interface, include the partition statement at the [edit interfaces cxx-fpc/pic/port:channel] hierarchy level. The number of channels in the hierarchy depends on how finely you partition the channelized IQ interface. Use the timeslots option to select NxDS0 level channels and the interface-type option to set the interface type (such as T1 or NxDS0). Once the resulting channels have been established, you can configure them as regular interfaces.

[edit]interfaces {coc12-0/0/0 {partition 2 oc-slice 4 interface-type coc1; # Creates channelized OC1partition 3 oc-slice 5 interface-type coc1; # interfaces: coc1-0/0/0:2,partition 4 oc-slice 6 interface-type coc1; # :3, and :4.}coc1-0/0/0:2 {no-partition interface-type t3; # Converts a channelized OC1 to}t3-0/0/0:2 {encapsulation ppp;unit 0 {family inet {address 10.255.0.6/30;}}coc1-0/0/0:3 {no-partition interface-type ct3; # Creates a channelized T3 interface:}ct3-0/0/0:3 {partition 1-28 interface-type t1; # Creates 28 T1 interfaces:}coc1-0/0/0:4 {partition 1 interface-type ct1; # Creates a channelized T1 interface: }ct1-0/0/0:4:1 {partition 1 timeslots 1 interface-type ds; # Creates a 1xDS0 interface: ...# ds-0/0/0:4:1:1.partition 24 timeslots 24 interface-type ds; # Creates a 1xDS0 interface:}t1-0/0/0:3:1 {encapsulation ppp;unit 0 {family inet {address 10.255.0.26/30;}}}...}ds-0/0/0:4:1:24 {encapsulation ppp;unit 0 {family inet {address 10.255.0.214/30;}}}}

Published: 2012-11-28