Operation Guide

- 32 -
Destination IP Address
Up to three destinations can be specified for sending a SNMP trap. The destination is specified with
an IP address.
The default value is "0.0.0.0" for the three destinations.
Write the configuration file in the format as shown below:
-----------------------------------------------------------------
[RW_SNMP_SECTION]
CFG_IPADRESS01 = <IP Address 1>
CFG_IPADRESS02 = <IP Address 2>
CFG_IPADRESS03 = <IP Address 3>
-----------------------------------------------------------------
<IP Address 1>: IP address of destination 1
<IP Address 2>: IP address of destination 2
<IP Address 3>: IP address of destination 3
The above IP addresses must be specified with decimal numbers and periods such as
XXX.XXX.XXX.XXX (XXX: between 0 and 255).
<Example>
-----------------------------------------------------------------
[RW_SNMP_SECTION]
CFG_IPADRESS01 = 192.168.100.200
CFG_IPADRESS02 = 192.168.100.210
CFG_IPADRESS03 = 192.168.100.220
-----------------------------------------------------------------
NOTE: The trap message will be sent to all the specified destinations.
Acknowledge Waiting Time and Retry Count of SNMP Trap
If NEC ESMPRO Manager receives a SNMP trap message, an acknowledge message is issued from
NEC ESMPRO Manager. If an acknowledge message is not received within the specified time, the
same trap is retransmitted. Specify the time to wait for the acknowledge message in seconds and the
number of retries.
Write the configuration file in the format as shown below:
-----------------------------------------------------------------
[RW_SNMP_SECTION]
CFG_ACK_WAIT_TIME = <Ack Waiting Time>
CFG_MAX_RETRY = <Max Retry-Number>
-----------------------------------------------------------------
<Ack Waiting Time>: Acknowledge waiting time of SNMP trap (unit: second)
<Max Retry-Number>: Maximum retry number of SNMP trap