802.1x
This chapter contains information on using 802.1x protocol.
Authenticating with a RADIUS server
- Creating a RADIUS user group:
config user radius edit <name> set server <address>
end
end
- 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
- Configuring the switch interface for 802.1x config switch interface edit <interface> set security-mode 802.1X set security-groups <name>
end
end
- 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.
- Creating a RADIUS user group config user radius edit R1 set server “192.160.10.98”
next
end
- 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