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 |
Default |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dial-on-demand |
Enable/disable dial on demand to dial the PPPoE interface when packets are routed to the PPPoE interface. |
option |
- |
disable |
||||||||||||
|
|
|||||||||||||||
ipv6 |
Enable/disable IPv6 Control Protocol (IPv6CP). |
option |
- |
disable |
||||||||||||
|
|
|||||||||||||||
device |
Name for the physical interface. |
string |
Maximum length: 15 |
|
||||||||||||
username |
User name. |
string |
Maximum length: 64 |
|
||||||||||||
password |
Enter the password. |
password |
Not Specified |
|
||||||||||||
auth-type |
PPP authentication type to use. |
option |
- |
auto |
||||||||||||
|
|
|||||||||||||||
ipunnumbered |
PPPoE unnumbered IP. |
ipv4-address |
Not Specified |
0.0.0.0 |
||||||||||||
pppoe-unnumbered-negotiate |
Enable/disable PPPoE unnumbered negotiation. |
option |
- |
enable |
||||||||||||
|
|
|||||||||||||||
idle-timeout |
PPPoE auto disconnect after idle timeout . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
0 |
||||||||||||
disc-retry-timeout |
PPPoE discovery init timeout value in . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
1 |
||||||||||||
padt-retry-timeout |
PPPoE terminate timeout value in . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
1 |
||||||||||||
service-name |
PPPoE service name. |
string |
Maximum length: 63 |
|
||||||||||||
ac-name |
PPPoE AC name. |
string |
Maximum length: 63 |
|
||||||||||||
lcp-echo-interval |
Time in seconds between PPPoE Link Control Protocol (LCP) echo requests. |
integer |
Minimum value: 0 Maximum value: 32767 |
5 |
||||||||||||
lcp-max-echo-fails |
Maximum missed LCP echo messages before disconnect. |
integer |
Minimum value: 0 Maximum value: 32767 |
3 |