SNMP_STATE

 

Description

Get or Set SNMP (Simple Network Management Protocol) state configuration.

This URL could disable the SNMP function or enable the SNMP with the specific SNMP protocol versions (V1, V2c or V3).

Input Argument

Input Argument Description
0 SNMP function is disabled
1 Enable SNMP V1
2 Enable SNMP V2c
3 Enable SNMP V1 and SNMP V2c
4 Enable SNMP V3

Attribute

Return of Message

SNMP_STATE='0'
OK: SNMP_STATE='0'
or
ERROR: SNMP_STATE='0'

Applicability

Status

Valid

See Also

SNMP_READ_COMMUNITY, SNMP_WRITE_COMMUNITY, SNMP_TRAP, SNMP_TRAP_NAME, SNMP_TRAP_ADDR, SNMP_TRAP_COMMUNITY, SNMP_PASSWORD

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SNMP_STATE
or
http://ip:port/cgi-bin/cmd/system?SNMP_STATE
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SNMP_STATE=0
or
http://ip:port/cgi-bin/cmd/system?SNMP_STATE=0

Back to

HOME, SYSTEM CGI