User Profile Configuration

Local user profile configurations are optional in subscriber management configuration.

Configuring the User Profile

supervisor@switch: cfg> set access user-profile
  <user-name>           Username

supervisor@switch: cfg> set access user-profile user@rtbrick.com
  <cr>
  l2tp-pool-name           L2TP pool name
  password-encrypted-text  Secret/password in encrypted text
  password-plain-text      Secret/password in plain text
  tunnel-type              Tunnel type

The following example shows a typical …​.

supervisor@switch: cfg> show config access user-profile user@rtbrick.com
{
  "rtbrick-config:user-profile": {
    "user-name": "user@rtbrick.com",
    "password-encrypted-text": "$243a1341f44f54888cdd385b9f40513f1",
    "tunnel-type": "PPPoE"
  }
}
Attribute Description

user-name

Username of the subscriber.

password-encrypted-text

password-plain-text

User password which can be provided as plaintext or already encrypted text.

tunnel-type

Subscriber tunnel type.

Default: PPPoE Values: PPPoE, L2TP

l2tp-pool-name

Assign a local configured L2TP tunnel pool.