The command seem to broke because I also have an IP address on a VLAN and the arping receive 2 IP address back to back.
Anyway, the switch management IP address don't answer to arpping and and pinging it don't fix my issue. Also, I'm not locally accessing the switch so it can be an arp table issue. Finally, if it was an arp issue, ssh would also not work and I would have to pass through the console port. Finally, I can login to the switch, the connection issue message is shown only after I login.
Digging a littile more, I can still login and log out. I can go to the different tab but not everything work. I can see device config and mac address but not device status and the status tab don't work. The web console (CLI) work fine. The ERPS ans Power tab return several error as soon as I enter the device. It also show this error message at bottom (With the WS-8-150-DC you should never allow the battery bank to drop below 9.5V for normal operation.) while the device is as WS12-250-AC.
Through the browser developper console, I saw the following error
- Code: Select all
knockout-3.1.0.js:60 Uncaught TypeError: Unable to process binding "foreach: function(){return Ports }"
Message: Unable to process binding "text: function(){return I18n.translate(getSTPState($index())) }"
Message: Cannot read property 'MSTI' of undefined
at getSTPState (main.html:2911)
at text (eval at parseBindingsString (knockout-3.1.0.js:56), <anonymous>:3:79)
at update (knockout-3.1.0.js:76)
at a.h.G (knockout-3.1.0.js:60)
at h (knockout-3.1.0.js:40)
at Object.a.ba.a.h (knockout-3.1.0.js:42)
at knockout-3.1.0.js:60
at Object.r (knockout-3.1.0.js:8)
at k (knockout-3.1.0.js:59)
at h (knockout-3.1.0.js:57)
I'm not a developper but I'm under impression it's only the javascript that is broken.
I will maybe try I network capture tomorrow if I have some time to work on this.