CONFIG SNMP TRAP V3 ADD

Level

log,modify

History

added AES in supported privtype in Netasq 7.0.0
level changes from other,modify to log,modify in Netasq 9.0.0
engineID becomes optional in Netasq 9.1.0
Remove DES privtype and MD5/SHA128 authtype, appears in 5.1.0

Description

Configure SNMP trap in V3

Usage

host=<obj_host> port=<INTEGER> SecurityName=<STRING> [engineID=<ENGINE_ID>] SecurityLevel=(noAuthNoPriv|authNoPriv|authPriv) [authtype=<SHA224|SHA256|SHA384|SHA512>] [AuthPass=<STRING>] [privtype=AES] [PrivPass=<STRING>]

Returns

Error code

Example

CONFIG SNMP TRAP V3 ADD host=trapV3 port=162 AuthMethod=SHA256 AuthPass=passpass
SecurityName=James engineID=0x0102030405 SecurityLevel=authNoPriv
PrivMethod=AES PrivPass=passpass