Ethernet 802.1X configuration – Fortinet FortiSwitch
In this topic, you will learn how to configure Fortinet FortiSwitch switches to work together with Portnox™ Cloud and 802.1X RADIUS authentication for Ethernet connections.
FortiSwitchOS 7.2.8 (console)
In this section, you will learn how to configure Fortinet FortiSwitch 7.2.8 switches using the console to work together with Portnox™ Cloud and 802.1X RADIUS authentication for Ethernet connections.
Warning: This configuration was developed on the basis of the official FortiSwitchOS 7.2.8 administration guide. Please refer to the official
Fortinet documentation for any further information.
Important: All values in this configuration are examples. Make sure to adjust the configuration to your
individual RADIUS server addresses, ports, and keys, as well as device interfaces, limits, and VLANs by replacing the
values that are presented as underlined italics.
-
Define the Portnox Cloud RADIUS servers.
-
Create a user group that includes both Portnox Cloud RADIUS servers.
config user group edit "Portnox Cloud RADIUS group" set member "Portnox Cloud RADIUS US" "Portnox Cloud RADIUS EU" end end
-
Configure port security based on the group that you just created.
config switch interface edit "port1" set allowed-vlans 1 config port-security set port-security-mode 802.1X end set security-groups "Portnox Cloud RADIUS group" end end