From: Gatis A. <gat...@gm...> - 2008-06-26 15:07:02
|
Thank You! Yes, with zeros it works. On Thu, Jun 26, 2008 at 5:46 PM, Joshua Krause <fo...@tr...> wrote: > 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? > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > |