SANtricity 11.8 Commands

to Japanese version

Update SNMP trap destination

The set snmpTrapDestination trapReceiverIP command turns on or turns off sending authentication failure messages for an SNMP trap destination. Failure occurs when the SNMP agent received a message from an SNMP manager, but the message contained an invalid community name or user name.

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin or Support Admin role.

Syntax

set snmpTrapDestination trapReceiverIP=ipAddress
(communityName="communityName" | (userName="userName" [engineId=(local | engineId)]))
[sendAuthenticationFailureTraps=(TRUE | FALSE)]

Parameters

Parameter Description

trapReceiverIP

The IP address of the SNMP manager to which you want to send trap messages.

communityName

The name of the SNMP community for which you want to send trap messages.

userName

The name of the SNMP user for which you want to send trap messages.

engineId

The engine ID of the SNMP user for which you want to send trap messages. The engine ID is required if there is more than one USM user with the same user name. The value may be "local" to specify the local SNMP agent is the authoritative agent or a hexadecimal digit string to specify a remote SNMP agent engine ID.

sendAuthenticationFailureTraps

This parameter turns on or turns off sending authentication failure messages to an SNMP manager. To send authentication failure messages, set the parameter to TRUE. To prevent sending authentication failure messages, set the parameter to FALSE. The default is TRUE.

Top of Page