cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
573
Views
0
Helpful
2
Replies

setting up cisco AP

carl_townshend
Spotlight
Spotlight

Hi all, can anyone tell me how i would set up a cisco ap so it has a managaement addresss, say in my vlan 1, but i want to have the users on another vlan via the ap and to recieve dhcp,how do i make that the management ip is in vlan 1 on the ap? and do i create a ssid to vlan mapping on it? also does the ap have a function with forwards the dhcp broadcasts, or is this done on my layer 3 switch ?

2 Replies 2

a-vazquez
Level 6
Level 6

When you configure the access point as a DHCP server, it assigns IP addresses to devices on its subnet. The devices communicate with other devices on the subnet but not beyond it. If data needs to be passed beyond the subnet, you must assign a default router. The IP address of the default router should be on the same subnet as the access point configured as the DHCP server."

You need to configure the switchport that the AP is connected to as a trunk and allow any vlans you need users to be on on that trunk. Then you can associate an SSID to a specific vlan. I currently do this and it works flawlessly. This is my config on one of my AP ports on the switch:

interface GigabitEthernet2/1

switchport trunk encapsulation dot1q

switchport trunk native vlan 68

switchport trunk allowed vlan 64,65,68

switchport mode trunk

switchport nonegotiate

switchport voice vlan 68

service-policy output autoqos-voip-policy

qos trust cos

udld port aggressive

auto qos voip trust

tx-queue 3

priority high

shape percent 33

spanning-tree guard root

You will need to use 'ip helper-address x.x.x.x' to configure your AP to allow DHCP through it on other vlans besides the one that your DHCP server is on.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card