On Fri, 2005-05-06 at 19:19, Steve S. Law wrote: > whenever I issue > snmpget for mtaTable, I always get "No Such Object > available on this agent at this OID".
Yes - that sounds right. There will not be any management information associated with 'mtaTable' itself. That's purely an internal strutural OID. You'd need to issue the GET request on one of the column objects in this table. (Or rather, an *instance* of one of the column objects). Alternatively, try a GETNEXT request on 'mtaTable', which should return the first entry in that table. Dave ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
