FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
guptas
Staff
Staff
Article Id 197315
Description
This article describes how to enable service name on PPPOE interface.

Solution
Usually service name configuration on PPPOE interface option is not available from GUI.





It is necessary to configure service name from CLI. Use following commands:
# config system interface
    edit port3
        set mode pppoe
        set username fortinet
        set password fortinet123
        set service-name metro  <----- Provided by ISP.
    end



Contributors