Video Grabber User Manual - v. 1.19 (FW 1.29)
43
5.2.2.
Read-write user
Security
Username
Security
Level
Authentication
Protocol
Authentication
Password
rw_user
authPriv
MD5
uXTxzFQOscIZR1qcMAOSEwxf2HDeD6
Privacy Protocol Privacy Password
DES
LlUzFSpOVmBrem3VOFYfqd42VB1vve
To change the value of an SNMP object one can do as follows:
snmpset –v3 –l Security Level –u Security Username
–a Authentication Protocol –A Authentication Password
-x Privacy Protocol –X Privacy Password
IPAddress OID TYPE VALUE
The value provided by the user will be saved, but will not be applied until a ‘writeSettings’ object is not
set to the value 4321. This additional step is required so that user can apply numerous changes to the
configuration at once.
Example:
To set the codecH264Qp parameter to 44 on the Video Grabber that has IP 192.168.5.2 one would use
the following commands:
snmpset –v3 –l authPriv –u rw_user
-a MD5 –A uXTxzFQOscIZR1qcMAOSEwxf2HDeD6
-x DES –X LlUzFSpOVmBrem3VOFYfqd42VB1vve
192.168.5.2 1.3.6.1.4.1.46236.1.3.3.3.0 i 44
Which will set the value to 44. The type is
i
, because we are setting integer value. Then to apply the
new value one has to run the following command:
snmpset -v3 –l authPriv –u rw_user
-a MD5 –A uXTxzFQOscIZR1qcMAOSEwxf2HDeD6
-x DES –X LlUzFSpOVmBrem3VOFYfqd42VB1vve
192.168.5.2 1.3.6.1.4.1.46236.1.3.11.1.0 i 4321