Forum Tiny Control Solution
SNMP Command (snmpwalk for windows) - Wersja do druku

+- Forum Tiny Control Solution (https://forum.tinycontrol.pl)
+-- Dział: LanKontroler - sprzęt i wersje wsadów, problemy, zastosowanie (https://forum.tinycontrol.pl/forumdisplay.php?fid=3)
+--- Dział: LanKontroler - wersje oprogramowania (https://forum.tinycontrol.pl/forumdisplay.php?fid=4)
+---- Dział: Przykłady zastosowań przez użytkowników. (https://forum.tinycontrol.pl/forumdisplay.php?fid=6)
+---- Wątek: SNMP Command (snmpwalk for windows) (/showthread.php?tid=60)



SNMP Command (snmpwalk for windows) - bulentkusva - 07-16-2012

command

snmpwalk -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.1.0

result
SNMPv2-SMI::enterprises.17095.3.1.0 = INTEGER: 1

Out0 value (relay state) values ​​in this digest, I am reading, there is no problem
Snmpwalk command (OUT0) to the relay, ON / OFF can
and values ​​which should I use the command

Thank You And Best Regards


Re: SNMP Command (snmpwalk for windows) - wilkxt - 07-19-2012

snmpset -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.1.0 i 0 , this command set out0 ON
snmpset -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.1.0 i 1 , this command set out0 OFF

snmpset -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.1.1 i 0 , this command set out1 ON
snmpset -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.1.1 i 1 , this command set out1 OFF


Re: SNMP Command (snmpwalk for windows) - bulentkusva - 07-21-2012

thank you
great

okay out0
also fails to out1

snmpset -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.1.1 i
0
Error in packet.
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: SNMPv2-SMI::enterprises.17095.3.1.1.0


Re: SNMP Command (snmpwalk for windows) - wilkxt - 07-22-2012

should be snmpset -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.2.0 i 0 , this command set out1 ON
snmpset -v 2c -c public 192.168.1.100 .1.3.6.1.4.1.17095.3.2.0 i 1 , this command set out1 OFF

for out2 .1.3.6.1.4.1.17095.3.3.0
out3 .1.3.6.1.4.1.17095.3.4.0
out4 .1.3.6.1.4.1.17095.3.5.0