How to enable SNMP on a 3com to work with Cacti ?
April 21, 2008 7:48 AM
Subscribe
SNMP on a 3com 4500/5500 and Cacti setup help ??
I have a 3com 4500 and recently installed Cacti 0.87b on a windows xpsp2 box. I never configured SNMP on a 3com before, anyone have prior experience ? I was getting data on a graph previously, but for some reason i'm not getting any data on the Caci graph.
Take a look at
this screen shot
And
this from the 3com SNMP statistics.
I have NET-SNMP installed, but not sure what would be the right syntax for snmpwalk to determine if everything is setup alright.
posted by hboogz to technology (6 comments total)
2 users marked this as a favorite
The syntax for snmpwalk is pretty simple, assuming you're using snmp v1:
snmpwalk -v 1 (hostname or IP) (community string)
ie:
snmpwalk -v 1 10.1.1.1 public
...which should yield the entire MIB and each entry's current values. Picking through these can be dicey, which is why it's enormously useful to get a copy of the MIB document from the vendor if at all possible. You can usually find these things buried in their document repositories. IIRC, cacti does a pretty good job of choosing the correct items to monitor for servers, routers, switches and such.
posted by jquinby at 8:50 AM on April 21