Displaying 20 results from an estimated 1000 matches similar to: "One for the Cisco experts..."
2014 Oct 02
2
Socomec ITYS 3000 + Netvision upsmon output
On 02.10.2014 03:42, Charles Lepple wrote:
> On Oct 1, 2014, at 5:07 AM, Tarvo.Tiits at automaatika.ee wrote:
>
>> Why is ups.status empty?
> If I 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:
>
>
2014 Oct 02
0
Socomec ITYS 3000 + Netvision upsmon output
On Oct 2, 2014, at 1:53 AM, Tarvo Tiits <Tarvo.Tiits at automaatika.ee> wrote:
> On 02.10.2014 03:42, Charles Lepple wrote:
>> On Oct 1, 2014, at 5:07 AM, Tarvo.Tiits at automaatika.ee wrote:
>>
>>> Why is ups.status empty?
>> If I 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
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.
2014 Feb 13
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
[Please keep the list CC'd. Thanks!]
On Feb 13, 2014, at 4:55 AM, ??? ????? wrote:
> Can you try adding "-v 1" to the snmpwalk command? If that works, we can add it to gen-snmp-subdriver.sh.
>
> Yes, I tried it before, ran command "snmpwalk -v 1 -On -c public 10.200.254.39 .1.3.6.1.4.1.935"
>
> Output:
> .1.3.6.1.4.1.935 = NULL
> Error: OID not
2023 Mar 09
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
I've got an update on this case
Using tkmib 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
2023 Mar 27
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
So what would it take me to edit NUT's code for my case to work? My Network
Management Card sends its output state using unfortunately only (I guess
so) this OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
Weirdly the standard way of obtaining Battery Status
(drivers/apc-mib.c) 1.3.6.1.4.1.318.1.1.1.2.1.1.0
gives me good results.
Unfortunately power status OID's value type differs (my: 64 digits
2023 Mar 29
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
One good intro to this is
https://github.com/networkupstools/nut/blob/master/docs/snmp-subdrivers.txt
although it focuses on adding new subdrivers - but more or less the same
workflow applies to extending existing ones. Sometimes it helps to generate
a new one for a currently-partially-supported device, and then compare with
existing subdriver (using meld or similar GUI helps a lot) to port the
2023 Mar 30
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
Well thanks,
The solution for my problem was kinda easy (still need some testing
though): found out my ups status is a string, so then I changed the way
snmp-ups.c gets the status.
Had to change *nut_snmp_get_int *to *nut_snmp_get_str *at around line 3470,
then grab fourth char out, use *strtol *function to then send it to
*su_status_set
*function.
I created my copy of *apc-mib.c *with my OID at
2004 Jun 19
7
QoS net-snmp ?
Hi
I''ve patched net-mrtg http://www.net-snmp.org/
with http://x-ray.prokon.cz/data/snmp/
sucefully
Also I''ve copied QOS.TXT to /usr/local/share/snmp/mibs
when I make a normal use of snmp, with mrtg in order
to monitor all traffic on eth0 and eth1, it works
OK.
But, how must I do in order to get monitor for a
specific class ?
If I make a snmpwalk (like README suggest), I get
2008 Aug 08
1
can't get Ethernet SNMP information
Hi all,
I hope someone can help me with this one.
I'm trying to graph all traffic on the localhost's network card with Cacti.
>From what I understand I should use SNMP to query the traffic, but I can't
seem to get SNMP info for the network interface.
I have installed all the necessary snmp tools, "yum install snmpd net-snmp
net-snmp-utils net-snmp-devel net-snmpt-libs "
2014 Feb 10
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
On Feb 10, 2014, at 1:16 AM, ??? ????? wrote:
> Thanks for you reply. Concerning the subscribtion list, I have earlier filled in the fields and sent request to subscribe to this list, but still haven't got an answer.
I added you manually, but check your spam folder just in case it ended up there.
> Yes, I do have a MIB file that was on CD that came with the UPS, attached it to this
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
Hi,
i'm running CentOS 6.0 on my server and installed mrtg from the
rpm-package mrtg-2.16.2 .
I also installed the depending packages perl-IO-Socket-INET6
perl-Socket6 ....
mrtg works fine with IPV4-Addresses. When i specify a Target by
IPV6-Address (or hostname resolving to a V6-address) mrtg fails.
Here i have a small sample-config for V4 which is working:
LogDir: /tmp
ThreshDir: /tmp
2014 Feb 14
2
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
> Does it have the same behavior if you start from .1.3.6.1.4.1.935*.1* or .
> 1.3.6.1.4.1.935.1.1? If not, no worries - see below.
>
> Yes, says "Timeout: No Response from 10.200.254.39", Ok.
> .....
>
>
>> The important part of "mode 2" is to have the output of snmpwalk. It is
>> possible to query each OID, and manually build the *-mib.c
2014 Feb 07
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
Hi, Nut-upsusers,
I am having problem configuring NUT to work with Tripplite UPS through SNMP.
There is a Tripplite SmartOnline SU10KRT3/1X and attempts to monitor it
using NUT though SNMP are failing...
OS: Enterprise Linux 6, Nut version: 2.6.5.
ups.conf is configured:
[trippliteups]
driver = snmp-ups
port = 10.200.254.39
desc = "ProductionServer"
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
2014 Oct 02
0
Socomec ITYS 3000 + Netvision upsmon output
On Oct 1, 2014, at 5:07 AM, Tarvo.Tiits at automaatika.ee wrote:
> Why is ups.status empty?
If I 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
2011 Nov 07
1
Nexenta: "load_mib2nut: using pw mib" package / config / or firewall problem?
G'day
I'm currently using NUT on Debian squeeze box in the same subnet with an IBM
3000 HV (branded Eaton 5125 with Web/SNMP card), now I wanted to get our
storage appliance running NexentaStor 3.1 set up to be using NUT too. Nexenta-
Stor is an OpenSolaris / illumos-based appliance OS currently using
NUT packages
from ubuntu hardy.
My question here is whether I'm running into a
-
2015 Aug 18
1
Liebert IntelliSlot Unity Card IS-UNITY-DP snmp UPS-MIB.upsIdentManufacturer '1.3.6.1.2.1.33.1.1.1.0' problem
OpenBSD 5.6
nut-2.7.2 (bin package)
Liebert IntelliSlot Unity Card IS-UNITY-DP
ups.conf:
......
? mibs = ietf
? snmp_version = v1
......
The problem is that the card responds to other snmp (v1,2c,3) requests normally but not to the 1.3.6.1.2.1.33.1.1.1.0 (UPS-MIB.upsIdentManufacturer).
# snmp-ups -a laes2ups -DDDDDDD
Network UPS Tools - Generic SNMP UPS driver 0.72 (2.7.2)
?? 0.000000???? debug
2013 Jan 29
1
SNMPv3
nut-2.6.5
Scientific Linux 6.3
APC AP9630 management card
My basic question is, does nut's SNMPv3 implementation work?
I have this in /etc/ups/ups.conf
......
[tfapc01]
driver = snmp-ups
port = tfapc01.testfest.ixorg.org
mibs = apcc
snmp_version = v3
secLevel = authPriv
secName = tfsnmpprof1
authPassword = ralow6moHet7zoboP8
privPassword = tuseL8Pakaz9degim7
authProtocol=MD5
2010 Dec 29
5
Network communication between hosts
Hi,
I need advice about developing C++ program. I need to develop 2 application which must communicate via network using SSL encryption. The problem is in which format to exchange the data. I can use XML format to exchange data between the hosts but a lot traffic will be generated. What are the usual practices to exchange data between the hosts?
Regards
Peter
-------------- next part