Get or Set SNMP (Simple Network Management Protocol) Trap Name Address configuration.
The Trap address gives the IPv4 address which is the address of the TRAP receiver. The TRAP receiver collects device's exception message (Trap message) for monitoring the device state. In general, the TRAP receiver was integrated in the SNMP Agent (management device).
IPv4 unicast address and the maximum length is 16 including '\0'.
SNMP_TRAP_ADDR='192.168.0.3'
OK: SNMP_TRAP_ADDR='192.168.0.3'
or
ERROR: SNMP_TRAP_ADDR='192.168.0.3'
Valid
SNMP_STATE, SNMP_READ_COMMUNITY, SNMP_WRITE_COMMUNITY, SNMP_TRAP, SNMP_TRAP_NAME, SNMP_TRAP_COMMUNITY, SNMP_PASSWORD
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SNMP_TRAP_ADDR
or
http://ip:port/cgi-bin/cmd/system?SNMP_TRAP_ADDR
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SNMP_TRAP_ADDR=192.168.0.3
or
http://ip:port/cgi-bin/cmd/system?SNMP_TRAP_ADDR=192.168.0.3
HOME, SYSTEM CGI