To configure the dialer interface for dialer watch, include the following statements at the [edit interfaces dln] and the [edit interfaces dln unit logical-unit-number] hierarchy levels:
- [edit interfaces]
- dln {
-
encapsulation (cisco-hdlc | multilink-ppp
| ppp);
-
hold-time (up | down) milliseconds;
-
- unit logical-unit-number {
-
-
dialer-options {
-
activation-delay seconds;
-
deactivation-delay seconds;
-
dial-string dial-string-numbers;
-
hold-time seconds;
-
initial-route-check seconds
-
pool pool-name;
-
-
watch-list {
- [ routes ];
- }
-
-
family family {
-
ip-address;
- }
- }
- }
- }