06-03-2013 04:29 PM - edited 07-04-2021 12:10 AM
Hi all.
I`m configuring new 2504. I updated it to 7.4.100.60 and enabled LAG.
I want to configure interfaces "ap-mgmt" - for AP management.
(Cisco Controller) >config interface create ap-mgmt 69
(Cisco Controller) >config interface address dynamic-interface ap-mgmt 10.50.50.157 255.255.255.224 10.50.50.158
(Cisco Controller) >config interface ap-manager ap-mgmt enable
AP manager interface already exist on port.
So I disable ap-manager on default "management" interfase and enable it on dynamic "ap-mgmt"
(Cisco Controller) >config interface ap-manager management disable
Warning! You have no AP manager on this port.
The controller behavior will be unpredictable.
Are you sure you want to continue? (y/n) y
(Cisco Controller) >config interface ap-manager ap-mgmt enable
After that I have nice sh int summ, I can ping all interfaces, but AP can`t register on the controller "ap-mgmt" (10.50.50.157) interface
(Cisco Controller) >show interface summary
Number of Interfaces.......................... 5 (<-- I don`t understand why 5 shown here)
Interface Name Port Vlan Id IP Address Type Ap Mgr Guest
-------------------------------- ---- -------- --------------- ------- ------ -----
ap-mgmt LAG 69 10.50.50.157 Dynamic Yes No
management LAG 79 10.10.10.95 Static No No
virtual N/A N/A 1.1.1.1 Static No No
workstations_wifi LAG 74 10.200.200.253 Dynamic No No
After reboot
(Cisco Controller) >save config
Are you sure you want to save? (y/n) y
Configuration Saved!
(Cisco Controller) >reset system
Are you sure you would like to reset the system? (y/N) y
System will now restart!
I got this:
(Cisco Controller) >show interface summary
Number of Interfaces.......................... 5
Interface Name Port Vlan Id IP Address Type Ap Mgr Guest
-------------------------------- ---- -------- --------------- ------- ------ -----
ap-mgmt - 69 10.50.50.157 Dynamic Yes No
management LAG 79 10.10.10.95 Static Yes No
virtual N/A N/A 1.1.1.1 Static No No
workstations_wifi LAG 74 10.200.200.253 Dynamic No No
(Cisco Controller) >show interface detailed ap-mgmt
Interface Name................................... ap-mgmt
MAC Address...................................... fc:99:47:1b:77:60
IP Address....................................... 10.50.50.157
IP Netmask....................................... 255.255.255.224
IP Gateway....................................... 10.50.50.158
External NAT IP State............................ Disabled
External NAT IP Address.......................... 0.0.0.0
VLAN............................................. 69
NAS-Identifier................................... wlc2504-1
Active Physical Port............................. Unconfigured
Primary Physical Port............................ Unconfigured
Backup Physical Port............................. Unconfigured
DHCP Proxy Mode.................................. Global
Primary DHCP Server.............................. Unconfigured
Secondary DHCP Server............................ Unconfigured
DHCP Option 82................................... Disabled
ACL.............................................. Unconfigured
mDNS Profile Name................................ Unconfigured
AP Manager....................................... Yes
Guest Interface.................................. No
L2 Multicast..................................... Enabled
(Cisco Controller) >show interface detailed management
Interface Name................................... management
MAC Address...................................... fc:99:47:1b:77:6f
IP Address....................................... 10.10.10.95
IP Netmask....................................... 255.255.255.0
IP Gateway....................................... 10.10.10.254
External NAT IP State............................ Disabled
External NAT IP Address.......................... 0.0.0.0
VLAN............................................. 79
Quarantine-vlan.................................. 0
Active Physical Port............................. LAG (13)
Primary Physical Port............................ LAG (13)
Backup Physical Port............................. Unconfigured
DHCP Proxy Mode.................................. Global
Primary DHCP Server.............................. Unconfigured
Secondary DHCP Server............................ Unconfigured
DHCP Option 82................................... Disabled
ACL.............................................. Unconfigured
mDNS Profile Name................................ Unconfigured
AP Manager....................................... Yes
Guest Interface.................................. No
L2 Multicast..................................... Disabled
So my newly created "ap-mgmt" interface was thrown from LAG and default "management" interface was restored as AP Manager.
After reboot I can`t ping "ap-mgmt" (10.50.50.157), it`s clear why - because it have no physical port associated with it.
My question is why I can`t make other than default "management" interface as AP Manager when LAG enabled?
I try 7.4.100.60, try 7.4.100.0, try two more 2504 results the same.
06-03-2013 04:51 PM
Why do you want to do this when the new standard is to have the management interface also be the ap manager? Back in the days, when there was a requirement for an ap manager, it was required that the management and ap manager be in the same subnet. So if you try to make it non standard per say, it can cause issues. Your management and ap manager should be on the same subnet. If not, they must be reachable to each other.
Sent from Cisco Technical Support iPhone App
06-03-2013 04:56 PM
I'll agree with Scott.
Besides ... Look at the subnet and VLAN of your AP Management and the Management interface. They are both different. I know you can but it's recommended to put both of them into the same VLAN and the same subnet.
06-03-2013 05:09 PM
>Why do you want to do this
Because we have isolated management network/vlan for all network device, which filtered to allow only network admins in it. And as I understand device management and AP control is a different task and should work in different vlans/subnets.
>it's recommended to put both of them into the same VLAN and the same subnet
In documentation I don`t find such recommendation, please share the link.
06-03-2013 05:12 PM
Well you need connectivity between the management and ap manager or else the AP will not join. So you can't isolate the two.
Sent from Cisco Technical Support iPhone App
06-03-2013 05:18 PM
>it's recommended to put both of them into the same VLAN and the same subnet
In documentation I don`t find such recommendation, please share the link.
And it states:
Configuring the AP-manager interface on the same VLAN or IP subnet as the management interface results in optimum access point association.
06-03-2013 05:14 PM
If you want to isolate the two then you would have to use the older WLC like the 4400's. the newer WLC require the ap to hit the management then uses the ap manager.
Sent from Cisco Technical Support iPhone App
06-03-2013 05:46 PM
Thanks, I got the point.
One more question.
Before I enable LAG I could map "management" to port 1, "ap-mgmt" to port 2 and enabled AP Manager on both. AP could join to "ap-mgmt", and work isolated from "management" interface.
So I have two option:
1) don`t use LAG and isolate management from AP manager
or
2) use LAG and have one interface for management and AP manager.
06-03-2013 06:10 PM
You can't split LAG, so you would have to not use LAG and then define what port is for what.
Thanks,
Scott
Help out other by using the rating system and marking answered questions as "Answered"
06-03-2013 06:14 PM
You can't split LAG. It's either you do or you don't. There's no middle-ground.
06-04-2013 12:57 PM
The configuration which you are telling will support in 4400 series controllers, there you can have separate physical interfaces for AP manager and Management
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide