Configures a wireless client filter based on the employee type
employee-type [any|contains|exact|not-contains]
employee-type [any|exact <WORD>|contains <WORD>|not-contains <WORD>]
employee-type [any|exact <WORD>|contains <WORD>|not-contains <WORD>]
employee-type |
Specifies a wireless client filter based on how the ‘employee type‘, returned by the RADIUS server, matches the provided expression. Select one of the following options: any, contains, exact, or not-contains. |
any |
No specific employee type associated with this user-defined role. This role can be applied to any wireless client having any employee type (no strings to match). This is the default setting. |
contains <WORD> |
The role is applied only when the employee type, returned by the RADIUS server, contains the string specified in the role.
|
exact <WORD> |
The role is applied only when the employee type, returned by the RADIUS server, exactly matches the string specified in the role.
|
not-contains <WORD> |
The role is applied only when the employee type, returned by the RADIUS server, does not contain the string specified in the role.
|
nx9500-6C8809(config-role-policy-test-user-role-test1)#employee-type exact consultant
nx9500-6C8809(config-role-policy-test-user-role-user1)#show context user-role user1 precedence 1 employee-type exact consultant nx9500-6C8809(config-role-policy-test-user-role-user1)#
no |
Removes the employee type filter configured with this user-defined role |