snmpd.trap(SFF) 06 January 1993 snmpd.trap(SFF) Name snmpd.trap - SNMP trap communities file Syntax /etc/snmpd.trap Description The file /etc/snmpd.trap contains the definitions for the hosts which will be sent a TRAP PDU by the SNMP agent/server daemon, snmpd(ADMN). The file contains lines which consist of three items: a session or com- munity name, an IP address in dot notation, and the IP port number to which to send the TRAP PDU. Lines which begin with ``#'' are ignored. Currently, two TRAP PDU's are generated by snmpd. They are the coldStart and authenticationFailure trap types. The coldStart trap is generated when snmpd is started. The authenticationFailure trap is generated when an authentication error occurs. Files /etc/snmpd.trap Examples test2 192.9.200.99 162 test2 192.9.200.15 162 See also snmpd(ADMN), RFC 1155, RFC 1157, RFC 1213 Notes The port number specified should always be 162 according to RFC 1157.