12-05-2019 08:41 AM
Hello guys,
Deployment with many branches ap7532 (5.9.0-5.9.4.1) with VC in any branch.
Once every few months the aps are loosing the ge1 links with switches (several models of cisco Catalyst).
When it’s happening, the ports are in down state, without physical errors. Electrical reset to AP
solves the problem temporarily. There is no crash logs on APS after it’s happening.
I’m looking for some way to make auto ge1 port reset on AP or AP auto reload in case of loosing ge1 link.
Any suggestions will be appreciated.
Thanks
Aviv
Solved! Go to Solution.
12-05-2019 10:55 AM
Hi Aviv,
As usual (with Cisco) everyone around should properly handle all the issues. Cisco box is always configured properly, no way to improve )
In this particular case I would recommend to track a link status on cisco side using CDP/LLDP to build a list of ports (or use static list of ports). Than parse link loss (or CDP neighbor loss) from syslog and react with ANSIBLE (or similar tool) with PoE recycle on specific port.
From AP perspective we have following options related to link loss - nothing make a sense, unfortunately..
ap76X2-XXXX#help search loss
Found 8 references for "loss"
Context : Radio Mode
Command : bridge on-link-loss shutdown-other-radio <1-1800>
: no bridge on-link-loss shutdown-other-radio
Context : Wireless LAN Mode
Command : shutdown on-meshpoint-loss
: shutdown on-primary-port-link-loss
: no shutdown on-meshpoint-loss
: no shutdown on-primary-port-link-loss
Context : Mesh Point Device Mode
Command : monitor primary-port-link-loss action no-root
: no monitor primary-port-link-loss (|LINE-SINK)
Regards,
Misha
12-15-2019 11:43 AM
Thanks a lot Misha
12-05-2019 10:55 AM
Hi Aviv,
As usual (with Cisco) everyone around should properly handle all the issues. Cisco box is always configured properly, no way to improve )
In this particular case I would recommend to track a link status on cisco side using CDP/LLDP to build a list of ports (or use static list of ports). Than parse link loss (or CDP neighbor loss) from syslog and react with ANSIBLE (or similar tool) with PoE recycle on specific port.
From AP perspective we have following options related to link loss - nothing make a sense, unfortunately..
ap76X2-XXXX#help search loss
Found 8 references for "loss"
Context : Radio Mode
Command : bridge on-link-loss shutdown-other-radio <1-1800>
: no bridge on-link-loss shutdown-other-radio
Context : Wireless LAN Mode
Command : shutdown on-meshpoint-loss
: shutdown on-primary-port-link-loss
: no shutdown on-meshpoint-loss
: no shutdown on-primary-port-link-loss
Context : Mesh Point Device Mode
Command : monitor primary-port-link-loss action no-root
: no monitor primary-port-link-loss (|LINE-SINK)
Regards,
Misha