Hi All, As we have had multiple issues with Cisco Meraki MS-120 when accessing the local status which has occured on 4 of our units. This was raised with Meraki support directly and we have a known work around which involved a manual ARP Entry onto the laptop to be able change the management vlan etc to get the device online. Below is what we used on a windows 11 laptop for reference, I hope it helps! Assign Ethernet Address as IP: 1.1.1.99 DG: 1.1.1.100 DNS: 1.1.1.100 SM: 255.255.255.0 Open CMD as Administrator. Run: netsh interface ipv4 show interfaces Locate the IDX of the Ethernet interface e.g. 24 netsh interface ipv4 add neighbors <Insert IDX FIGURE> 1.1.1.100 <MAC Address of Switch> arp -a (check there is a static ARP entry in for 1.1.1.100) You should then be able to ping and access the switch via the mgmt page.
... View more