User's Manual

Command line 120
Item Description
->add snmp-trap MyTrap Address=192.112.42.5 Severity=All
FcCategories=All DomainCategories=All
Adds a trap with all severity and category properties set. Severities are allowed
even though FC categories are set, but the severities are applied to the domain
categories.
->add snmp-trap trap1 address=10.10.2.86 Format=SNMPv3
Severity=All EnetCategories=All UserName=theta
SecurityLevel=AUTHNOPRIV
Adds an SNMPv3 trap
->add snmp-trap trap2 address=10.10.2.92 Format=SNMPv3
Severity=All EnetCategories=All UserName=alpha
EngineId=0x33d45ffeed3f SecurityLevel=AUTHPRIV Inform=true
Adds an SNMPv3 inform
->add snmp-trap trap3 address=10.10.2.86 Port=4040
Format=SNMPv3 Severity=All EnetCategories=All UserName=theta
SecurityLevel=AUTHNOPRIV
Adds an SNMP trap with a non-default port
Item Description
remove snmp-trap
Remove a previously configured SNMP trap destination.
Syntax
remove snmp-trap <Name|*>
Parameter
Name (required)
The name of the trap destination to be removed. Use "*" to remove all traps.
Examples
->remove snmp-trap MyTrap1
Removes an SNMP trap destination
->remove snmp-trap *
Removes all configured SNMP trap destinations
Item Description
set snmp-trap
Modify an existing SNMP trap destination.
Syntax
set snmp-trap <TrapName> [Name=<trap destination
name>][Address=<IPAddress|DNSname>]
[Port=<1–65535>][Community=<community name
string>][Format=<SNMPv1 | SNMPv2 | SNMPv3>][Severity=<trap
severity | All|None>][DomainCategories=<domain trap category
| All|None>][EnetCategories=<enet trap category |
All|None>][FcCategories=<fc trap category |
All|None>][UserName=<SNMPv3 username>]
[EngineId=<EngineId>][SecurityLevel=<NOAUTHNOPRIV|AUTHNOPR
IV|AUTHPRIV>][Inform=<true|false>]
Parameter
TrapName (required)
The name of the trap to be modified
Properties
Name
New name of the trap
Address (required)
IP address or DNS name for the trap destination
Port (optional)
The destination port to send the SNMP trap. Valid values include: 1 to 65535. The
default value is port 162.
Community (optional)
The SNMP community name string for the specified trap. If not specified, the default
value is "public".
For VC-Enet modules, the maximum string length is 39. For VC-FC modules, the
maximum string length is 24.
Community strings are not added when the Format property is set to SNMPv3.