Cisco Access Point Configs
Cisco Access Point Configs
Contents
Introduction
Prerequisites
Requirements
Components Used
Background Information
Configure
Configuration from the Switch Side
Verify
Related Information
Introduction
This document describes the process to configure a service set identifier (SSID) with a single VLAN on
Cisco IOS®.
Prerequisites
Requirements
Components Used
The information in this document was created from the devices in a specific lab environment. All of the
devices used in this document started with a cleared (default) configuration. If your network is live, ensure
that you understand the potential impact of any command.
Background Information
The SSID is a unique identifier that wireless network devices use to establish and maintain wireless
connectivity. AP radios are disabled and no default SSID is assigned. This is done in order to prevent
unauthorized users to access a user wireless network through an access point that has a default SSID and no
security settings. You must create an SSID before you can enable the access point radio interfaces.
Multiple access points on a network or subnetwork can use the same SSIDs. SSIDs are case sensitive and
can contain up to 32 alphanumeric characters. Do not include spaces in your SSIDs.
The first character cannot contain any of these characters:
You can configure up to sixteen SSIDs on your Cisco Aironet Access Point and assign different
configuration settings to each SSID. On dual-radio wireless devices, the SSIDs that you create are enabled
on both radio interfaces. The client devices can associate to the access point with the use of any of the
active SSIDs.
Configure
Configuration from the Switch Side
en
conf t
int Gig 1/1
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 50
switchport trunk allowed vlan 1,50
Conf ter
Vlan 50
Authentication open
Guest-mode
End
Interface GigabitEthernet 0
Bridge-group 1
Verify
Use this section to confirm that your configuration works properly.
<#root>
ap#
Related Information
• Cisco Technical Support & Downloads