|
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 Edit.
- Next to the dialer interface name, click Edit.
|
From the top of the configuration editor, enter
edit interfaces dl0
|
|
Configure multilink properties on the dialer interface.
|
- Select multilink-ppp as the encapsulation
type.
|
From the [edit interfaces dl0] hierarchy, enter
set encapsulation multilink-ppp
|
|
Configure the dialer options.
-
Dial string—Telephone number
for the interface to dial that establishes ISDN connectivity—for example, 4085551515.
-
Idle timeout—Time a connection
is idle before disconnecting—for example, 300. Default value
is 120 seconds with a range from 0 to 4294967295.
-
Load interval—Interval of time
between average network load calculations—for example, 90.
Default value is 60 seconds with a range of 20-180 seconds
incremented in 10 seconds.
-
Load threshold—Percentage of
load on all links—for example 90. Default value is 100 with
a range from 0 to 100.
-
Pool—Name of a group of ISDN
interfaces configured to use the dialer interface–for example, 3.
|
- In the Unit section, click Dialer options under
Encapsulation.
- Next to Dial string, click Add new entry.
- In the Value box, type 4085551515 and
click OK.
- In the Idle timeout box, type 300.
- In the Load interval box, type 90.
- In the Load threshold box, type 95.
- In the Pool box, type bw-pool.
- Click OK.
|
- Enter
edit unit 0
- Enter
edit dialer-options
- Enter
set dial-string 4085551515
- Enter
set idle-timeout 300
- Enter
set load-interval 90
- Enter
set load-threshold 95
- Enter
set pool bw-pool
|
|
Configure unit properties.
To configure a multiple dialer interfaces for bandwidth-on-demand, increment
the Unit number—for example, dl0.1, dl0.2, and so
on.
F max period is the maximum number of compressed
packets between transmission of full packets. The value can be between 1 and 65535.
|
- Next to Compression, select Yes,
and then Configure.
- Select Rtp, and then Configure.
- In the F max period box, type 100.
- Next to Queues, click Add new entry.
- From the Value list, select q3. Then
click OK and OK again.
|
- From the edit interfaces dl hierarchy, enter
edit unit 0
- Enter
set compression rtp f-max-period 500 queues q3
|
|
Configure logical properties.
Maximum received reconstructed unit (MRRU) is expressed as a number
between 1500 and 4500 bytes—for example, 1500.
|
- In the Fragment threshold box, type 1024.
- In the Mrru box, type 1500.
|
- Enter
set fragment-threshold 1024
- Enter
set mrru 1500
|
|
Configure PPP options.
You can also configure the following compression types:
-
acfc (address and control field compression)—Conserves
bandwidth by compressing the address and control fields of PPP-encapsulated
packets.
-
pfc (protocol field compression)—Conserves
bandwidth by compressing the protocol field of a PPP-encapsulated packet.
|
- Next to Ppp options, click Configure.
- Next to Chap, click Configure.
- In the Access profile box, type bw-profile.
- Click OK and OK again.
- Under Compression, select acfc.
|
- Enter
edit ppp-options chap bw-profile
- Enter
edit ppp-options compression acfc
|
|
Configure the Family Inet properties.
You can also configure the Inet properties to use unnumbered-address with
the source interface as lo-0/0/0 and then set an IP address—for
example, 172.13.31.1, as the destination.
|
- Next to Inet, select Yes and click Configure.
- Next to Negotiate address, select Yes.
- Select Unnumbered address, and then Configure.
- In the Destination box, type 172.31.13.1 as
the destination.
- In the Source box, type lo-0/0/0 as
the source interface.
- Click OK.
|
- Enter
set family inet negotiate-address
- To use the unnumbered-address option, enter
set family inet unnumbered address lo-0/0/0 destination 172.13.31.1
|