CONFIG SNMP TRAP V3 MODIFY

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

Description

Modify a configuration for a host

Usage

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

Returns

Error code

Example

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