home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / cmu-snmp1.0 / man / snmpwalk.1 < prev    next >
Encoding:
Text File  |  1989-09-19  |  3.0 KB  |  81 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 SNMPWALK 1 "17 September 1989"
  23. .UC 4
  24. .SH NAME
  25. snmpwalk - communicates with a network entity using SNMP GET Next Requests.
  26. .SH SYNOPSIS
  27. snmpwalk host community [variable-name]
  28. .SH DESCRIPTION
  29. Snmpwalk is an SNMP application that uses GET NEXT Requests to query for a tree
  30. of information about a network entity.
  31. .PP
  32. The
  33. .I host
  34. specification may be either a host name or an internet address
  35. specified in "dot notation"
  36. .PP
  37. The
  38. .I community
  39. specifies the community name for the transaction with the remote system.
  40. .PP
  41. A variable may also be given on the
  42. command line.  This variable specifies which portion of the object identifier
  43. space will be searched using GET NEXT Requests.  All variables in the subtree
  44. below the given variable are queried and their values presented to the user.
  45. Each variable name is given in the format specified in
  46. .IR variables (5).
  47. .PP
  48. If the "variable-name" argument is not present, snmpwalk will search the whole Internet MIB.
  49. .PP
  50. For example
  51. .PP
  52. .I snmpwalk netdev-kbox.cc.cmu.edu public system
  53. .PP
  54. will retrieve the variables sysDescr.0 and sysObjectID.0 and sysUpTime.0:
  55. .PP
  56. .I Name: system.sysDescr.0
  57. .br
  58. .I OCTET STRING- (ascii):    Kinetics FastPath2
  59. .PP
  60. .I Name: system.sysObjectID.0
  61. .br
  62. .I OBJECT IDENTIFIER:  .iso.org.dod.internet.private.enterprises.CMU.sysID.CMU-KIP
  63. .PP
  64. .I Name: system.sysUpTime.0
  65. .br
  66. .I Timeticks: (2291082) 6:21:50
  67. .PP
  68. If the network entity has an error processing the request packet, an error
  69. packet will be returned and a message will be shown, helping to pinpoint why
  70. the request was malformed.
  71. .PP
  72. If the tree search causes attempts to search beyond the end of the MIB, a message
  73. will be displayed:
  74. .PP
  75. .I End of MIB.
  76. .PP
  77. Adding a "-d" to the argument list will cause the application to dump input and output packets.
  78. .PP
  79. .SH "SEE ALSO"
  80. variables(5), RFC 1065, RFC 1066, RFC 1067
  81.