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

Configuring Dialer Profiles (Optional)

You can configure multiple dialer interfaces to participate as part of a dialer profile. After configuring dialer interfaces, you configure an ISDN interface on the Services Router to participate as part of a dialer profile. In the configuration in Table 53, dialer interfaces dl0 and dl1 and ISDN interface br-1/0/3 are used as examples.

To configure an logical dialer 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 53.
  3. When you are finished configuring the router, commit the configuration.

Table 53: Dialer Profile Configuration

Navigate to the Interfaces level in the configuration hierarchy.

  1. In the configuration editor hierarchy, select Configuration>View and Edit>Edit Configuration.
  2. Next to Interfaces, click Configure or Edit.
  3. Under Interface name, click dl0.

From the top of the configuration editor hierarchy, enter

edit interfaces dl0 unit 0

Add a dialer pool, pool1, to a dialer interface.

  1. In the Unit table, click Dialer options.
  2. In the Pool box, type pool1.
  3. Click OK.

Enter

set dialer-options pool pool1

Configure a source IP address—for example, 172.20.10.1 for the dialer interface.

Configure a destination IP address—for example, 172.20.10.2 for the dialer interface.

  1. Select Inet under Family, and click Edit.
  2. Next to Address, click Add new entry.
  3. In the Source box, type 172.20.10.1.
  4. In the Destination box, type 172.20.10.2.
  5. Click OK until you return to the Interfaces page.
  1. Enter

    set family inet address 172.20.10.1

  2. Enter

    set family inet address destination 172.20.10.2

Configure the ISDN interface—for example, br-1/0/3, with a dialer profile that uses either dialer interface to initiate an ISDN connection.

Priority has a range from 0 to 255 with 255 having the highest priority.

The br-1/0/3 interface now uses pool2 to establish connectivity first, and then pool1.

  1. Next to br-1/0/3, click Dialer options.
  2. Next to Pool, click Add new entry.
  3. In the Pool identifier box, type pool1.
  4. In the Priority box, type 10.
  5. Click OK.
  6. Click Add new entry again, and add pool2 to the interface.
  7. In the Priority box, type 25.
  8. Click OK.
  1. Enter

    edit interfaces br-1/0/3 dialer-options

  2. Enter

    set pool pool1 priority 10

  3. Enter

    set pool pool2 priority 25


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