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

Configuring Dialer Watch

Dialer watch is a backup method that integrates backup dialing with routing capabilities and provides reliable connectivity without relying on a dialer filter to trigger outgoing ISDN connections. With dialer watch, the Services Router monitors the existence of a specified route and if the route disappears, the dialer interface initiates the ISDN connection as a backup connection.

Adding a Dialer Watch Interface on the Services Router

To configure dialer watch:

  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 64.
  3. Go on to Configuring the ISDN Interface for Dialer Watch.

Table 64: Adding a Dialer Watch 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 Edit.

From the [edit] hierarchy level, enter

edit interfaces

Select a dialer interface—for example, dl0.

Adding a description, such as dialer-watch, can help you identify one dialer interface from another.

  1. Under Interface name, select dl0.
  2. In the Description box, type dialer-watch.
  1. Enter

    edit dl0

  2. Enter

    set description dialer-watch

On a logical interface—for example, 0—specify a dial pool—for example, dw-group—to link the dialer interface to at least one ISDN physical interface.

Then configure the list of routes for dialer watch—for example, 172.27.27.0/24.

  1. Under Unit, click the logical unit number 0.
  2. Next to Dialer options, click Edit.
  3. In the Pool box, type dw-group.
  4. Next to Watch list, click Add new entry.
  5. In the Prefix box, type 172.27.27.0/24.
  6. Click OK.
  1. Enter

    edit unit 0 dialer-options

  2. Enter

    set pool dw-group

  3. Enter

    set watch-list 172.27.27.0/24

Configuring the ISDN Interface for Dialer Watch

To configure the ISDN interface to participate as a dialer watch interface:

  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 65.
  3. If you are finished configuring the router, commit the configuration.
  4. Go on to any of the following optional tasks:
  5. To verify that the network interface is configured correctly, see Verifying the ISDN Configuration.

Table 65: Configuring an ISDN Interface for Dialer Watch

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Interfaces level in the configuration hierarchy, and select an ISDN physical interface—for example, br-1/0/3 for ISDN BRI.

For ISDN PRI, select a channelized T1/E1/ISDN PRI interface—for example, ct1-1/0/1.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Interfaces, click Edit.
  3. Under Interface name:
    • For ISDN BRI, click br-1/0/3.
    • For ISDN PRI, click ct1-1/0/1.

From the [edit] hierarchy level:

  • For ISDN BRI, enter

    edit interfaces br-1/0/3 dialer-options pool isdn-dialer-group

  • For ISDN PRI, enter

    edit interfaces ct1-1/0/1 dialer-options isdn-dialer-group

Configure dialer watch options for each ISDN interface participating in the dialer watch feature.

Each ISDN interface must have the same pool identifier to participate in dialer watch. Therefore, the dialer pool name isdn-dialer-group, for the dialer watch interface configured in Table 64, is used when configuring the ISDN interface.

  1. Next to Dialer options, click Edit.
  2. Next to Pool, click Add new entry.
  3. In the Pool identifier box, type isdn-dialer-group.
  4. Click OK.
 

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