Configures a ‘title‘ string to match
title [any|contains|exact|not-contains]
title [any|contains <WORD>|exact <WORD>|not-contains <WORD>]
title [any|contains <WORD>|exact <WORD>|not-contains <WORD>]
title |
Specifies a wireless client filter based on how the title string, returned by the RADIUS server, 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 title (no strings to match). |
contains <WORD> |
The user role is applied only when the title string, returned by the RADIUS server, contains the string specified in the role.
|
exact <WORD> |
The role is applied only when the title string, returned by the RADIUS server, exactly matches the string specified in the role.
|
not-contains <WORD> |
The role is applied only when the title string, returned by the RADIUS server, does not contain the string specified in the role.
|
nx9500-6C8809(config-role-policy-test-user-role-testing)#title any
Removes the ‘title‘ filter string configured with a user role |