snmptrapd daemon on the external machine and customize how to respond to the notifications.
trap2sink host entry in the /etc/snmp/snmpd.conf file to specify the external host that will be running the snmptrapd daemon.
/etc/snmp/snmptrapd.conf configuration file to specify your community strings. For example, you can use the following entry to allow the snmptrapd daemon to process notifications using the public community string.
authCommunity log,execute,net public
snmptrapd daemon is enabled and running by executing the following commands:
#chkconfig snmptrapd on#service snmptrapd start
snmptrapd.conf man page.