PPPOverEthernet
Description
An object containing necessary values for PPPoE configuration. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| vpdnGrpName | True | string |
The Virtual Private Dial-up Network Group
Field level constraints: cannot be null, length must be between 0 and 127 (inclusive). (Note: Additional constraints might exist) |
|||
| pppoeUser | True | string |
User name associated with VPDN Group.
Field level constraints: cannot be null, length must be between 0 and 128 (inclusive). (Note: Additional constraints might exist) |
|||
| pppoePassword | True | string |
User password
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| pppAuthType | True | string |
The PPP authentication protocol. Options: PAP, CHAP, MSCHAP
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| setRoute | True | boolean |
Signals remote PPPoE server to set the default routes when the PPPoE client (this Physical interface) has not established a connection yet.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| pppoeMetric | True | integer |
Distance for dynamic routes.
Field level constraints: cannot be null, must be between 1 and 255 (inclusive). (Note: Additional constraints might exist) |
|||
| ipIsDynamic | True | boolean |
If false, the user has to provide a static IP address for the PPPoE interface. If true, then no static ip address should be provided. Default is true.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||