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

Example: Configuring Dialer Watch

The following example illustrates a dialer watch configuration using one physical interface and one dialer interface.

See Figure 54 for the topology used in this example.

Figure 54: Dialer Watch Topology

Image g017024.gif

Configuration for the Physical Interface

[edit interfaces]
br-2/0/0 {
isdn-options {
switch-type ntdms100;
}
dialer-options {
pool 1 priority 1;
}
}

Configuration for the Dialer Interface

[edit interfaces]
dl0 {
unit 0 {
dialer-options {
pool 1;
dial-string 384030;
watch-list {
2.2.2.2/24;
3.3.3.3/24;
}
}
family inet {
address 40.0.0.1/8;
}
}
}

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