User's Manual

2 – Operations and Administration
Configuration and Monitoring Features
2-26 D000003-006 Rev. A
Q
3. The SNMP Target Configuration window is displayed:
Figure 2-43. SNMP Target Configuration Window
The top section of the window, SNMP Target Addresses, allows the user to
determine what type of SNMP traps are sent, and where they are sent. The rows
provide an area for specifying multiple trap destinations. The bottom section of the
window, SNMP Target Parameters, allows the user to configure each trap
destination with version, optional security information, and filtering mechanisms.
The Apply button applies the current settings to either the SNMP Target Addresses
or SNMP Target Parameters section.
NOTE:The Target Configuration window is used for viewing and modifying
existing SNMP target entries. It is not used for creating new target entries.
To create a new target entry, use the following CLI command:
snmpTargetAddr add -n name -a addr [-p port] [-t timeout] [-r
retry_count] [-l tag_list] [-v parameters] [-s storage_type]
For example:
To add a trap target with the IP address 192.168.0.123 that accepts SNMP v2c
style traps:
snmpTargetAddr add -n traphost1 -a 192.168.0.123 -v "v2 params"
Or, to add the same target except using SNMP v1traps:
snmpTargetAddr add -n traphost1 -a 192.168.0.123 -v "v1 params"