ssid

Configures a SSID based filter

Supported in the following platforms:

  • Access Points — AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543, AP8533.
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

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

Parameters

ssid any

ssid any

Specifies a wireless client filter based on how the SSID is specified in a WLAN.

  • any – The role is applied to any SSID location. This is the default setting.

ssid [exact|contains|not-contains] <WORD>

ssid

Specifies a wireless client filter based on how the SSID is specified in a WLAN. This options are: contains, exact, or not-contains.

exact <WORD>

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

  • <WORD> – Specify the SSID string to match. The SSID is case sensitive and is compared against the SSID configured for the WLAN.

contains <WORD>

The role is applied only when the SSID, returned by the RADIUS server, contains the string specified in the role.

  • <WORD> – Specify the SSID string to match. The SSID is case sensitive and is compared against the SSID configured for the WLAN.

not-contains <WORD>

The role is applied only when the SSID, returned by the RADIUS server, does not contain the string specified in the role.

  • <WORD> – Specify the SSID string not to match. The SSID is case sensitive and is compared against the SSID configured for the WLAN.

Examples

nx9500-6C8809(config-role-policy-test-user-role-testing)#ssid not-contains DevUser
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
nx9500-6C8809(config-role-policy-test-user-role-testing)#]

Related Commands

no

Removes the SSID configured for a user-defined role