SNMP Modified but now CACTI is not plotting

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
mpml
Posts: 2
Joined: Fri Sep 27, 2002 5:28 am

SNMP Modified but now CACTI is not plotting

Post by mpml »

Hi,

I have CISCO Routers being graphed using CACTI without problem. Now I changed the SNMP community string in Router and changed in CACTI as well (in database table). But it stopped polling data now. I even clicked on refresh-interfaces but still it stopped working.

Any Idea how I can make it work. I need to change SNMP string in all of my routers and want to do it without requiring adding Interfaces again and again. Can't I just change the snmp community string in Database directly?

TIA
MPML
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Changing the community string under 'SNMP Interfaces' will not change it everywhere. If you want to do this quickly, I recommend the following SQL:

Code: Select all

update src_data set value='newcommunity' where fieldid=22 and value='oldcommunity'
Make sure to inspect that before running it since I did not try it, but it should work.

-Ian
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests