Fortinet black logo

Allowaccess for FortiExtender management

Copy Link
Copy Doc ID f8fff28d-2d31-11ec-9c99-00505692583a:482314
Download PDF

Allowaccess for FortiExtender management

Allowaccess configuration controls the allowed access capability of the FortExtender uplink interface sending traffic to FortiGate. The allowacces has six options that can be configured as needed.

  • Ping

  • Telnet

  • HTTP

  • HTTPS

  • SSH

  • SNMP

  config extender-controller extender-profile
      edit "FX201E-lanext-default"
          set allowaccess ping telnet http https ssh snmp
      next
  end

Each FortiExtender associated with this profile has the same allowaccess setting specified in the profile. However, it can also be overridden per device. For example, the following FortiExtender will use the allowaccess specified in the extender entry, but will not use the one specified in the profile, "FX201E-lanext-default".

  config extender-controller extender
      edit "FX0015919000027"
          set id "FX201E5919000027"
          set authorized enable
          set extension-type lan-extension
          set override-allowaccess enable
          set allowaccess ping telnet
          set profile "FX201E-lanext-default"
      next
  end

Allowaccess for FortiExtender management

Allowaccess configuration controls the allowed access capability of the FortExtender uplink interface sending traffic to FortiGate. The allowacces has six options that can be configured as needed.

  • Ping

  • Telnet

  • HTTP

  • HTTPS

  • SSH

  • SNMP

  config extender-controller extender-profile
      edit "FX201E-lanext-default"
          set allowaccess ping telnet http https ssh snmp
      next
  end

Each FortiExtender associated with this profile has the same allowaccess setting specified in the profile. However, it can also be overridden per device. For example, the following FortiExtender will use the allowaccess specified in the extender entry, but will not use the one specified in the profile, "FX201E-lanext-default".

  config extender-controller extender
      edit "FX0015919000027"
          set id "FX201E5919000027"
          set authorized enable
          set extension-type lan-extension
          set override-allowaccess enable
          set allowaccess ping telnet
          set profile "FX201E-lanext-default"
      next
  end