
DAEnetIP4
SNMP Five Channel Relay Module
- User's Manual
08 Aug 2017
-7-
3.1.
How to control the relays
3.1.1.
Web browser
The relays states can be changed from the "Monitoring and Control" web page up
on changing the dropdown combo-boxes (On/Off) in the section "Digital Outputs":
Figure 5.
Monitoring and Control web page - digital outputs control
3.1.2.
Example SNMP commands
SNMP GET COMMANDS
Get Relay 1 State
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.3.1.11.8
DENKOVI-MIB::DigitalOutputState.8 = INTEGER: off(0)
Get Relay 5 State
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.3.1.11.12
DENKOVI-MIB::DigitalOutputState.12 = INTEGER: on(1)
Get all relays states with single command
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.3.2.0
DENKOVI-MIB::DigitalOutputsState.0 = INTEGER: 65535