Configures a wireless client filter based on the RADIUS group name
group [any|contains|exact|not-contains]
group [any|contains <WORD>|exact <WORD>|not-contains <WORD>]
group [any|contains <WORD>|exact <WORD>|not-contains <WORD>]
group |
Specifies a wireless client filter based on how the RADIUS group name matches the provided expression. Select one of the following options: any, contains, exact, or not-contains. |
any |
This user-defined role can fit into any group (no strings to match). This is the default setting. |
contains <WORD> |
The role is applied only when the RADIUS group name contains the string specified in the role.
|
exact <WORD> |
The role is applied only when the RADIUS group name exactly matches the string specified in the role.
|
not-contains <WORD> |
The role is applied only when the RADIUS group name does not contain the string specified in the role.
|
nx9500-6C8809(config-role-policy-test-user-role-testing)#group contains testgroup
nx9500-6C8809(config-role-policy-test-user-role-testing)#show context user-role testing precedence 10 authentication-type eq kerberos encryption-type eq wep128 ap-location contains office group contains testgroup captive-portal authentication-state pre-login city exact SanJose company exact Example_company country exact America department exact TnV emailid exact testing@examplecompany.com employeeid contains TnVTest1 nx9500-6C8809(config-role-policy-test-user-role-testing)#
no |
Removes the group configured for this user-defined role |