|
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.
- 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.
|
- In the Unit table, click Dialer options.
- In the Pool box, type pool1.
- 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.
|
- Select Inet under Family, and
click Edit.
- Next to Address, click Add new entry.
- In the Source box, type 172.20.10.1.
- In the Destination box, type 172.20.10.2.
- Click OK until you return to the Interfaces
page.
|
- Enter
set family inet address 172.20.10.1
- 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.
|
- Next to br-1/0/3, click Dialer
options.
- Next to Pool, click Add new entry.
- In the Pool identifier box, type pool1.
- In the Priority box, type 10.
- Click OK.
- Click Add new entry again, and add pool2 to the interface.
- In the Priority box, type 25.
- Click OK.
|
- Enter
edit interfaces br-1/0/3 dialer-options
- Enter
set pool pool1 priority 10
- Enter
set pool pool2 priority 25
|