Background:  
  SuSE Linux kernel-source-2.6.16.46-0.12
  net-snmp-5.3.0.1-25.24.3.
snmpd.conf:
  # Please see /usr/share/doc/packages/net-snmp/EXAMPLE.conf for a
  # more complete example and snmpd.conf(5).
  #
  # Writing is disabled by default for security reasons.  If you'd like
  # to enable it uncomment the rwcommunity line and change the community
  # name to something nominally secure (keeping in mind that this is
  # transmitted in clear text).

  # don't use ' < > in strings for syslocation or syscontact
  # Note that if you define the following here you won't be able to change
  # them with snmpset
  syslocation Server Room
  syscontact Sysadmin ([EMAIL PROTECTED])

  # These really aren't meant for production use.  They include all MIBS
  # and can use considerable resources.  See snmpd.conf(5) for information
  # on setting up groups and limiting MIBS.
  rocommunity demopublic
  rocommunity 127.0.0.1
  rwcommunity mysecret 

  extend 1.3.6.1.4.1.13856.100000 scriptproxy /root/script.sh

Problem:
  Trying to do an snmpget on this OID to trigger the execution of the script.  
The SNMPGET returns the following:

  :~ # snmpget -v 1 -Cf -c demopublic localhost .1.3.6.1.4.1.13856.100000
  Error in packet
  Reason: (noSuchName) There is no such variable name in this MIB.
  Failed object: SNMPv2-SMI::enterprises.13856.100000

I am new to this and lost.  I believe I'm reading the man pages correctly, but 
I'm obviously missing something.  Any suggestions would be welcome.


Todd R. Strauch
Systems Programmer III
Medical Center Information Technology
University of Michigan
Ann Arbor, Michigan
[EMAIL PROTECTED]

**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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

Reply via email to