|
Navigate to the Interfaces level in the configuration
hierarchy, and select a dialer interface—for example, dl0.
|
- In the configuration editor hierarchy, select Configuration>View
and Edit>Edit Configuration.
- Next to Interfaces, click Edit.
- Next to dl0, click Edit.
|
From the top of the configuration hierarchy, enter
edit interfaces dl0
|
|
Configure multilink properties on the dialer interface.
|
- Select multilink-ppp as the encapsulation
type.
|
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.
You can configure a maximum of 15 dial strings per dialer interface.
-
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 95. 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, bw-pool.
|
- 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 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 allowed between the transmission of full packets—for example, 100.
The value can be between 1 and 65535.
|
- Next to Compression, select Yes,
and then click Configure.
- Select Rtp, and then click Configure.
- In the F max period box, type 100.
- Next to Queues, click Add new entry.
- From the Value list, select q3.
- Click OK until you return to the Unit
page.
|
- From the top of the configuration hierarchy, enter
edit interfaces dl0 unit 0
- Enter
set compression rtp f-max-period 500 queues q3
|
|
Configure logical properties.
-
Fragment threshold–Maximum size,
in bytes, for multilink packet fragments. The value can be between 128 and 16320 bytes,
for example, 1024. The default is 0 bytes (no fragmentation). Any
nonzero value must be a multiple of 64 bytes.
- 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.
- Click OK until you return to the Configuration
page.
|
- Enter
set fragment-threshold 1024
- Enter
set mrru 1500
|
|
Define a CHAP access profile with a client and a secret password. For
example, define bw–profile with client 1 and password my-secret.
|
- Next to Access, click Configure or Edit.
- Next to Profile, click Add new entry.
- In the Profile name box, type bw-profile.
- Next to Client, click Add new entry.
- In the Name box, type client1.
- In the Chap secret box, type my-secret.
- Click OK until you return to the Configuration
page.
|
From the top of the configuration hierarchy, enter
set access profile bw-profile client client1 chap-secret my-secret
|
|
Navigate to the appropriate dialer interface level in the configuration
hierarchy—for example, dl0 unit 0.
|
- Next to Interfaces, click Edit.
- In the interface name box, click dl0.
- In the Interface unit number box, click 0.
|
From the top of the configuration hierarchy, enter
edit interfaces dl0 unit 0
|
|
Configure CHAP on the dialer interface and specify a unique profile
name containing a client list and access parameters—for example, bw-profile.
|
- Next to Ppp options, click Configure.
- Next to Chap, click Configure.
- In the Access profile box, type bw-profile.
- Click OK.
|
Enter
set ppp-options chap access-profile bw-profile
|
|
Configure packet compression.
You can 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.
|
- Under Compression, select Acfc.
- Click OK until you return to the Unit
page.
|
Enter
set ppp-options compression acfc
|
|
Configure the dialer interface to be assigned an IP address in one of
the following ways:
- Obtain an IP address by negotiation with the remote end. This
method might require the access concentrator to use a RADIUS authentication
server.
- Derive the source address from a specified interface—for
example, the loopback interface, lo0.0—and assign a destination
address—for example, 192.168.1.2. The specified interface must
include a logical unit number and have a configured IP address.
|
Next to Inet, select Yes and click Configure.
Select one of the following IP address configurations:
To obtain an IP address from the remote end:
- Next to Negotiate address, select the Yes check
box.
- Click OK.
To derive the source address and assign the destination address:
- Next to Unnumbered address, select the Yes check
box and click Configure.
- In the Destination box, type 192.168.1.2.
- In the Source box, type lo0.0.
- Click OK.
|
Do one of the following:
|