Hi everybody,
We have an SC1500 UPS connected to a managed switch (Catalyst 1000 series) with no DHCP service; and we need to connect it to the network using a static IP address to monitor its status.
Is it possible to assign it a static IP address from the switch side? I already tried with arp command to associate its MAC with an IP address, and also added its MAC to the MAC address table, but I still cannot ping the UPS; which means it didn't get the IP from the switch correctly.
arp 10.100.80.191 12ab.47dd.ff89 arpa
mac-address-table static 12ab.47dd.ff89 vlan 1 interface gigabitethernet1/5/0
What am I missing here?
Notes:
- the UPS has only the SmartConnect slot and does not have the NMC card.
- with DHCP, the UPS gets an IP automatically and I can Ping it normally; but with static IP it should be similar but no luck so far.