home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / cmu-snmp1.0 / man / snmptrapd.1 < prev    next >
Encoding:
Text File  |  1989-09-19  |  2.1 KB  |  55 lines

  1. .\* /***********************************************************
  2. .\"     Copyright 1989 by Carnegie Mellon University
  3. .\" 
  4. .\"                       All Rights Reserved
  5. .\" 
  6. .\" Permission to use, copy, modify, and distribute this software and its 
  7. .\" documentation for any purpose and without fee is hereby granted, 
  8. .\" provided that the above copyright notice appear in all copies and that
  9. .\" both that copyright notice and this permission notice appear in 
  10. .\" supporting documentation, and that the name of CMU not be
  11. .\" used in advertising or publicity pertaining to distribution of the
  12. .\" software without specific, written prior permission.  
  13. .\" 
  14. .\" CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  15. .\" ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  16. .\" CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  17. .\" ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  18. .\" WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  19. .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  20. .\" SOFTWARE.
  21. .\" ******************************************************************/
  22. .TH SNMPTRAPD 1 "17 SEPTEMBER 1989"
  23. .UC 4
  24. .SH NAME
  25. snmptrapd - Receive and log snmp trap messages.
  26. .SH SYNOPSIS
  27. snmptrapd [ -p ]
  28. .SH DESCRIPTION
  29. Snmptrapd
  30. is an SNMP application that receives and logs snmp trap messages
  31. sent to the SNMP-TRAP port (162) on the local machine.
  32. .PP
  33. If the
  34. .B -p
  35. option is given,
  36. .I snmptrapd
  37. will print it's messages to the standard output.  Otherwise it will use
  38. .IR syslog (8)
  39. to log messages.  These syslog messages are sent with the level of LOG_WARNING, and
  40. are if available (usually on 4.3 systems) are sent to the LOG_LOCAL0 facility.
  41. .PP
  42. The log messages are of the form:
  43. .br
  44. .I Sep 17 22:39:52 suffern snmptrapd: 128.2.13.41:
  45. .I Cold Start Trap (0) Uptime:
  46. .I 8 days, 0:35:46
  47. .PP
  48. .I Snmptrapd
  49. must be run as root so that UDP port 162 can be opened.
  50. .PP
  51. Adding a "-d" to the argument list will cause the application to dump input and output packets.
  52. .PP
  53. .SH "SEE ALSO"
  54. syslog(8), variables(5), RFC 1065, RFC 1066, RFC 1067
  55.