Example: Configuring Dialer Watch

In this example, you add a dialer watch to the dl0 interface. You then configure the ISDN interface to participate as a dialer watch interface. You create the dw-group dialer pool on the unit 0 logical interface and specify that the dialer should watch the 172.27.27.0/24 list of routes. Once you have finished configuring the dialer watch interface, you select the br-1/0/3 ISDN physical interface for ISDN BRI.

To configure dialer watch:

  1. Create the dialer watch interface.

    [edit]user@host# edit interfaces dl0set description dialer-watch
  2. Specify a logical interface.

    [edit interfaces dl0]user@host# edit unit 0 dialer-options
  3. Specify a dialer pool.

    [edit interfaces dl0 unit 0 dialer-options]user@host# set pool dw-group
  4. Configure the list of routes for dialer watch.

    [edit interfaces dl0 unit 0 dialer-options]user@host# set watch-list 172.27.27.0/24
  5. Select the ISDN physical interface for ISDN BRI.

    [edit]user@host# edit interfaces br-1/0/3 dialer-options pool isdn-dialer-group

Related Topics