|
Navigate to the Interfaces level in the
configuration hierarchy.
|
- In the configuration editor hierarchy, select Configuration>View
and Edit>Edit Configuration.
- Next to Interfaces, click Configure or Edit.
|
From the top of the configuration hierarchy, enter
edit interfaces dl0
|
|
Create the new interface—for example, dl0.
Adding a description, such as dialer-watch, can help you identify
one dialer interface from another.
|
- Next to Interface, click Add new entry.
- In the Interface name box, type dl0.
- In the Description box, type dialer-watch.
- Click OK.
|
Enter
set description dialer-watch
|
|
Configure encapsulation options.
-
cisco-hdlc—Cisco-compatible High-level
Data Link Control is a group of protocols for transmitting data between network
points.
-
ppp—Point-to-Point Protocol is
a protocol used for communication between two computers using a serial interface.
|
- In the Encapsulation column, next
to the interface, click Edit.
- From the Encapsulation list, select cisco-hdlc.
|
Enter
set encapsulation cisco-hdlc
|
|
Set a hold-time value, in milliseconds, to be used when negotiating
a connection with the peer—for example, 60. The hold time is
three times the interval at which keepalive messages are sent.
|
- Under the Hold time section, type 60 in
the Down box.
- In the Up box, type 60.
|
- Enter
set hold-time down 60
- Enter
set hold-time up 60
|
|
Create the logical unit properties—for example, 0.
|
- Next to Unit, click Add new entry.
- In the Interface unit number box, type 0.
- Next to Dialer options, select Yes,
and then click Configure.
|
Enter
edit interfaces dl0 unit 0
|
|
Configure dialer options.
-
Activation delay—Time, in seconds,
to wait before activating the backup interface once the primary interface
is down—for example, 30. Default value is 0 seconds
with a maximum value of 60 seconds. Use only for dialer backup and
dialer watch.
-
Deactivation delay—Time, in seconds,
to wait before deactivating the backup interface once the primary interface
is up—for example, 30. The default value is 0 seconds
with a maximum value of 60 seconds. Use only for dialer backup and
dialer watch.
-
Dialer string—Telephone number
for the interface to dial that establishes ISDN connectivity—for example, 8005555555.
-
Idle timeout—Time a connection
is idle before disconnecting—for example, 30. Default value
is 120 seconds with a range from 0 to 4294967295.
-
Initial route check—Time to wait
before checking if the primary interface is up—for example, 30.
Default value is 120 seconds with a range of 1 to 300 seconds.
-
Pool—Name of a group of ISDN
interfaces configured to use the dialer interface—for example, dw-group.
|
- In the Activation delay box, type 60.
- In the Deactivation delay box, type 60.
- In the Dialer string box, type 18005555555.
- In the Idle timeout box, type 30.
- In the Initial route check box, type 30.
- In the Pool box, type dw-group.
|
- Enter
edit dialer-options
- Enter
set activation-delay 60
- Enter
set deactivation-delay 60
- Enter
set dial-string 18005555555
- Enter
set dialer-options idle-timeout 30
- Enter
set initial-route-check 30
- Enter
set pool dw-group
|
|
Configure the list of routes for dialer watch—for example, 172.27.27.0/24.
|
- Next to Watch list, click Add new entry.
- In the Prefix field, type 172.27.27.0/24.
|
Enter
set watch-list 172.27.27.0/24
|
|
Configure an IP address for the dialer interface—for example, 10.1.1.2/24.
|
- Under Family, next to Inet, select Yes,
and then click Configure.
- Next to Address, click Add new entry.
- In the Source box, type 10.1.1.2/24.
- Click OK.
|
From the [edit interfaces dl0 unit 0] hierarchy, enter
edit family inet 10.1.1.2/24
|