Example: Channelized STM-1 IQ Interface Configuration
![]()
The next example shows how to configure a channelized STM-1 IQ interface. Figure 5 shows the breakdown of one channelized STM-1 IQ interface into a variety of channels and the conversion of the second interface into a clear channel STM-1.
For the first interface, you must first convert the STM-1 interface into a channelized Administrative Unit 4 (AU-4) interface with the
no-partitionandinterface-type cau-4statements at the [edit interfaces cstm1-fpc/pic/port] hierarchy level. You must specify KLM or ITU-T AU-4 formatting with thevtmappingstatement at the [edit interfaces cau4-fpc/pic/portsonet-options] hierarchy level. From the channelized AU-4 interface, you can create E1 channels or channelized E1 channels. The channelized E1 channels can be further broken into DS-0 timeslots.To create E1 channels, include the
partitionstatement at the [edit interfaces cau4-fpc/pic/port] hierarchy level with theinterface-type e1option. To create channelized E1 channels, include thepartitionstatement at the [edit interfaces cau4-fpc/pic/port] hierarchy level with theinterface-type ce1option.After you have established a channelized E1 channel, you can split it into a maximum of 31 NxDS-0 channels. To create the desired number of NxDS-0 channels, include the
partitionstatement with thetimeslotsandinterface-type dsoptions at the [edit interfaces ce1-fpc/pic/port:channel] hierarchy level. To create an NxDS-0 channel group, include a range of timeslots after thetimeslotsoption.You can also create fractional E1 interfaces on a channelized STM-1 IQ interface. To configure a fractional E1 interface, include the
partitionstatement at the [edit interfaces cau4-fpc/pic/port] hierarchy level and select theinterface-type e1option. After you commit this part of the configuration, a clear channel E1 interface is established. You can configure standard E1 options on this interface. To fractionalize the E1 interface, include thetimeslotsstatement at the [edit interfaces e1-fpc/pic/porte1-options] hierarchy level. Timeslot1is reserved in a fractional E1 channel, so you can use timeslots2through31.In the second interface shown in Figure 5, you convert the channelized STM-1 IQ interface into a clear channel STM-1 interface. To configure, include the
no-partitionandinterface-type sostatements at the [edit interfaces cstm1-fpc/pic/port] hierarchy level.[edit]interfaces {cau4-0/0/0 {partition 1-10 interface-type e1;#This creates a 10 E1 interfaces: e1-0/0/0:1 through :10.partition 11 interface-type ce1;#This creates a single channelized E1 interface:sonet-options { # e1-0/0/0:11.vtmapping itu-t;#This selects ITU-T as the VT mapping frame format.}}cstm1-0/0/0 {no-partition interface-type cau4;#This creates a channelized AU-4 interface: cau4-0/0/0.}e1-0/0/0:1 {#Channel e1-0/0/0:1 is a fractional E1 interface.encapsulation ppp;e1-options {timeslots 2-21;#Setting timeslots on an E1 channel creates a fractional E1.}unit 0 {family inet {address 10.133.0.1/30;}}}e1-0/0/0:2 {#Channels e1-0/0/0:2 through :10 are standard E1 interfaces.encapsulation ppp;unit 0 {family inet {address 10.133.0.5/30;}}}...e1-0/0/0:10 {encapsulation ppp;unit 0 {family inet {address 10.133.0.37/30;}}}ce1-0/0/0:11 {#Channel ce1-0/0/0:11 is a channelized E1 interface.partition 1 timeslots 1-10 interface-type ds;#This creates channel group ds-0/0/0:11:1.partition 2 timeslots 11-20 interface-type ds;#This creates channel group ds-0/0/0:11:2.partition 3 timeslots 21-30 interface-type ds;#This creates channel group ds-0/0/0:11:3.partition 4 timeslots 31 interface-type ds;#This creates a DS-0 interface: ds-0/0/0:11:4.}ds-0/0/0:11:1 {#Channel ds-0/0/0:11:1 is a channel group containing 10 DS-0s.unit 0 {family inet {address 10.134.1.1/30;}}}ds-0/0/0:11:2 {#Channel ds-0/0/0:11:2 is a channel group containing 10 DS-0s.unit 0 {family inet {address 10.134.2.1/30;}}}ds-0/0/0:11:3 {#Channel ds-0/0/0:11:3 is a channel group containing 10 DS-0s.unit 0 {family inet {address 10.134.3.1/30;}}}ds-0/0/0:11:4 {#Channel ds-0/0/0:11:4 is a standard DS-0 interface.unit 0 {family inet {address 10.134.4.1/30;}}}}For a visual representation of the E1 to STM-1 SDH mapping method used by Juniper Networks in its channelized STM-1 IQ interface, see Figure 6.
![]()