I am having an issue with Prime 3.0 accessing a 5760 controller. The device was being monitored successfully monitored recently, but now the device is not responding.
I have edited the credentials and I know they are accurate. When I click on the verify credentials button, it passes both CLI and SNMP verification, but when I submit the sync, it fails with Wrong CLI password...when it just passed CLI verification!
Also, I am getting an error when trying to delete a device. It just say device can't be deleted, see system administrator. Not as concerned about this as I am about Prime not being able to communicate with this controller.
Prime is buggy so probably hit something, if you access root you can delete any device ip using this , i hit a bug before an DE gave me this below an it worked
access root
then access cd /opt/CSCOlumos/bin/
Then run this an replace with the ip address you want to remove
./sql_execution.sh "delete from ipaddress where replace(ipaddress_address,' ','') in ('172.21.229.53')";
Then commit the change
./sql_execution.sh "commit";