User guide
SNMP Configuring notifications
iMG/RG Software Reference Manual (System Configuration)
1-96
vacmSecurityToGroupStorageType
is nonVolatile, permanent, or readOnly.
It's possible define more than one vacmSecurityToGroupEntry. The list of all the vacmSecurityTo-
GroupEntry entries is named vacmSecurityToGroupTable.
1.6.3 Configuring notifications
SNMP agent is designed to support SNMPv1 Traps, SNMPv2c Traps, or SNMPv3 Traps. To send TRAPs, it's nec-
essary perform some basic SNMP engine configuration as defined in the following sections.
Configuring notification is a process that requires four steps:
• Define a notification.
• Define a set of network addresses to which a notification should be sent.
• Define parameters to use when sending notifications to each of the target addressed identified in step2.
• Optionally, define notification filters to reduce the amount of traps sent to the target addresses.
The following sections describe each step of this process in more detail.
1.6.3.1 Defining notifications
To configure a notification, add an snmpNotifyEntry definition in the snmpd.cnf file accordingly the fol-
lowing syntax:
snmpNotifyEntry <snmpNotifyName> <snmpNotifyTag> <snmpNotifyType>
<snmpNotifyStorageType>
snmpNotifyName
is a human readable string representing the name of this notification.
snmpNotifyTag
is a human readable string that is used to select a set of entries in the snmpTargetAddrTable.
snmpNotifyType
is 1(trap) or 2(inform).
nmpNotifyStorageType
is nonVolatile, permanent or readOnly.
It's possible define more than one notification. The list of all the notification entries is named snmpNoti-
fyTable.
Example:
snmpNotifyEntry myFirstNotify myFirstNotifyTag 1 nonVolatile
snmpNotifyEntry mySecondNotify mySecondNotifyTag 1 nonVolatile