10-17-2016 02:21 AM - edited 07-05-2021 05:59 AM
Hi All,
i need advise as i plan to connect port1 and port 2 of WLC 5508. Port 1 will be 192.168.20.23 and Port 2 (backup-port of port1) will be 192.168.20.26.
can you advise best practice on this?
regards
10-17-2016 04:50 PM
Here is then command syntax using 2504 ( I do not have a 5508 to test this), See wether something similar option available for your 5508
(2504) >config interface port ?
management Configures the management interface.
<interface-name> Enter interface name.
(2504) >config interface port management ?
<primary port> [<1-x>] Enter the physical port number.
(2504) >config interface port management 1 ?
[<backup port>] [<1-x>] Enter the physical port number.
(2504) >config interface port management 1 2
HTH
Rasika
*** Pls rate all useful responses ***
10-18-2016 07:45 PM
Hi Rasika,
so that means the ports 1 and 2, can be connected to two different switches without encountering any L2 loops. should i configure the port 2 with and IP address on a another subnet and patch to a port tagged on another vlan or they should be inside same vlan/same subnet?
regards
10-18-2016 11:40 PM
Yes there is no L2 loop, because the WLC will not forward packets from one interface to another interface on the same vlan. (it is no switch).
an etherchannel or LAG group can only be used within the same switch or different switches within a Cisco Stack.
In both cases This interface uses only a single IP address. (see my previous post)
When connected to two independant switches you do not have primary/backup configuration !
You can configure both interfaces to be used for different VLAN's with differens subnets
- as AP manager interface for AccessPoints,
- as dynamic interface to connect WLAN's to the LAN
but then again these are independant interfaces, no primary/backup.
10-18-2016 11:49 PM
Hi pieterh ,
thank you for your response, currently i have port 1 as is (which is the default management interface and ap manager) configure back-up port is port 2 and i will plug to CoreSW1.
The port 2 i plan to connect to CoreSW2 ( i plan to configure with static ip same subnet as port1) enable dynamic AP Manager.
but then again of course the WLC is just allow to use 1 management interface but can use multiple dynamic ap managers
kindly advise
regards,
10-19-2016 07:52 PM
Can help answer the thread below.
https://supportforums.cisco.com/discussion/11600391/backup-port-wlc-5508-mgmt-interface#comment-11668256
this is the exact obstacle we are facing.
10-19-2016 08:16 PM
When you use primary and backup port, you only define on ip per interface. So for example, management interface you define the IP address and then specify which port is primary and which is backup. You don't use LAG in this design and you also can do this with dynamic interfaces. This was a good design on the 2504 when lag was not a feature.
-Scott
*** Please rare helpful posts ***
10-19-2016 08:40 PM
Hi Scott,
so on port1 - static ip.
on the port2 - no need for ip but tick the dynamic ap management?
10-19-2016 11:21 PM
Hi John,
As Scott mentioned, you only use IP on interface level not on port...
so go to Controller > Interfaces > management and update the info under Physical Information:
Active port: 1
Backup Port: 2
Thats all..
Regards
Dont forget to rate helpful posts
10-21-2016 02:27 AM
thank you guys for all the helpful answers
10-21-2016 06:19 AM
Hopefully that makes sense and let use know if that worked or not.
-Scott
*** Please rate helpful posts ***
10-20-2016 06:15 AM
That is correct. Dynamic AP Management is done on the interface level like setting the ip address. Primary and backup port is a subset of the interface.
-Scott
*** Please rate helpful posts ***
10-18-2016 07:23 AM
Hi there,
Primary and backup port refer to two ports in a LAG group (like etherchannel).; This interface uses only a single IP address.
The LAG configuration must also be enabled on the switch .
such a LAG group can present multiple vlans to the switch like a vlan-trunk switchport
When configuring a (vlan) interface you designate a vlan id and one physical interface as primary and another as backup interface. so effectively each vlan is delivered to the switch using a single physical interface (no load balancing like etherchannel).
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