home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / snmpd.zip / README.NCR < prev    next >
Text File  |  2000-10-10  |  3KB  |  64 lines

  1.   Readme file for installing the BETA version of the SNMP code for NCR.  MPTS is
  2. required to be installed on the system.  TCP/IP is not a requirement, but can be
  3. installed.  If TCP/IP is not installed please create the directories as stated below.
  4.  
  5.  
  6. 1.  Unzip the SNMPAGENT.ZIP file and install the below executables in the
  7.     following directories,
  8.   
  9.         ~/TCPIP/BIN/SNMPD.EXE
  10.         ~/TCPIP/BIN/SNMPPRF.EXE
  11.         ~/TCPIP/BIN/SNMPIPW.EXE
  12.         ~/TCPIP/BIN/SNMPGRP.EXE
  13.  
  14.         ~/TCPIP/DLL/SNMPCOMM.DLL
  15.         ~/TCPIP/DLL/DPI20DLL.DLL
  16.         ~/TCPIP/DLL/SNMPDLL.DLL
  17.  
  18. 2.  Please add the following line in the config.sys as follows,
  19.  
  20.  SET  SNMPDIR=~\MPTN\ETC  
  21.  Note:  ~  refers to the  drive where the above mentioned path exists.
  22.  Also note that  SET  SNMPDIR=~\MPTN\ETC should not end with the semicolon.            
  23.       
  24. 3.  Reboot the machine.
  25.  
  26. 4.  Run the  snmpagt.cmd file.  (provided along with the zip file)
  27.         
  28. The snmpagt.cmd file will create the snmp.ini file and start the SNMPD.EXE.
  29.  
  30.  In the snmpagt.cmd  the customer needs to do the following modifications.
  31.  
  32. i.  snmpipw -d set snmpd ncr  ram  read   udp 0.0.0.0  0.0.0.0
  33.  
  34.      In the above option ram is the community name and that can be changed
  35.      by the customer as per the customer desire. 
  36.  
  37. ii. snmpipw -d set snmpd ncr2 ram  trapdest udp ipaddress 
  38.  
  39.     Please replace the above ipaddress with the machine ip address where SNMP manager 
  40.     is running.
  41.  
  42. 5. SNMP.EXE which is a part of the provided zip file has to be applied in any
  43.    different machine at the following path,   ~/TCPIP/BIN.
  44.    This is the partial manager which we are providing but if customer has any
  45.    other Manager already installed he can ignore the SNMP.EXE. This manager is
  46.    required to query the agent and verify the results.
  47.    
  48. The following is the description of the executables provided above.  
  49.  
  50. SNMPD.EXE is the snmp agent which queries the MIB's structure and sends the 
  51.  output to the Manager.
  52.  
  53. SNMPPRF.EXE is used to set the values in the SNMP.INI files if at all we
  54.  need to modify the INI files. 
  55.  
  56. SNMPIPW.EXE is used to create the SNMP.INI file with the required community 
  57.  name, access permission and keys.
  58.  
  59. SNMPGRP.EXE is used to query the Management Information Base(MIB) structure. 
  60.  
  61. SNMP.EXE is the part of the zip file provided. please ask the customer to install the 
  62. SNMP.EXE in the different machine from where you need to query the agent and verify
  63.  the results. SNMP.EXE is the partial manager which can just query the SNMP agent. 
  64.