search for: snmpget

Displaying 20 results from an estimated 44 matches for "snmpget".

2014 Feb 13
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...he UPS offers, but this should be enough for basic monitoring and shutdown.) > > These parameters are more than enough, even upsBaseBatteryStatus, upsBaseOutputStatus, upsSmartOutputLoad - is all we need. And maybe traps, to know when UPS goes on battery, online etc. > As I wrote earlier, snmpget commands are working fine "snmpget -v 1 -c public 10.200.254.39 .1.3.6.1.4.1.935.1.1.1.4.1.1" returning correct results: > > XPPC-MIB::upsBaseOutputStatus.0 = INTEGER: onLine(2) > > I would like to take this opportunity to make sure that gen-snmp-subdriver is working, so...
2014 Feb 12
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
Thanks, now I started getting messages from the list. As you advised, I renamed the mib file NETCARD.mib to Tripplite and ran command ./gen-snmp-subdriver.sh -H 10.200.254.39 -c public -n Tripplite Here is what it says: snmp_build: unknown failuresnmpget: Error building ASN.1 representation (Can't build OID for variable) COUNT = 0 / 0 Creating tripplite-mib.h Creating tripplite-mib.c Done. The output files are attached, but I think it is not succeeding to create the subdriver, as tripplite-mib.c contains very few code and doesn't seem to h...
2014 Feb 14
2
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...ould be >> enough for basic monitoring and shutdown.) >> >> These parameters are more than enough, even upsBaseBatteryStatus, > upsBaseOutputStatus, upsSmartOutputLoad - is all we need. And maybe traps, > to know when UPS goes on battery, online etc. > As I wrote earlier, snmpget commands are working fine "snmpget -v 1 -c > public 10.200.254.39 .1.3.6.1.4.1.935.1.1.1.4.1.1" returning correct > results: > > XPPC-MIB::upsBaseOutputStatus.0 = INTEGER: onLine(2) > > > > I would like to take this opportunity to make sure that gen-snmp-subdriver...
2010 Jan 16
0
Converting snmpset() and snmpget() functions of php in rails
hello, I am trying to convert a php script into a rails script. I came accross snmpset() and snmpget() functions and I am stuck here. Here is a part of the php script. Please help me in converting these two functions. $oid = ''1.3.6.1.4.1.318.1.1.12.3.3.1.1.4''; $toret = false; if($pdb->connected) { $query = "SELECT snmp_community_str, address, reset_port FROM gd_...
2017 Mar 24
2
SNMP oddity
Hi all, Not sure if this is on topic or not. I'm trying to query an SNMP value from centos 6 and I get a bad response if I don't specify the MIB to use: 0 digimer at pulsar:~/anvil/striker$ snmpget -v2c -c public -m /home/digimer/Downloads/APC/AP7900/MIB/powernet421.mib 10.255.2.1 .1.3.6.1.2.1.2.2.1.6.2 RFC1213-MIB::ifPhysAddress.2 = Hex-STRING: 00 C0 B7 5F 8A 85 0 digimer at pulsar:~/anvil/striker$ snmpget -v2c -c public 10.255.2.1 .1.3.6.1.2.1.2.2.1.6.2 IF-MIB::ifPhysAddress.2 = STRING:...
2014 Oct 02
2
Socomec ITYS 3000 + Netvision upsmon output
...mit log for SVN r3590, then that revision was supposed to set the status to OL if the numeric state was 9 for ECO mode. It does not appear to do that: > > https://github.com/networkupstools/nut/commit/9cb2de3d9568aa382cc118b4385d97d5664c457b > > Is your UPS set to ECO mode? Can you do a snmpget on .1.3.6.1.4.1.4555.1.1.1.1.4.1.0? > UPS is on inverter, not ECO mode, snmpget -v1 -c public 192.168.xxx.xxx .1.3.6.1.4.1.4555.1.1.1.1.4.1.0 SNMPv2-SMI::enterprises.4555.1.1.1.1.4.1.0 = INTEGER: 2
2013 Aug 22
1
SNMPv3
...org/pipermail/nut-upsdev/2013-February/006394.html http://lists.alioth.debian.org/pipermail/nut-upsdev/2013-February/006398.html On Fri, 1 Feb 2013, Tim Rice wrote: [snip] > > In all my testing I discovered the APC AP9630 is kind of flaky when > it comes to SNMP v3. > I have > snmpget -Cf -v 3 -u tfsnmpprof1 -l authPriv \ > -a MD5 -A ralow6moHet7zoboP8 \ > -x AES -X tuseL8Pakaz9degim7 \ > tfapc01 .1.3.6.1.4.1.318.1.1.1.1.1.1.0 > work one day and the next day fail. > > So I will revisit SNMP v3 when I get my hands on a non APC ups that > supports SN...
2005 May 04
4
HTB rate miscalculation
Hi, I''ve migrated my tc configuration from CBQ to HTB. One problem appeared. Htb seems to miscalculate the bandwidth for classes with greater rates. For rates below 2Mbit there is almost no difference between the configured and the measured rate. For large ones the problem starts. My root class has 10Mbit rate and when the interface has heavy trafic the measured bandwidth
2023 Mar 09
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
...ib I discovered that my UPS (NMC per say) sends its state by OID 1.3.6.1.4.1.318.1.1.1.11.1.1.0 .iso.org.dod.internet.private.enterprises.apc.products.hardware.ups.upsState.upsBasicState.upsBasicStateOutputState.0 = 0001010000000000001000000000000000000000000000000000000000000000 (mib used for this snmpget was powernet441.mib) (I got a description about each bit here, 4th bit is for OnLine, 6th stands for Serial Communication Established, 19th is "On") Then I ran tcpdump grepping for this kind of OID. First using snmpget/snmpwalk, then using upsc asking for ups.status or the entire upsc ou...
2009 Apr 21
8
One for the Cisco experts...
...a CentOS5 machine. SNMP polls are the only access I have to this device, we are not allowed to log on via telnet. How can I find out which port on the switch a particular server is connected to? I was hoping that this is somehow possible using the mac address and the data gathered from snmpwalk/snmpget requests but I'm not having much luck. How would you tackle this problem?
2011 Nov 07
1
Nexenta: "load_mib2nut: using pw mib" package / config / or firewall problem?
...eric SNMP UPS driver 0.44 (2.4.1) debug level is '1' SNMP UPS driver : entering upsdrv_initups() load_mib2nut: using pw mib pw MIB wasn't found on <ip-of-ups> Network: The UPS is in another subnet. Our network guy has opened port 161 betwe en the 2 boxes, and I can also do a 'snmpget' from nexenta and fetch some data with an OID of the UPS. i.e.: root at nexenta1:/# snmpget -v1 -c public <ip-of-ups> .1.3.6.1.4.1.534.1.6.1.0 SNMPv2-SMI::enterprises.534.1.6.1.0 = INTEGER: 35 (which is the battery temp) If anyone could point me in the right direction, how to debug furt...
2014 Oct 02
0
Socomec ITYS 3000 + Netvision upsmon output
...590, then that revision was supposed to set the status to OL if the numeric state was 9 for ECO mode. It does not appear to do that: >> >> https://github.com/networkupstools/nut/commit/9cb2de3d9568aa382cc118b4385d97d5664c457b >> >> Is your UPS set to ECO mode? Can you do a snmpget on .1.3.6.1.4.1.4555.1.1.1.1.4.1.0? >> > UPS is on inverter, not ECO mode, > > snmpget -v1 -c public 192.168.xxx.xxx .1.3.6.1.4.1.4555.1.1.1.1.4.1.0 > SNMPv2-SMI::enterprises.4555.1.1.1.1.4.1.0 = INTEGER: 2 2 also is explicitly mapped to "". I'm wondering if your...
2023 Mar 27
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
...my UPS (NMC per say) sends its state by OID > 1.3.6.1.4.1.318.1.1.1.11.1.1.0 > .iso.org.dod.internet.private.enterprises.apc.products.hardware.ups.upsState.upsBasicState.upsBasicStateOutputState.0 > = 0001010000000000001000000000000000000000000000000000000000000000 > (mib used for this snmpget was powernet441.mib) > (I got a description about each bit here, 4th bit is for OnLine, 6th > stands for Serial Communication Established, 19th is "On") > > Then I ran tcpdump grepping for this kind of OID. First using > snmpget/snmpwalk, then using upsc asking for ups.stat...
2013 Jan 29
1
SNMPv3
...0.047231 SNMP UPS driver : entering load_mib2nut(apcc) 0.047243 load_mib2nut: trying classic method with 'apcc' mib 0.047248 Entering nut_snmp_get_str() 0.047252 nut_snmp_get(.1.3.6.1.4.1.318.1.1.1.1.1.1.0) 0.051083 Unknown mibs value: apcc Doesn't look good. But if we use snmpget from the net-snmp package it works. snmpget -Cf -v 3 -u tfsnmpprof1 -l authPriv -a MD5 -A ralow6moHet7zoboP8 \ -x AES -X tuseL8Pakaz9degim7 tfapc01 .1.3.6.1.4.1.318.1.1.1.1.1.1.0 No log handling enabled - turning on stderr logging SNMPv2-SMI::enterprises.318.1.1.1.1.1.1.0 = STRING: "SMART-UPS...
2023 Mar 29
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
...say) sends its state by OID >> 1.3.6.1.4.1.318.1.1.1.11.1.1.0 >> .iso.org.dod.internet.private.enterprises.apc.products.hardware.ups.upsState.upsBasicState.upsBasicStateOutputState.0 >> = 0001010000000000001000000000000000000000000000000000000000000000 >> (mib used for this snmpget was powernet441.mib) >> (I got a description about each bit here, 4th bit is for OnLine, 6th >> stands for Serial Communication Established, 19th is "On") >> >> Then I ran tcpdump grepping for this kind of OID. First using >> snmpget/snmpwalk, then using upsc...
2004 May 24
5
monitoring classes
Greetings all, I''ve been searching high and low for any inkling of how people are monitoring classes for long term usage data. I''m thinking something along a script to collect the data for mrtg or perhaps even an snmp module that would present them as interfaces to be polled....has anyone done any work in this area? John Dunning Assistant Director Net & Tech Svcs Wayne
2010 Dec 21
5
Graphing System Load MRTG
I check system load like so: [root at server cron.daily]# w 10:07:33 up 4 days, 15:01, 2 users, load average: 4.22, 3.17, 3.09 I would like to to graph the 3.17 5 minute average with MRTG. Anyone know of some examples of doing this?
2023 Mar 30
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
...state by >>> OID 1.3.6.1.4.1.318.1.1.1.11.1.1.0 >>> .iso.org.dod.internet.private.enterprises.apc.products.hardware.ups.upsState.upsBasicState.upsBasicStateOutputState.0 >>> = 0001010000000000001000000000000000000000000000000000000000000000 >>> (mib used for this snmpget was powernet441.mib) >>> (I got a description about each bit here, 4th bit is for OnLine, 6th >>> stands for Serial Communication Established, 19th is "On") >>> >>> Then I ran tcpdump grepping for this kind of OID. First using >>> snmpget/snmpw...
2014 Oct 02
0
Socomec ITYS 3000 + Netvision upsmon output
...understand the commit log for SVN r3590, then that revision was supposed to set the status to OL if the numeric state was 9 for ECO mode. It does not appear to do that: https://github.com/networkupstools/nut/commit/9cb2de3d9568aa382cc118b4385d97d5664c457b Is your UPS set to ECO mode? Can you do a snmpget on .1.3.6.1.4.1.4555.1.1.1.1.4.1.0? -- Charles Lepple clepple at gmail
2014 Oct 01
2
Socomec ITYS 3000 + Netvision upsmon output
Hi, I have UPS Socomec ITYS 3000 with Netvision card. OS is Centos 6.5 64-bit. NUT installed with yum,. nut-2.6.5-2.el6.x86_64 nut-client-2.6.5-2.el6.x86_64 Why is ups.status empty? Here is upsc output: upsc myups at localhost battery.charge: 97.00 battery.runtime: -60.00 battery.voltage: -0.10 device.mfr: Net Vision v6.01 (SN 0101414290) device.model: ITYS 3 kVA device.serial: 3I14450043