02-24-2016 01:57 AM - edited 07-05-2021 04:39 AM
Hello all. After installing a backup controller a few months, I now have regurlarly those kind of critical alarms in Cisco Prime 3.0.2
I only got 2 conneted interfaces in my WLC0 (port 1 and port 2).. I recieve these traps saying that the remain ports are down.
This is an issue?
Cheers,
Solved! Go to Solution.
02-24-2016 04:10 AM
Bruno,
1) Jump on to the CLI and check which physical interfaces are connected with show port summary.
2) Shutdown any unused interfaces with config port adminmode # disable where # is the port number. In the example below I shutdown ports 5-8 as they are not in use. I've highlighted the bit where it changes the physical link from enable to disable.
(Cisco Controller) >show port summary
STP Admin Physical Physical Link Link
Pr Type Stat Mode Mode Status Status Trap POE SFPType
-- ------- ---- ------- ---------- ---------- ------ ------- ------- ----------
1 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
2 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
3 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
4 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
5 Normal Disa Enable Auto Auto Down Enable N/A Not Present
6 Normal Disa Enable Auto Auto Down Enable N/A Not Present
7 Normal Disa Enable Auto Auto Down Enable N/A Not Present
8 Normal Disa Enable Auto Auto Down Enable N/A Not Present
(Cisco Controller) >
(Cisco Controller) >
(Cisco Controller) >config port adminmode 5 disable
(Cisco Controller) >config port adminmode 6 disable
(Cisco Controller) >config port adminmode 7 disable
(Cisco Controller) >config port adminmode 8 disable
(Cisco Controller) >show port summary
STP Admin Physical Physical Link Link
Pr Type Stat Mode Mode Status Status Trap POE SFPType
-- ------- ---- ------- ---------- ---------- ------ ------- ------- ----------
1 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
2 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
3 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
4 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
5 Normal Disa Disable Auto Auto Down Enable N/A Not Present
6 Normal Disa Disable Auto Auto Down Enable N/A Not Present
7 Normal Disa Disable Auto Auto Down Enable N/A Not Present
8 Normal Disa Disable Auto Auto Down Enable N/A Not Present
02-24-2016 04:10 AM
Bruno,
1) Jump on to the CLI and check which physical interfaces are connected with show port summary.
2) Shutdown any unused interfaces with config port adminmode # disable where # is the port number. In the example below I shutdown ports 5-8 as they are not in use. I've highlighted the bit where it changes the physical link from enable to disable.
(Cisco Controller) >show port summary
STP Admin Physical Physical Link Link
Pr Type Stat Mode Mode Status Status Trap POE SFPType
-- ------- ---- ------- ---------- ---------- ------ ------- ------- ----------
1 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
2 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
3 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
4 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
5 Normal Disa Enable Auto Auto Down Enable N/A Not Present
6 Normal Disa Enable Auto Auto Down Enable N/A Not Present
7 Normal Disa Enable Auto Auto Down Enable N/A Not Present
8 Normal Disa Enable Auto Auto Down Enable N/A Not Present
(Cisco Controller) >
(Cisco Controller) >
(Cisco Controller) >config port adminmode 5 disable
(Cisco Controller) >config port adminmode 6 disable
(Cisco Controller) >config port adminmode 7 disable
(Cisco Controller) >config port adminmode 8 disable
(Cisco Controller) >show port summary
STP Admin Physical Physical Link Link
Pr Type Stat Mode Mode Status Status Trap POE SFPType
-- ------- ---- ------- ---------- ---------- ------ ------- ------- ----------
1 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
2 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
3 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
4 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
5 Normal Disa Disable Auto Auto Down Enable N/A Not Present
6 Normal Disa Disable Auto Auto Down Enable N/A Not Present
7 Normal Disa Disable Auto Auto Down Enable N/A Not Present
8 Normal Disa Disable Auto Auto Down Enable N/A Not Present
03-13-2017 05:30 AM
Hi Guys,
I have similar issue and wonder you could help?
(Cisco Controller) >show port summary
STP Admin Physical Physical Link Link
Pr Type Stat Mode Mode Status Status Trap POE SFPType
-- ------- ---- ------- ---------- ---------- ------ ------- ------- ----------
1 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
2 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
3 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
4 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
5 Normal Disa Enable Auto Auto Down Disable N/A Not Present
6 Normal Disa Enable Auto Auto Down Disable N/A Not Present
7 Normal Disa Enable Auto Auto Down Disable N/A Not Present
8 Normal Disa Enable Auto Auto Down Disable N/A Not Present
Tried to disable port 8 and got the following error...
(Cisco Controller) >config port adminmode 8 disable
Blocked: Lag is enabled. Disabling the lag port is blocked when system is in redundancy state (SSO)
Thanks
Muhammad
03-13-2017 05:35 AM
Hmm I suspect you may have to disable LAG, restart your WLC, shutdown the unused ports after it has reloaded and then re-enable LAG and restart your WLC a final time.
Ric
02-24-2016 07:17 AM
worked like a charm.
Thanks buddy
(wlc0) >show port summary
STP Admin Physical Physical Link Link
Pr Type Stat Mode Mode Status Status Trap POE SFPType
-- ------- ---- ------- ---------- ---------- ------ ------- ------- ----------
1 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
2 Normal Forw Enable Auto 1000 Full Up Enable N/A 1000BaseTX
3 Normal Disa Disable Auto Auto Down Enable N/A Not Present
4 Normal Disa Disable Auto Auto Down Enable N/A Not Present
5 Normal Disa Disable Auto Auto Down Enable N/A Not Present
6 Normal Disa Disable Auto Auto Down Enable N/A Not Present
7 Normal Disa Disable Auto Auto Down Enable N/A Not Present
8 Normal Disa Disable Auto Auto Down Enable N/A Not Present
03-22-2022 05:44 AM - edited 03-22-2022 05:47 AM
Hi there,
we have the same Issue in an much newer Version of Prime (3.7.1). Is the procedure he same or can we use some kind of suppression via rule to solve this alarm Problem.
We did some kind of messing arround with the alarm policy but didn't find any working ones.
Thanks in advance.
Kind regards
Jan
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