Title – Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 1128

Advertising
background image

1120

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

19

Supported in the following platforms:

Access Points — Brocade Mobility 650 Access Point, Brocade Mobility 6511 Access Point,
Brocade Mobility 1220 Access Point, Brocade Mobility 71XX Access Point, Brocade
Mobility 1240 Access Point

Wireless Controllers — Brocade Mobility RFS4000, Brocade Mobility RFS6000, Brocade
Mobility RFS7000

Service Platforms — Brocade Mobility RFS9510

Syntax:

state [any|contains|exact|not-contains]

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

Parameters

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

Example

rfs7000-37FABE(config-role-policy-test-user-role-testing)#state exact active

rfs7000-37FABE(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 MotorolaSolutions

country exact America

department exact TnV

emailid exact [email protected]

state exact active

rfs7000-37FABE(config-role-policy-test-user-role-testing)#

Related Commands:

title

user-role commands

Configures a ‘title’ string to match

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.

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

exact <WORD>

The role is applied only when the RADIUS state exactly matches the string specified in the role.

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

not-contains <WORD>

The role is applied only when the RADIUS state 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 state
returned by the RADIUS server). It should not contain the provided expression.

no

Removes the ‘state’ filter string associated with a user role

Advertising