
Others
This unit supports SNMP (Simple Network Management Protocol). You can read
Using CGI commands, you can set community name and access limitation, reading/writing right, host to send traps, and some
You can check the SNMP Agent settings using the following CGI commands.
<Method>
GET, POST <Command>
“http://ip_adr/snmpdconf/inquiry.cgi?inqjs=snmp (JavaScript parameter format) http://ip_adr/snmpdconf/inquiry.cgi?inq=snmp (standard format)
With the above inquiry, you can obtain the following setting information. The following explains the setting information using the inqjs=snmp (JavaScript parameter) format.
var sysDescr=“\“SONY Network Camera SNC- |
|
CS3\”” | ...1 |
var sysObjectID=“1.3.6.1.4.1.122.8501” | ...2 |
var sysLocation=“\“\”” | ...3 |
var sysContact=“\“\”” | ...4 |
var sysName=“\“\”” | ...5 |
var snmpEnableAuthenTraps=“1” | ...6 |
var community=“public,0.0.0.0,read,1” | ...7 |
var community=“private,192.168.0.101,write,2” | ...8 |
var trap=“public,192.168.0.101.1” | ...9 |
1describes the instance of
2describes the instance of
3describes the instance of
4describes the instance of
5describes the instance of
6describes the instance of
7describes the community name and the reading/ writing attributes. This example shows the identification number “ID=1”, the community name public, and enables read from any IP address (0.0.0.0).
8describes the community name and the reading/ writing attributes, similarly to 7. This example shows the identification number ID=2, the community name “private”, and enables “read/ write” by the SNMP request packet from the host “192.168.0.101”.
9describes the host name to send a trap. This example shows the identification number “ID=1”, the community name “public”, and enables sending of traps to the host having the IP address “192.168.0.101”.
2. Setting CommandsThe unit supports the following setting commands of SNMP.
<Method>
GET, POST <Command>
http://ip_adr/snmpdconf/snmpdconf.cgi? <parameter>=<value>&<parameter>=...&...
First, perform the settings of the following parameters.
1)sysLocation=<string>
Set the instance of
2)sysContact=<string>
Set the instance of
46 Using the SNMP