Page 12
802.1x
This chapter contains information on using 802.1x protocol.
Authenticating with a RADIUS server
1. Creating a RADIUS user group:
config user radius
edit <name>
set server <address>
end
end
2. Creating a user group:
config user group
edit <name>
set member <list>
config match
edit 1
set group-name <name>
set server-name <name>
end
end
end
end
3. Configuring the switch interface for 802.1x
config switch interface
edit <interface>
set security-mode 802.1X
set security-groups <name>
end
end
4. Configuring an STP instance
config switch stp instance
edit <name>
set priority <integer>
end
end
Example Configuration
The following is an example configuration for a RADIUS user group, with the CLI syntax shown
to create it.