On Thu, 2005-05-05 at 12:18, dwarf wrote:

> This is my MIB text file:
> SOF-IPSTB-MIB DEFINITIONS ::= BEGIN

> ipstbMIB MODULE-IDENTITY
>     ::= { enterprises 9999 }
> 
> ipstbSys   OBJECT IDENTIFIER ::= { ipstbMIB 1 }
> 
> sysDescr OBJECT-TYPE
>     ::= { ipstbSys 1 }
> 
> END


But this doesn't contain the name "ipstb" at all?
So of course

      snmpget -c gxk -v 2c 192.168.2.24 ipstb

won't work.  It shouldn't even be able to send the request.
snmpget won't be able to turn "ipstb" into an OID.

You'd need to try with

     snmpget ... SOF-IPSTB-MIB::sysDescr.0
or
     snmpget ... .1.3.6.1.4.1.9999.1.1.0


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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to