Get or Set SNMP (Simple Network Management Protocol) Trap Name String.
In SNMP V3, the Trap message was protected by the authentication mechanism. The Trap name and password are used for this purpose. Be noted that Trap name and password are not used if the SNMP version is V1 or V2c because the Trap message in these SNMP version does not need authentication with SNMP agent.
Textual String and the maximum length is 32 including '\0'.
The rules of name setting are defined in the Valid Character in Login Name section in Valid Characters in URI document.
SNMP_TRAP_NAME=''
OK: SNMP_TRAP_NAME='name'
or
ERROR: SNMP_TRAP_NAME='name'
Valid
SNMP_STATE, SNMP_READ_COMMUNITY, SNMP_WRITE_COMMUNITY, SNMP_TRAP, SNMP_TRAP_ADDR, SNMP_TRAP_COMMUNITY, SNMP_PASSWORD
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SNMP_TRAP_NAME
or
http://ip:port/cgi-bin/cmd/system?SNMP_TRAP_NAME
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SNMP_TRAP_NAME=name
or
http://ip:port/cgi-bin/cmd/system?SNMP_TRAP_NAME=name
HOME, SYSTEM CGI