Specifications
2-117
Cisco IOS Command Reference for Cisco Aironet Access Points and Bridges
0L-24115-01
Chapter 2 Cisco IOS Commands for Access Points and Bridges
dot11 ssid
dot11 ssid
Use the dot11 ssid global configuration command to create a global SSID. The SSID is inactive until
you use the ssid configuration interface command to assign the SSID to a specific radio interface.
dot11 ssid ssid
In Cisco IOS Release 12.3(4)JA, you can configure SSIDs globally or for a specific radio interface.
However, when you create an SSID using the ssid configuration interface command, the access point
stores the SSID in global configuration mode.
Syntax Description This command has no arguments or keywords.
Defaults This command has no defaults.
Command Modes Global configuration
Command History
Examples This example shows how to:
• Create an SSID in global configuration mode
• Configure the SSID for RADIUS accounting
• Set the maximum number of client devices that can associate using this SSID to 15
• Assign the SSID to a VLAN
• Assign the SSID to a radio interface
AP# configure terminal
AP(config)# dot11 ssid batman
AP(config-ssid)# accounting accounting-method-list
AP(config-ssid)# max-associations 15
AP(config-ssid)# vlan 3762
AP(config-ssid)# exit
AP(config)# interface dot11radio 0
AP(config-if)# ssid batman
traffic-stream Configures CAC traffic data rates and priorities on the access point.
debug cac Provides debug information for CAC admission control on the access
point.
Command Description
Release Modification
12.3(2)JA This command was introduced.