Installing SNMP Agents on a 3Com 3Server (94238)



The information in this article applies to:

  • Microsoft LAN Manager 2.1

This article was previously published under Q94238

SUMMARY

Currently, there is no automated installation for the SNMP Agents that will allow it to be installed on a 3Com 3Server (a headless server). The installation routine that comes with it installs only to the C:\LANMAN subdirectory.

To install it manually, add the following lines to the LANMAN.INI file:
   [snmp]
   trapcommunity = public
   trapdestinations = H:11.1.5.87
   communitynames = public
   hostmasks = H:0.0.0.0:00000000
   authtrap = on
   version = SnmpAgent_1.0

   [services]
   snmp = services\snmp.exe
				
The entries in the [snmp] section can be adjusted as needed. There is more information on these options on pages 409 and 410 of the "Microsoft LAN Manager Administrator's Guide."

You must copy the files on the NetView and SNMP Agents disk in the SNMP subdirectory to the following directories:
   \lanman\netlib
      inetmib1.dll
      lmmib2.dll

   \lanman\services
      snmp.exe

   \lanman\netprog
      nmconfig.exe
      nmconfig.inf
      snmp.msg
				
A "net start snmp" command can then be added to the STARTUP.CMD file or the SNMP service can be added to the srvservices entry in the [server] section of the LANMAN.INI file so that it will autostart.

Modification Type:MajorLast Reviewed:9/30/2003
Keywords:KB94238