From: Joshua K. <fo...@tr...> - 2008-06-26 14:46:22
|
Try and make your oids look like this cur_conn : .1.3.6.1.4.1.3224.16.3.2.0 : leaf used_conn : .1.3.6.1.4.1.3224.16.3.3.0 : leaf I have noticed that sometimes I have to put a zero on the end of the oid in order to get it to work. -Josh From: dev...@li... [mailto:dev...@li...] On Behalf Of Gatis A. Sent: Thursday, June 26, 2008 9:17 AM To: dev...@li... Subject: [Devmon] netscreen and "No SNMP data found" Hi! Can't figure out how to get netscreen's (Juniper ScreenOS) "connects" test running.. I took a config from cisco-asa template and changed oids to apropriate: [user@host ~]$ cat devmon/templates/netscreen-5xt/connects/oids cur_conn : .1.3.6.1.4.1.3224.16.3.2 : leaf used_conn : .1.3.6.1.4.1.3224.16.3.3 : leaf after "./devmon --readbbhosts" devmon.log says: [08-06-26@16:05:20] No SNMP data found for cur_conn on ns-dmz [08-06-26@16:05:20] No SNMP data found for used_conn on ns-dmz snmpwalk returns: [user@host ~]$ snmpwalk -v 2c -c xxxxxx hostname .1.3.6.1.4.1.3224.16.3.3 SNMPv2-SMI::enterprises.3224.16.3.3.0 = INTEGER: 2064 [user@host ~]$ snmpwalk -v 2c -c xxxxxx hostname .1.3.6.1.4.1.3224.16.3.2 SNMPv2-SMI::enterprises.3224.16.3.2.0 = INTEGER: 7 Any idea? |