GetSNMP v1.0 Copyright 2005 NetLatency
All rights reserved.

GetSNMP is distributed as freeware.  This program can be
freely exchanged and distributed providing that the program is
exchanged in unmodified form.


About GetSNMP utility
---------------------
GetSNMP is a Windows command line utility that will fetch
an SNMP OID from a device and display it.


Installing the GetSNMP utility
------------------------------
The GetSNMP utility can be copied into the WINNT directory to
insure that it is included in the command path.


Using the GetSNMP utility
-------------------------
GetSNMP is a command-line utility (console application).

If you run the program without any parameters, the help screen will
be displayed:

  ----------------------------------------------------------------------
  GetSNMP v1.0 Copyright 2005 www.NetLatency.com

    A program to use SNMP to fetch a specific OID from a device.

    Usage:        GetSNMP ipAddress community OID

    Arguments:    ipAddress = IP address of device (or DNS name)
                  community = SNMP read/write community name on device
                  OID = OID to fetch
  ----------------------------------------------------------------------

Usage examples:

  GetSNMP 192.168.2.1 private 1.3.6.1.2.1.1.1.0
	Instructs the device at 192.168.2.1 with the community name "private"
        to display its system description.

  GetSNMP demark smiley 1.3.6.1.2.1.1.4.0
	Instructs the device with the DNS name of "demark" and the community
        name "smiley" to display its sysContact field.


Note:
  You may have to include ".0" at the end of the OID to fetch the specific OID.

Contacting NetLatency
---------------------
For the latest information about our products, please check our WEB
site at URL http://www.NetLatency.com

Please send all questions, suggestions, request for technical support
and bug reports to our email address:

For sales or customer service related questions, email:

	customer.service@netlatency.com

For technical support questions, email:

	technical.support@netlatency.com

For other questions relating to product features, enhancements, or
sales offerings, email:

	ttitus@netlatency.com

NetLatency's offices currently cannot provide telephone technical support
or sales.
