Installation : Installing and Configuring an SNMP Agent : Installing and Configuring an SNMP Agent on the Solaris Operating System : Configuring SNMP Traps

Configuring SNMP Traps

To receive SNMP traps, perform the following steps:

1.

Stop the LSI SAS SNMP Agent by using the following command:

#/etc/init.d/lsi_mrdsnmpd stop

2.

Edit the /etc/lsi_mrdsnmp/sas/sas_TrapDestination.conf file, and add the IP address:

################################################## Agent Service needs the IP addresses to sent trap# Specify the trap destination in this file or in the snmpd.conf file.# Set the following indicators in "TrapDestInd" to instruct the agent to# pick the IPs as the destination.# 1 - IPs only from the snmpd.conf file# 2 - IPs from this file only# 3 - IPs from both files#################################################TrapDestInd 2############# Trap Destination IP ##################127.0.0.1 public172.28.157.149 public#################################################

3.

Start the LSI SAS SNMP Agent by entering the following command:

#/etc/init.d/lsi_mrdsnmpd start