[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the Group Profile

Optionally, you can configure the group profile to define the PPP or L2TP attributes. Any client referencing the configured group profile inherits all the group profile attributes.

Note: The group-profile statement overrides the user-group-profile statement, which is configured at the [edit access profile profile-name] hierarchy level. The profile statement overrides the attributes configured at the [edit access group-profile profile-name] hierarchy level. For information about the user-group-profile statement, see Applying a Configured PPP Group Profile to a Tunnel.

To configure the group profile, include the group-profile statement at the [edit access] hierarchy level:

[edit access]
group-profile profile-name;

profile-name is the name assigned to the group profile.

To configure the L2TP properties for a group profile, include the following statements at the [edit access group-profile profile-name] hierarchy level:

[edit access group-profile profile-name]
l2tp {
interface-id interface-id;
lcp-renegotiation;
local-chap;
maximum-sessions-per-tunnel number;
}

To configure the PPP properties for a group profile, include the following statements at the [edit access group-profile profile-name] hierarchy level:

[edit access group-profile profile-name]
ppp {
cell-overhead;
encapsulation-overhead bytes;
framed-pool pool-id;
idle-timeout seconds;
interface-id interface-id;
keepalive seconds;
primary-dns primary-dns;
primary-wins primary-wins;
secondary-dns secondary-dns;
secondary-wins secondary-wins;
}

This section describes how to configure the group profile:


[Contents] [Prev] [Next] [Index] [Report an Error]