Specifications
802.1x Configuration 201
Chapter 10
Assigning Default Roles
A role is a broad classification of users and is associated with a specific set of
permissions. The role function is a method by which a user may be associated
with specific Access Control Lists (ACLs).
Create an Access Control List (ACL)
Before a role can be created, the ACLs that will be associated with the role
must be created. The following procedures will walk you through the process
of creating an ACL named TestEmpl-acl and creating a User Role named
TestEmployee.
Enter the following commands at an attached terminal or via Telnet to the
switch.
Login using the appropriate administrator username/password pair
Enter the enable mode.
Ty p e enable <Enter>, then type <password> <Enter>
Enter the configuration mode
Ty p e configure t <Enter>
Enter Configuration commands, one per line. End with CNTL Z.
NOTE—The command reference for this action may be found in “Access Con-
trol List Commands” on page 835.
The system will display a screen similar to this:
Create an ACL with the name TestEmpl-acl (you may choose any name you
wish).
Ty p e ip access-list session TestEmpl-acl <Enter>
The system will display a screen similar to this:
(Alcatel) #configure t
Enter Configuration commands, one per line. End with CNTL/Z
(Alcatel) (config) #
(Alcatel) (config) #ip access-list session TestEmpl-acl
(Alcatel) (config-sess-TestEmpl-acl)#
1
2
3
4
5