title

Configures a ‘title‘ string to match

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

title [any|contains|exact|not-contains]
title [any|contains <WORD>|exact <WORD>|not-contains <WORD>]

Parameters

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.

  • <WORD> – Specify the string to match (this is case sensitive, and is compared against the title returned by the RADIUS server). It should contain the provided expression.

exact <WORD>

The role is applied only when the title string, returned by the RADIUS server, exactly matches the string specified in the role.

  • <WORD> – Specify the exact string to match (this is case sensitive, and is compared against the title returned by the RADIUS server). It should be an exact match.

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.

  • <WORD> – Specify the string not to match (this is case sensitive, and is compared against the title returned by the RADIUS server). It should not contain the provided expression.

Examples

nx9500-6C8809(config-role-policy-test-user-role-testing)#title any

Related Commands

no

Removes the ‘title‘ filter string configured with a user role