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

Page 1129

Advertising
background image

Brocade Mobility RFS Controller CLI Reference Guide

1121

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:

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>]

Example

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

Related Commands:

use

user-role commands

Configures an access list based firewall with this user role

A firewall is a mechanism enforcing access control, and is considered a first line of defense in
protecting proprietary information within the network. The means by which this is accomplished
varies, but in principle, firewalls are mechanisms both blocking and permitting data traffic based
on inbound and outbound IP and MAC rules.

IP based firewall rules are specific to source and destination IP addresses and the unique rules
and precedence orders assigned. Both IP and non-IP traffic on the same layer 2 interface can be
filtered by applying both an IP ACL and a MAC.

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.

no

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

Advertising