Video Grabber User Manual - v. 1.19 (FW 1.29)
5.2.1. Read-only user
e6uqOn1Uro0eZRsHx70cULWQ6upjGP
dfHVLhF3mLaLZk5MkFYLbxhBMB4q88
To get some information from SNMP node one can do as follows:
snmpget –v3 –l Security Level –u Security Username
–a Authentication Protocol –A Authentication password
–x Privacy Protocol –X Privacy Password
IPAddress OID
Example:
To check the serial number of the Video Grabber that has IP 192.168.5.2 one would use the following
command:
snmpget –v3 –l authPriv –u ro_user
–a MD5 –A e6uqOn1Uro0eZRsHx70cULWQ6upjGP
–x DES –X dfHVLhF3mLaLZk5MkFYLbxhBMB4q88
192.168.5.2 1.3.6.1.4.1.46236.1.1.6.0
The OID that is used identifies the ‘serialNumber’ object that is within ‘information’ section of ‘Video
Grabber’.
Combining all the fields (notice that the field ‘subsection’ is empty as the object ‘serialNumber’ is not
in any subsection) into one string gives the OID of the ‘serialNumber’ object:
1.3.6.1.4.1.46236.1.1.6.0