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

Adding an ISDN BRI Interface (Required)

To enable ISDN BRI interfaces installed on your Services Router to work properly, you must configure the interface properties.

To configure an ISDN BRI network interface for the Services Router:

  1. Navigate to the top of the interfaces configuration hierarchy in either the J-Web or CLI configuration editor.
  2. Perform the configuration tasks described in Table 59.
  3. Go on to Configuring Dialer Interfaces (Required).

Table 59: Adding an ISDN BRI Interface

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Interfaces level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Interfaces, click Configure or Edit.

From the [edit] hierarchy level, enter

edit interfaces br-1/0/3

Create the new interface—for example, br-1/0/3.

  1. Next to Interface, click Add new entry.
  2. In the Interface name box, type the name of the new interface, br-1/0/3.
  3. Click OK.
 

Configure dialer options.

  • Name the dialer pool—for example, isdn-dialer-group.
  • Set the dialer pool priority—for example, 255.

Dialer pool priority has a range from 1 to 255, with 1 designating lowest-priority interfaces and 255 designating the highest-priority interfaces.

  1. In the Encapsulation column, next to the new interface, click Edit.
  2. Next to Dialer options, select Yes, and then click Configure.
  3. Next to Pool, click Add new entry.
  4. In the Pool identifier box, type isdn-dialer-group.
  5. In the Priority box, type 255.
  6. Click OK.

From the [edit interfaces br-1/0/3] hierarchy, enter

set dialer-options pool isdn-dialer-group priority 255

Configure ISDN BRI properties.

  • Calling number sent to the ISDN switch during the call setup, which represents the caller's number—for example, 18005555555.
  • Service provider ID (SPID)—for example, 00108005555555.
  • Static TEI between 0 and 63 from your service provider—for example, 23. If the field is left blank, the Services Router dynamically acquires a TEI. Also, if you have configured a second SPID, you cannot set a static TEI value.

    If you have a NTDMS-100 or NI1 switch, an additional box for a service provider ID is provided.

    If you are using a service provider that requires SPIDs, you cannot place calls until the interface sends a valid, assigned SPID to the service provider when accessing the ISDN connection.

  • Incoming called number—for example, 18883333456.

    Configure incoming call properties if you have remote locations dialing into the router through the ISDN interface.

  1. Next to Isdn options, click Configure.
  2. In the Calling number box, type 18005555555.
  3. In the Spid1 box, type 00108005555555.
  4. In the Static tei val box, type 23.
  5. Next to Incoming called number, click Add new entry.
  6. In the Called number box, type 18883333456.
  7. Click OK.
  1. To set the ISDN options, enter

    set isdn-options calling-number 18005555555

  2. Enter

    set isdn-options spid1 00108005555555

  3. Enter

    set isdn-options static-tei-val 23

  4. set isdn-options incoming-called-number 18883333456

Select the type of ISDN switch—for example, ATT5E. The following switches are compatible with Services Routers:

  • ATT5E—AT&T 5ESS
  • ETSI—NET3 for the UK and Europe
  • NI1—National ISDN-1
  • NTDMS–100—Northern Telecom DMS-100
  • NTT—NTT Group switch for Japan

From the Switch type list, select att5e.

To select the switch type, enter

set isdn-options switch-type att5e

Configure the Q.931 timer. Q.931 is a Layer 3 protocol for the setup and termination of connections. The default value for the timer is 10 seconds, but can be configured between 1 and 65536 seconds—for example, 15.

In the T310 box, type 15.

set isdn-options t310 15

Configure when the TEI negotiates with the ISDN provider.

  • first-call—Activation does not occur until a call is sent.
  • power-up—Activation occurs when the Services Router is powered on. This is the default value.
  1. From the Tei option list, select power-up.
  2. Click OK to return to the Interfaces page.

To initiate activation at power-up, enter

set isdn-options tei-option power-up


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