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

  1. .\* /***********************************************************
  2. .\"     Copyright 1988, 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 SNMPGETNEXT 1 "17 September 1989"
  23. .UC 4
  24. .SH NAME
  25. snmpgetnext - communicates with a network entity using SNMP GET NEXT Requests.
  26. .SH SYNOPSIS
  27. snmpgetnext host community variable-name [variable-name]...
  28. .SH DESCRIPTION
  29. Snmpget is an SNMP application that uses the GET NEXT Request to query for
  30. information on a network entity.  One or more object
  31. identifiers may be given as arguments on the command line.
  32. Each variable name is given in the format specified in
  33. .IR variables (5).
  34. For each one, the variable that is lexicographicly "next" in the remote entity's
  35. MIB will be returned.
  36. .PP
  37. The
  38. .I host
  39. specification may be either a host name or an internet address
  40. specified in "dot notation"
  41. .PP
  42. The
  43. .I community
  44. specifies the community name for the transaction with the remote system.
  45. .PP
  46. For example
  47. .PP
  48. .I snmpgetnext netdev-kbox.cc.cmu.edu public system.sysdescr system.sysUpTime
  49. .PP
  50. will retrieve the variables sysDescr.0 and sysUpTime.0:
  51. .PP
  52. .I Name: system.sysDescr.0
  53. .br
  54. .I OCTET STRING- (ascii):    Kinetics FastPath2
  55. .PP
  56. .I Name: system.sysUpTime.0
  57. .br
  58. .I Timeticks: (2270351) 6:18:23
  59. .PP
  60. If the network entity has an error processing the request packet, an error
  61. message will be shown, helping to pinpoint in what way the request was malformed.
  62. .PP
  63. Adding a "-d" to the argument list will cause the application to dump input and output packets.
  64. .PP
  65. .SH "SEE ALSO"
  66. variables(5), RFC 1065, RFC 1066, RFC 1067
  67.