----------------------------------------------------------------------------
	       Installing the Windows NT SNMP Management DLLs
----------------------------------------------------------------------------
Kit Contents:

README.TXT    - This file

RELEASE.NOT   - Important release notes about the SNMP Management DLLs

/i386         - Directory containing the DLLs for Windows NT Intel

/Alpha        - Directory containing the DLLs for Windows NT Alpha/AXP

/MIPS         - Directory containing the DLLs for Windows NT MIPS

/ppc          - Directory containing the DLLs for Windows NT PowerPC


Product Requirements:

Windows NT 3.5 Build 807 Service Pack 2 or greater




			 ***TRADEMARKS***

DEC, Digital, DECpc, and AXP are trademarks of Digital Equipment 
Corporation. 

Novell and NetWare are registered trademarks and NetWare Loadable Module,
NLM, NetWare Management System, and NMS are trademarks of Novell,
Incorporated.

Windows is a trademark of Microsoft Corporation.

MIPS is a trademark of MIPS Computer Systems, Incorporated.

PowerPC is a trademark of International Business Machines Corporation.


This file describes the operation of the Digital EtherWORKS SNMP 
Management DLLs for Windows NT (hereafter referred to as "The DLLs")
The DLLs manage objects from the following two MIBS:  RFC1643.MIB and
RFC1514.MIB.

RFC1643.MIB contains objects from RFC1643 the Ethernet MIB.  These objects
are statistics unique to IEEE 802.3 Ethernet physical network media.  

RFC1514.MIB contains objects from RFC1514 the Host Resources MIB.  These
objects contain information useful for identifying the specific adapters 
installed on the system.



Section 1  INSTALLING THE WINDOWS NT SNMP AGENT
-----------------------------------------------

The Windows NT SNMP agent software is included as part of the standard
Windows NT software distribution.  Log into a privileged account on your
system, and activate the Control Panel.  From the Control Panel, select
the Network icon.  From the Network setup dialog box, select Add Software,
and choose the SNMP service.  You will be prompted for your installation
media.

The SNMP service, once installed, starts automatically at boot time.  You
may verify the current state of the SNMP agent service by choosing the
Services icon from the Control Panel.  Scrolling through the services, you
will see one called 'SNMP Agent'.  The service status should be 'Started'
and the startup should be 'Automatic'.  If this is not the case, consult
the online Windows NT documentation for further information regarding the
installation of the SNMP Agent.


Section 2  INSTALLING THE SNMP DLLs
-----------------------------------
Perform the following steps to install RFC1643.DLL and RFC1514.DLL:

1.    Verify that a supported Digital EtherWORKS network adapter is properly
      configured and installed.

2.    Verify that the driver has been loaded.  You may do this by selecting
      the Devices icon from the Control Panel.

3.    Insert the Network Management Distribution diskette into the disk drive
      on your system.

4.    Activate a DOS CMD window, and set your default drive and directory to
      the WINNT area on the Network Management Distribution diskette.  For
      example, if you are installing from a floppy in drive A, issue the 
      following commands:

      > A:
      > cd \SNMP\WINNT

5.    Identify the subdirectory that is appropriate for your machine.  There
      are four to choose from:

      i386      Intel based machines
      Alpha     Digital Alpha based machines
      MIPS      MIPS based machines
      ppc       PowerPC Based machines

      select the subdirectory, and issue the cd command to enter it.  For
      example:

      > cd i386

6.    The agents are distributed as self-extracting archives named SNMP.EXE
      copy this file to your hard drive using the following command:

      > copy snmp.exe c:\

7.    Set default to the directory to which you copied the SNMP.EXE file.

      > c:
      > cd \

8.    Unpack the archive, by issuing the following command:

      > SNMP

9.    Start the setup process by issuing the following command:

      > START SETUP

10.   The remiander of the installation is a self-directing windows based
      installation.

Upon successful completion of install, the RFC1514 and RFC1643 agents are 
activated, if you so choose.


