DAEnetIP2 v2
User Manual
21 Apr 2020
- 45 -
14.1.2.
Mobile apps
It is possible to access the module from our DAE-aModules app (android) and DAE-iModules
app (iOS)
Figure 14.2.
Mobile applications
14.2. Control from command line
14.2.1.
Windows
Net-snmp is command line tool for accessing SNMP based network devices under windows
console. By default it is not included in Windows OS.
DAEnetIP2 v2
can be easily accessed by
the net-snmp tool. This is very useful when the snmp commands must be executed from batch file
for example.
Bellow are the steps for installing
net-snmp
tool on windows OS.
1. Download
the
last
version
net-snmp
binary
for
windows
from
. The file must look like net-snmp-X.X.X.X-X.win32.exe
2. Install the downloaded file. Leave the default options. The packet will be install in c:\usr by
default.
3. Download the
DAEnetIP2 v2
4. Copy the mib file here c:\usr\share\snmp\mibs
5. Add new line in the file c:\usr\etc\snmp\snmp.conf with the "mibs all" directive.
6. Now you can test different commands for OID access, supported by this module. Their
names you may see in the
DAEnetIP2 v2
.mib file.
A simple test may be done to be sure if the tool is installed successfully:
run->cmd->
snmpget -v1 -c 000000000000 192.168.1.100 .1.3.6.1.4.1.42505.9.1.1.0
answer: SNMPv2-SMI::enterprises.19865.1.1.1.0 = IpAddress: 192.168.1.100