cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5872
Views
5
Helpful
5
Replies

Prime & WLC interfaces down

Bruno Dinis
Level 1
Level 1

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,

1 Accepted Solution

Accepted Solutions

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

View solution in original post

5 Replies 5

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

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

"Love is the bridge between you and everything" - Rumi

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

-----------------------------
Please rate helpful / correct posts

Bruno Dinis
Level 1
Level 1

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

jan.kunze
Level 1
Level 1

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

Review Cisco Networking products for a $25 gift card