DAEnetIP2
User Manual
12 Sep 2013
Get the whole P3
snmpget -v1 -c 000000000000 172.16.100.2 .1.3.6.1.4.1.19865.1.2.1.33.0
Get P5.1 - This will read digital output P5.1 level
snmpget -v1 -c 000000000000 172.16.100.2 .1.3.6.1.4.1.19865.1.2.2.1.0
Get P5.8 - This will read digital output P5.8 level
snmpget -v1 -c 000000000000 172.16.100.2 .1.3.6.1.4.1.19865.1.2.2.8.0
Get the whole P5
snmpget -v1 -c 000000000000 172.16.100.2 .1.3.6.1.4.1.19865.1.2.2.33.0
o
SNMPSET examples
Set DAEnetIP2 IP address
snmpset -v1 -c private 172.16.100.2 Denkovi.DAEnetIP2.Configuration.cfgIP.0 a 172.16.100.3
snmpget -v1 -c private 172.16.100.3 .1.3.6.1.4.1.19865.1.1.1.0 a 172.16.100.3
Set P3.1 - This will set pin 1 from digital output port P3 in '0' (Low level)
snmpset -v1 -c private 172.16.100.2 .1.3.6.1.4.1.19865.1.2.1.1.0 i 0
Set P3.8 - This will set pin 1 from digital output port P3 in '1' (High level)
snmpset -v1 -c private 172.16.100.2 .1.3.6.1.4.1.19865.1.2.1.8.0 i 1
Set the whole P3 - This will set all the 8 pins from digital output port P3 in '1'
snmpset -v1 -c private 172.16.100.2 .1.3.6.1.4.1.19865.1.2.1.33.0 i 255
Set P5.1 - This will set pin 1 from digital output port P5 in '0' (Low level)
snmpset -v1 -c private 172.16.100.2 .1.3.6.1.4.1.19865.1.2.2.1.0 i 0
Set P5.8 - This will set pin 1 from digital output port P5 in '1' (High level)
snmpset -v1 -c private 172.16.100.2 .1.3.6.1.4.1.19865.1.2.2.8.0 i 1
Set the whole P5 - This will set all the 8 pins from digital output port P5 in '1'
snmpset -v1 -c private 172.16.100.2 .1.3.6.1.4.1.19865.1.2.2.33.0 i 255
-
45
-