Configures a user role state to match with this user-defined role
state [any|contains|exact|not-contains]
state [any|contains <WORD>|exact <WORD>|not-contains <WORD>]
state [any|contains <WORD>|exact <WORD>|not-contains <WORD>]
state |
Specifies a wireless client filter option based on how the RADIUS state matches the provided expression. Select one of the following options: any, contains, exact, or not-contains. |
any |
This user role can fit any wireless client irrespective of the state (no strings to match). |
contains <WORD> |
The user role is applied only when the RADIUS state contains the string specified in the role.
|
exact <WORD> |
The role is applied only when the RADIUS state exactly matches the string specified in the role.
|
not-contains <WORD> |
The role is applied only when the RADIUS state does not contain the string specified in the role.
|
nx9500-6C8809(config-role-policy-test-user-role-testing)#state exact active
nx9500-6C8809(config-role-policy-test-user-role-testing)#show context user-role testing precedence 10 ssid not-contains DevUser captive-portal authentication-state pre-login city exact SanJose company exact ExampleCompany country exact America department exact TnV emailid exact testing@examplecompany.com state exact active nx9500-6C8809(config-role-policy-test-user-role-testing)#
no |
Removes the ‘state‘ filter string associated with a user role |