Created on ‎04-11-2022 01:52 PM Edited on ‎12-29-2024 10:56 PM By Jean-Philippe_P
Description | This article describes how to use config pppoe-interface to set up a pppoe connection for both IPv4 and IPv6. |
Scope | Firmware 6.2 and above. Currently only available via the CLI. |
Results |
Port3 will be used in this example as the one connected to the ISP. Scenario: Both IPv4 and IPv6 should have a connection via PPPoE. The IPv6 address is received via DHCP over a PPPoE connection.
config system pppoe-interface edit "PPPOE" set ipv6 enable --> Enabling IPv6 option under the PPPoE interface. set device "port3" set username <username> set password <password> next end
When configuring pppoe-interface, one can select the port using the command 'set device <port>'. After that, a sub-interface will appear.
Check under the 'diagnose netlink interface list <pppoe>' for the newly created interface:
diag netlink interface list PPPOE if=PPPOE family=00 type=512 index=23 mtu=1492 link=0 master=0
PPPoE Interfaces do not support NPU Offload. Certain ISPs require the configuration of a VLAN ID on PPPoE connections.
|