On channelized T1/E1 interfaces configured for channelized operation, you can insert channels (time slots) from one port (for example, channels carrying voice) directly into the other port on the PIM, to replace channels coming through the Routing Engine. This feature, known as drop and insert, allows you to integrate voice and data on a single T1 or E1 link by removing the DS0 time slots of one T1 or E1 port and replacing them by inserting the time slots of another T1 or E1 port. It is not necessary to use the same time slots on both interfaces, but the time slots count must be same. The channels that are not configured for the drop-and-insert feature are used for normal traffic.
You must ensure that the signaling channels (port 16 for an E1 interface and port 24 for a T1 interface) are also part of the channels that are being switched through the drop-and-insert functionality. The JUNOS software does not support switching of voice and data between ports by default.
Both ports involved in the drop-and-insert configuration must use the same clock source—either the router's internal clock or an external clock.
The following clock source settings are valid:
For more details about valid clock combinations, see Frequently Asked Questions About Channelized T1 or E1 Interface.
To configure or edit the drop-and-insert feature on a channelized T1 or E1 interface:
Table 37: Configuring a Channelized T1/E1 Interface to Drop and Insert Time Slots
|
Task |
J-Web Configuration Editor |
CLI Configuration Editor |
|---|---|---|
|
Navigate to the Interfaces level in the configuration hierarchy. |
|
From the [edit] hierarchy level, enter edit interfaces ct1-3/0/0 For information about interface names, see Network Interface Naming. |
|
Create a new interface—for example, ct1-3/0/0. |
|
|
|
Configure the clock source and partition on ct1-3/0/0. Note: While configuring the drop-and-insert feature, you must ensure that both ports on the channelized T1/E1 PIM run on the same clock. For more details about valid clock combinations, see Frequently Asked Questions About Channelized T1 or E1 Interface. |
|
From the [edit] hierarchy level, enter set interfaces ct1-3/0/0 clocking external set interfaces ct1-3/0/0 partition 1 timeslots 1-10 set interfaces ct1-3/0/0 partition 1 interface-type ds |
|
Create a new interface—for example, ct1-3/0/1. |
|
From the [edit] hierarchy level, enter edit interfaces ct1-3/0/1 For information about interface names, see Network Interface Naming. |
|
Configure the clock source and partition on ct1-3/0/1. Note: While configuring the drop-and-insert feature, you must ensure that both ports on the channelized T1/E1 PIM run on the same clock. For more details about valid clock combinations, see Frequently Asked Questions About Channelized T1 or E1 Interface. |
|
From the [edit] hierarchy level, enter set interfaces ct1-3/0/1 clocking external interface ct1-3/0/0 set interfaces ct1-3/0/1 partition 1 timeslots 1-10 set interfaces ct1-3/0/1 partition 1 interface-type ds |
|
Create new interfaces—for example, ds-3/0/0:1, ds-3/0/1:1 and configure drop-and-insert feature. Note: Both interfaces configured for the drop-and-insert feature must exist on the same PIM. For example, you can configure ds-3/0/0:1 as the data input interface for ds-3/0/1:1, but not for ds-4/0/0:1. |
|
From the [edit] hierarchy level, enter edit interfaces ds-3/0/0:1 For information about interface names, see Network Interface Naming. Enter set interfaces ds-3/0/0:1 data-input interface ds-3/0/1:1 |