Example: Configuring Virtual T1 Channelized ISDN PRI Trunks

This example shows how to configure a virtual channelized ISDN PRI trunk for an SRX210 or SRX240 device with Integrated Convergence Services.

Requirements

This example uses the following components:

Before you begin, at a minimum configure:

Overview

The ISDN standard prescribes a level of service called Primary Rate Interface (PRI) implemented for a T1 line, that providing telecommunications services to offices. A T1 line can provide 24 channels. However, for the SRX210 and SRX240 devices with Integrated Convergence Services, the T1 Mini-PIM only provides a single channel. To emulate a T1 line with multiple channels, Integrated Convergence Services implements ISDN PRI.

An ISDN PRI T1 line can provide 24 channels composed of 23 B-channels (or bearer channels) and 1 D-channel (or adata channel). Time slot 24, which is used as the D-channel, carries control and signaling information. Each of the 23 B-channels (time slots 1 to 23) is used as a discrete voice trunk, and each B-channel is essentially equivalent to other trunks on the device, including T1E, analog, and SIP trunks. Although an inband T1 line has 24 channels, the 23-channel ISDN PRI can set up more calls faster because of the dedicated signaling D-channel. For ISDN PRI T1 lines, the network carries the contents of the B-channel transparently between endpoints of the call.

This example assumes that the SRX210 device with Integrated Convergence Services is used as a customer-premises equipment (CPE) device located at the customer site or branch office. The T1 line connects the customer site to a central office (CO) or to a service provider that acts as the CO.

For the ISDN PRI implementation, an incoming call that specifies a DID number is routed over the PRI T1 line to the destination station if DID is configured for that station. If DID is not configured for the station, the call is directed to auto attendant.

This example configures the following parts:

Configuration

Configuring ISDN PRI for a CT1 Interface

CLI Quick Configuration

To quickly configure ISDN PRI for the CT1 interface, copy the following commands and paste them into the CLI.

[edit]set interfaces ct1-1/0/0 isdn-options bchannel-allocation ascendingset interfaces ct1-1/0/0 isdn-options switch-type ni2 set interfaces ct1-1/0/0 isdn-options media-type voice set interfaces ct1-1/0/0 isdn-options clocking external

Step-by-Step Procedure

The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode.”

To configure ISDN PRI for the CT1 interface:

  1. Specify the CT1 interface name.
    [edit interfaces]user@host# edit ct1-1/0/0 isdn-options
  2. Specify the order for allocating B-channel time slots.
    [edit interfaces ct1-1/0/0 isdn-options]user@host# set bchannel-allocation ascending
  3. Specify the ISDN switch type.
    [edit interfaces ct1-1/0/0 isdn-options]user@host# set switch-type ni2
  4. Configure the media type for the interface.
    [edit interfaces ct1-1/0/0 isdn-options]user@host# set media-type voice
  5. Specify the clocking method.
    [edit interfaces ct1-1/0/0]user@host# set clocking external

Results

From configuration mode, confirm your configuration by entering the show interfaces ct1-1/0/0 isdn-options command. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.

user@host# show interfaces ct1-1/0/0 isdn-optionsisdn-options {switch-type ni2;media-type voice;bchannel-allocation ascending;}

If you are done configuring the device, enter commit from configuration mode.

Configuring PRI Channels on a CT1 Interface

CLI Quick Configuration

To quickly configure PRI channels on the CT1 interface, copy the following commands and paste them into the CLI.

[edit]set interfaces ct1-1/0/0 partition 24 timeslots 24 set interfaces ct1-1/0/0 partition 24 interface-type dc set interfaces ct1-1/0/0 partition 1 timeslots 1 set interfaces ct1-1/0/0 partition 1 interface-type bc set interfaces ct1-1/0/0 partition 2 timeslots 2 set interfaces ct1-1/0/0 partition 2 interface-type bc set interfaces ct1-1/0/0 partition 3 timeslots 3 set interfaces ct1-1/0/0 partition 3 interface-type bc set interfaces ct1-1/0/0 partition 4 timeslots 4 set interfaces ct1-1/0/0 partition 4 interface-type bc

Step-by-Step Procedure

The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode.”

To configure PRI channels on the CT1 interface:

  1. Configure the D-channel partition and time slot.
    [edit interfaces ct1-1/0/0]user@host# set partition 24 timeslots 24 interface-type dc
  2. Configure the B-channel partition and time slots.
    [edit interfaces ct1-1/0/0]user@host# set partition 1 timeslots 1 interface-type bc user@host# set partition 2 timeslots 2 interface-type bc user@host# set partition 3 timeslots 3 interface-type bc user@host# set partition 4 timeslots 4 interface-type bc

Results

From configuration mode, confirm your configuration by entering the show interfaces ct1-1/0/0 command. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.

For brevity, this show command output includes only the configuration that is relevant to this example. Any other configuration on the system has been replaced with ellipses (...).

[edit]user@host show interfaces show interfaces ct1-1/0/0 ...partition 24 timeslots 24 interface-type dc; partition 1 timeslots 1 interface-type bc; partition 2 timeslots 2 interface-type bc; partition 3 timeslots 3 interface-type bc; partition 4 timeslots 4 interface-type bc;

If you are done configuring the device, enter commit from configuration mode.

Configure a T1 Trunk for PRI

CLI Quick Configuration

To quickly configure the T1 trunk for PRI, copy the following commands and paste them into the CLI.

[edit] set services convergence-services trunk t1 trunk-type t1 tdm-interface ct1-1/0/0 set services convergence-services trunk t1 trunk-type t1 pri-group time-slots 1-4

Step-by-Step Procedure

The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode.”

To configure the T1 trunk for PRI:

  1. Configure the T1 trunk name and its interface.
    [edit services convergence-services]user@host# set trunk t1 trunk-type t1 tdm-interface ct1-1/0/0
  2. Configure the PRI group for the T1 trunk.
    [edit services convergence-services]user@host# set trunk t1 trunk-type t1 pri-group time-slots 1-4

Results

From configuration mode, confirm your configuration by entering the show services convergence-services trunk t1 command. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.

[edit]user@host show services convergence-services trunk t1trunk-type {t1 {tdm-interface ct1-1/0/0;pri-group {time-slots 1-4;}}}

If you are done configuring the device, enter commit from configuration mode.

Configuring a T1 Mini-PIM

CLI Quick Configuration

To quickly configure the T1 trunk for PRI, copy the following commands and paste them into the CLI.

[edit]set chassis fpc 1 pic 0 ds1 pic-mode voice-ct1

Step-by-Step Procedure

The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode.”

To configure the T1 Mini-PIM:

  1. Configure the Mini-PIM for the chassis.
    user@host set set chassis fpc 1 pic 0 ds1 pic-mode voice-ct1

Results

From configuration mode, confirm your configuration by entering the show chassis fpc 1 command. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.

[edit]user@host show chassis fpc 1pic 0 {ds1 {pic-mode voice-ct1;}}

Verification

To confirm that the configuration is working properly, perform this task:

Verifying That the SRX Series MGW Is Active

Purpose

Verify that the SRX Series MGW is active. Display the length of time that the Integrated Convergence Services media gateway call routing engine has been executing.

Action

From operational mode, enter the show services convergence-services media-gateway uptime command.

Related Topics