Installation : Installing and Configuring an SNMP Agent : Installing and Configuring an SNMP Agent on Solaris : Configuring SNMP Traps

Configuring SNMP Traps
To receive SNMP traps, perform the following steps:
1.
#/etc/init.d/lsi_mrdsnmpd stop
2.
Edit the /etc/lsi_mrdsnmp/sas/sas_TrapDestination.conf file and add the IP address as shown in the following excerpt:
#################################################
# Agent Service needs the IP addresses to sent trap
# The trap destination may be specified in this file # or using snmpd.conf file. Following indicators can # be set on "TrapDestInd" to instruct the agent to
# pick the IPs as the destination.
# 1 - IPs only from snmpd.conf
# 2 - IPs from this file only
# 3 - IPs from both the files
#################################################
TrapDestInd 2
#############Trap Destination IP##################
# add port no after IP address with no space after colon to send the SNMP trap message to custom port.
# Alternatively, you can also use trapsink command in snmpd.conf to send the SNMP trap message to
# custom port, else default SNMP trap port 162 shall be used.
127.0.0.1 public
145.147.201.88:1234 testComm
#################################################
 
 
3.
’com2sec snmpclient 172.28.157.149 public’
’Trapsink’ and ’TrapCommunity’ tokens are supported for sending customized SNMP traps.
 
*NOTE  
 
4.
#/etc/init.d/lsi_mrdsnmpd start