I just cleaned up the /etc/snmpd/snmpd.conf file to keep from distracting anyone. 
Here's the file to get you started:

###############################################################################
#
# snmpd.conf:
#   An example configuration file for configuring the ucd-snmp snmpd agent.
#
###############################################################################
com2sec local     localhost       private
com2sec mynet     192.168.1.0/24  public
com2sec public    default         public

#             sec.model  sec.name
group mygroup v1         mynet
group mygroup v2c        mynet
group mygroup usm        mynet
group local   v1         local
group local   v2c        local
group local   usm        local
group public  v1         public
group public  v2c        public
group public  usm        public

#           incl/excl subtree                          mask
view all    included  .1                               80
view system included  system                           fe
view mib2   included  .iso.org.dod.internet.mgmt.mib-2 fc

#              context sec.model sec.level prefix read   write notify
access mygroup ""      any       noauth    exact  mib2   none  none
access public  ""      any       noauth    exact  system none  none
access local   ""      any       noauth    exact  all    all   all

syslocation 1830 Alta Vista Drive, Evansville, IN
syscontact Brian Fahrlander <[EMAIL PROTECTED]>
------------------------------------------------------------------------

    Then, I did a restart of snmpd (/etc/rc.d/init.d/snmpd restart).  Notice the last 
two lines are localized; ALSO NOTICE THIS OPENS UP MORE INFORMATION THAN YOU WANT TO 
SHARE.  Read up on the docs...trim the access to your own needs; I had a more clear 
config file, but that machine was pulled down to make way for another LTSP server. :(

    Once you have the above worked out, use this on the same machine, proving:

    1. It works
    2. It provides an absurd amount of information to anyone with a mib browser

    snmpwalk 127.0.0.1 public | less

    I'll work on cleaning it up soon; right now I have to go get my daughters at my 
ex-wife's house and go see Star Wars!

    :)
  
------------------------------------------------------------------------
Brian Fahrländer              Linux Zealot, Conservative, and Technomad
Evansville, IN                    My Voyage: http://www.CounterMoon.com
ICQ  5119262
AOL: WheelDweller 
Yahoo: WheelDweller           Me: http://www.kamakiriad.com/aboutme.html
------------------------------------------------------------------------

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to