config system pppoe-interface
Configure the PPPoE interfaces.
config system pppoe-interface
Description: Configure the PPPoE interfaces.
edit <name>
set dial-on-demand [enable|disable]
set ipv6 [enable|disable]
set device {string}
set username {string}
set password {password}
set auth-type [auto|pap|...]
set ipunnumbered {ipv4-address}
set pppoe-unnumbered-negotiate [enable|disable]
set idle-timeout {integer}
set disc-retry-timeout {integer}
set padt-retry-timeout {integer}
set service-name {string}
set ac-name {string}
set lcp-echo-interval {integer}
set lcp-max-echo-fails {integer}
next
end
config system pppoe-interface
Parameter |
Description |
Type |
Size |
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dial-on-demand |
Enable/disable dial on demand to dial the PPPoE interface when packets are routed to the PPPoE interface. |
option |
- |
|||||||||||||
|
|
|||||||||||||||
ipv6 |
Enable/disable IPv6 Control Protocol (IPv6CP). |
option |
- |
|||||||||||||
|
|
|||||||||||||||
device |
Name for the physical interface. |
string |
Not Specified |
|||||||||||||
username |
User name. |
string |
Not Specified |
|||||||||||||
password |
Enter the password. |
password |
Not Specified |
|||||||||||||
auth-type |
PPP authentication type to use. |
option |
- |
|||||||||||||
|
|
|||||||||||||||
ipunnumbered |
PPPoE unnumbered IP. |
ipv4-address |
Not Specified |
|||||||||||||
pppoe-unnumbered-negotiate |
Enable/disable PPPoE unnumbered negotiation. |
option |
- |
|||||||||||||
|
|
|||||||||||||||
idle-timeout |
PPPoE auto disconnect after idle timeout . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||||||
disc-retry-timeout |
PPPoE discovery init timeout value in . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||||||
padt-retry-timeout |
PPPoE terminate timeout value in . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||||||
service-name |
PPPoE service name. |
string |
Not Specified |
|||||||||||||
ac-name |
PPPoE AC name. |
string |
Not Specified |
|||||||||||||
lcp-echo-interval |
Time in seconds between PPPoE Link Control Protocol (LCP) echo requests. |
integer |
Minimum value: 0 Maximum value: 32767 |
|||||||||||||
lcp-max-echo-fails |
Maximum missed LCP echo messages before disconnect. |
integer |
Minimum value: 0 Maximum value: 32767 |