home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / tcp188.exe / TRAPTARG.CFG < prev   
Text File  |  1993-03-17  |  2KB  |  45 lines

  1. ###########################################################
  2. # traptarg.cfg
  3. #
  4. # Snmp Agent Trap Target (Destination) Configuration 
  5. #
  6. # This file specifies all managers that are to receive
  7. # snmp trap messages generated by the Snmp Agent (snmp.nlm)
  8. #
  9. # File Format:
  10. #
  11. # Protocol <name>
  12. #     Specifies the beginning of a list of names or 
  13. #    address of managers to which to send traps using the
  14. #    protocol specified by <name> if that protocol is
  15. #    registered as a service provider to the snmp agent.
  16. #
  17. #    All destinations must be preceeded by white space
  18. #    Each destination must be listed on a separate Line
  19. #  
  20. #    The Protocol keyword, left justified, signifies the 
  21. #    start of a new protocol section.
  22. #
  23. #    Comments are preceeded by the hash mark, and proceed 
  24. #    to the end of the line 
  25. #
  26. ###########################################################
  27. Protocol IPX
  28.     # In this section you can put SNMP managers that want to receive
  29.     # traps from the local node over IPX.  Managers can be identified
  30.     # by NetWare service name (a NetWare file server name, for example)
  31.     # or by IPX address.  To specify by IPX address, use the following
  32.     # format:
  33.     #          IPX Network Number: MAC Address
  34.     #
  35.     # for example, c9990111:00001B555555
  36.  
  37. Protocol UDP
  38.     # In this section you can put SNMP managers that want to receive
  39.     # traps from the local node over UDP.  Use either IP address or
  40.     # logical name.  (If you use a logical name be sure the name and its
  41.     # corresponding ip address appear in the sys:etc\hosts file.)
  42.     # By default, the local node sends traps at least to itself.
  43.  
  44.     127.0.0.1        # send traps to the loopback address
  45.