SNMP¶
/stm.cgi?snmp¶
Configure the SNMP settings.
GET /stm.cgi?snmp=A*B*C*D*E*F*G*H
A
determines whether trap function, SNMPv2 and SNMPv3 are enabled, integer0-7
(3 bity 20, 21, 22 sequentially for Enable Trap, Enable SNMPv2, Enable SNMPv3)B
is read password, stringC
is write password, stringD
is trap password, stringE
is address of trap receiver, stringF
is user, stringG
is authentication password, stringH
is privacy password, string
A
determines whether trap function is enabled, integer0-1
B
is read password, stringC
is write password, stringD
is trap password, stringE
is address of trap receiver, stringF
is user, stringG
is authentication password, stringH
is privacy password, string
Example:
http://192.168.1.100/stm.cgi?snmp=0*public*private*public*trap.ip.reciver*user*pass1234*pass1234
GET /stm.cgi?snmp=A*B*C*D*E
A
determines whether trap function is enabled, integer0-1
B
is read password, stringC
is write password, stringD
is trap password, stringE
is address of trap receiver, string
Example:
http://192.168.1.100/stm.cgi?snmp=0*public*private*public*trap.ip.reciver