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 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
    

Last update: 2020-09-21
Back to top