A SERVICE OF

logo

802.1x Authentication
end
end
4. Configuring the switch interface for MAC-based 802.1x
config switch interface
edit <interface>
set security-mode 802.1X-mac-base
set security-groups <name>
end
end
5. Configuring an STP instance
config switch stp instance
edit <name>
set priority <integer>
end
end
Using the web-based manager:
NOTE:Define the Radius server and remote user group using the CLI(steps 1 and 2 above).
1.
Go to Switch > Interface > Interface and select the port to update.
2.
Set Security Mode to either 802.1x or 802.1x-mac-based
3.
Select OK.
Example Configuration
The following is an example configuration for a RADIUS user group, with the CLI syntax shown to create it.
1. Creating a RADIUS user group
config user radius
edit R1
set server “192.160.10.98”
next
end
2. Creating a user group
config user group
edit 802group
set member user1 R1
config match
edit 1
set group-name 802group
set server-name R1
end
end
end
end
50
FortiSwitchOS-3.2.0