config pppoe-interface
Description: Configure the aggregate interface.
config pppoe-interface
edit <name>
set status [up | down]
set device <name1>
set username {string}
set password {string}
unset
Sample command:
config system pppoe-interface
edit pppoe1
set status up
set device port1
set username test
set password ******
next
end
| status |
Bring the PPPoE up or down |
option |
- |
up |
| |
| up |
Set interface status up. |
| down |
Set interface status down. |
|
| device |
Name of the physical interface |
option |
- |
none |
| username |
The ISP provided username of the PPPoE account. |
string |
- |
none |
| password |
The PPPoE account's password. |
string |
- |
none |