Skip to content

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, integer 0-7 (3 bity 20, 21, 22 sequentially for Enable Trap, Enable SNMPv2, Enable SNMPv3)
  • B is read password, string
  • C is write password, string
  • D is trap password, string
  • E is address of trap receiver, string
  • F is user, string
  • G is authentication password, string
  • H is privacy password, string
  • A determines whether trap function is enabled, integer 0-1
  • B is read password, string
  • C is write password, string
  • D is trap password, string
  • E is address of trap receiver, string
  • F is user, string
  • G is authentication password, string
  • H 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, integer 0-1
  • B is read password, string
  • C is write password, string
  • D is trap password, string
  • E is address of trap receiver, string

Example:

http://192.168.1.100/stm.cgi?snmp=0*public*private*public*trap.ip.reciver