>>>>> On Tue, 1 Sep 2009 11:09:03 -0400, "Graves, Alex D CTR USAF AFRL/RYAR" 
>>>>> <[email protected]> said:

ADG> The device has its own specific subset of MIB modules and variables
ADG> located in the snmp oid hierarchy as
ADG> iso.org.dod.internet.private.enterprises.l3com, so when I try:

ADG> snmpget -v 2c -c public <device's ip> 1.3.6.1.4.1.3231.1.5.1.7.0   which
ADG> should return the system status,

ADG> I get "No such object available on this agent at this OID".  (I've also
ADG> tried snmpwalk as far up the tree as 1.3.6.1.4.1.3231 with the same
ADG> result)

The reasons you might get that are:

1) access control isn't letting you see it, and the device needs to be
   configured properly (and you need to use the matching correct
   community string).
2) It doesn't support that object in the first place.

A good way to see if it supports any of the objects under that tree
would be to walk the entire enterprises section using:

  snmpwalk -v 2c -c public <device's ip> 1.3.6.1.4.1.3231

ADG> I figured this may be some sort of access control issue as I was reading
ADG> the forums, so I double checked the snmpd.conf and it seems correct.  In
ADG> it is: 

ADG> rocommunity public

ADG> agentaddress 161

Those tokens only affect a net-snmp snmp agent's access control.  It
sounds like your device is something entirely different, so these won't
help if you're just putting them on your local system.
-- 
Wes Hardaker
Please mail all replies to [email protected]

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to