Re: SNMP Data Collection on ifIndex > 2^31

Ian MacDonald <[email protected]> Tue, 30 Oct 2018 23:37:53 -0400
Newsgroups gmane.network.opennms.general
Message-ID <CAFJzfF9VCdhwGjv+=_OHShg4NRGvvwsr5YvVPGPEGoY08z-yTA@mail.gmail.com>
--===============8731330137840825698==
Content-Type: multipart/alternative; boundary="000000000000ab3fba05797e07ab"

--000000000000ab3fba05797e07ab
Content-Type: text/plain; charset="UTF-8"

David,

Thanks for the feedback.

On Mon, Oct 29, 2018 at 9:16 PM David Hustace <[email protected]> wrote:

> > The CPE access interfaces however have much higher ifIndex numbers (seen
> in snmpwalk immediately below) which appear as negative integers as the
> ifIndex
>
> From the RFC it seems index values are to be non-negative so I'm assuming
> that's making the underlying protocol library (SNMP4J) very unhappy and the
> manager (OpenNMS) is calling "no joy".
>

I agree it seemed like an obvious stretch of the RFC to accommodate very
large interface numbers by using all 32 bits of the non-negative integer
space.   It might be worthwhile to consider this stretching of the RFC to
support a very large number of ports.

On Tue, Oct 30, 2018 at 5:17 AM Seibold, Michael <[email protected]>
wrote:

> It seems that when writing the RFC they didn't expect such high index
> numbers. Otherwise they should have written more detailed "unsigned 32 bit
> integer". As they wrote "this works only for non-negative numbers" they
> obviously limited the ifindex range to 0 - 2^31.
>
> So I assume that somewhere in the code 32-bit signed integers are used,
> which will lead to the observed negative numbers. Using 32-bit unsigned
> integers should avoid this problem, but might also be seen as a violation
> of the RFC.
> It would be interesting if the underlying SNMP4J and other snmp stacks are
> using unsigned integers or not. As the manufacturer probably uses some free
> available snmp stack this one obviously is coded with unsigned integers.


It would seem that the unsigned integer does get some joy, as we can see
the mib-2 data being parsed by collectd for the interfaces with ifIndex >
2^31 ; I shows a small excerpt from debug in my initial post

It almost looks like the only issue might be the be the value of the
initial OID instance of the ifIndex which uses the signed integers as a
value even though the same ifIndex appears unsigned in the same OID
identifier.

Maybe a cast of the ifIndex to an unsigned value (which would match the RFC
requirement) would solve the issue - it seems that collectd has no trouble
with the unsiged int values and all the OID identifiers use an unsigned
value.  I suspect this would solve a similar issue for the GPON boards as
well, if it worked.

cheers,
Ian

~$ snmpwalk -cXXXXXXXXX -v2c 10.1.1.94 | grep 4160757760
IF-MIB::ifIndex.4160757760 = INTEGER: -134209536
IF-MIB::ifDescr.4160757760 = STRING: Huawei-MA5616-V800R018-VDSL
IF-MIB::ifType.4160757760 = INTEGER: vdsl2(251)
IF-MIB::ifMtu.4160757760 = INTEGER: 0
IF-MIB::ifSpeed.4160757760 = Gauge32: 200000000
IF-MIB::ifPhysAddress.4160757760 = STRING: 0:0:0:0:0:0
IF-MIB::ifAdminStatus.4160757760 = INTEGER: up(1)
IF-MIB::ifOperStatus.4160757760 = INTEGER: up(1)
IF-MIB::ifLastChange.4160757760 = Timeticks: (169555985) 19 days,
14:59:19.85
IF-MIB::ifInOctets.4160757760 = Counter32: 2979832157
IF-MIB::ifInUcastPkts.4160757760 = Counter32: 0
IF-MIB::ifInNUcastPkts.4160757760 = Counter32: 0
IF-MIB::ifInDiscards.4160757760 = Counter32: 0
IF-MIB::ifInErrors.4160757760 = Counter32: 0
IF-MIB::ifInUnknownProtos.4160757760 = Counter32: 0
IF-MIB::ifOutOctets.4160757760 = Counter32: 1076222843
IF-MIB::ifOutUcastPkts.4160757760 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4160757760 = Counter32: 0
IF-MIB::ifOutDiscards.4160757760 = Counter32: 0
IF-MIB::ifOutErrors.4160757760 = Counter32: 0
IF-MIB::ifOutQLen.4160757760 = Gauge32: 4294967295
IF-MIB::ifSpecific.4160757760 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-SMI::transmission.94.1.1.65538.1.1.4160757760 = INTEGER: 255
SNMPv2-SMI::transmission.94.1.1.65538.1.2.4160757760 = INTEGER: 0
SNMPv2-SMI::transmission.94.1.1.65538.1.4.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::transmission.94.1.1.65538.1.5.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::transmission.94.1.1.65538.1.6.4160757760 = INTEGER: 2
SNMPv2-SMI::transmission.94.1.1.65538.1.7.4160757760 = Counter32: 3069875
SNMPv2-SMI::transmission.94.1.1.65538.1.8.4160757760 = INTEGER: 1
SNMPv2-SMI::transmission.94.1.1.65538.1.600.4160757760 = INTEGER: 1
SNMPv2-SMI::transmission.94.1.1.65538.1.601.4160757760 = INTEGER: -1
SNMPv2-SMI::transmission.94.1.1.65538.1.702.4160757760 = Hex-STRING: 07 E2
09 19 0A 26 2E 00 2D 04 00
SNMPv2-SMI::transmission.94.1.1.65538.1.703.4160757760 = Hex-STRING: 07 E2
09 19 0A 25 27 00 2D 04 00
SNMPv2-SMI::transmission.94.1.1.65551.1.1.4160757760 = INTEGER: -1
SNMPv2-SMI::transmission.94.1.1.65551.1.2.4160757760 = INTEGER: -1
IF-MIB::ifName.4160757760 = STRING: VDSL 0/1/0
IF-MIB::ifInMulticastPkts.4160757760 = Counter32: 0
IF-MIB::ifInBroadcastPkts.4160757760 = Counter32: 0
IF-MIB::ifOutMulticastPkts.4160757760 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.4160757760 = Counter32: 0
IF-MIB::ifHCInOctets.4160757760 = Counter64: 7276592905
IF-MIB::ifHCInUcastPkts.4160757760 = Counter64: 0
IF-MIB::ifHCInMulticastPkts.4160757760 = Counter64: 0
IF-MIB::ifHCInBroadcastPkts.4160757760 = Counter64: 0
IF-MIB::ifHCOutOctets.4160757760 = Counter64: 121390831116
IF-MIB::ifHCOutUcastPkts.4160757760 = Counter64: 0
IF-MIB::ifHCOutMulticastPkts.4160757760 = Counter64: 0
IF-MIB::ifHCOutBroadcastPkts.4160757760 = Counter64: 0
IF-MIB::ifLinkUpDownTrapEnable.4160757760 = INTEGER: disabled(2)
IF-MIB::ifHighSpeed.4160757760 = Gauge32: 200
IF-MIB::ifPromiscuousMode.4160757760 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.4160757760 = INTEGER: true(1)
IF-MIB::ifAlias.4160757760 = STRING:
IF-MIB::ifCounterDiscontinuityTime.4160757760 = Timeticks: (0) 0:00:00.00
SNMPv2-SMI::mib-2.158.1.1.1.1.4160757760 = INTEGER: 2
SNMPv2-SMI::mib-2.158.1.1.1.2.4160757760 = INTEGER: 1
SNMPv2-SMI::mib-2.158.1.1.1.3.4160757760 = INTEGER: 2
SNMPv2-SMI::mib-2.158.1.1.1.4.4160757760 = Gauge32: 1514
SNMPv2-SMI::mib-2.158.1.1.1.5.4160757760 = Gauge32: 0
SNMPv2-SMI::mib-2.158.1.1.1.6.4160757760 = STRING: " "
SNMPv2-SMI::mib-2.158.1.2.1.1.4160757760 = Hex-STRING: 00 00 00 00 00 00
SNMPv2-SMI::mib-2.158.1.2.1.2.4160757760 = Hex-STRING: 00 00 00
SNMPv2-SMI::mib-2.158.1.2.1.3.4160757760 = Gauge32: 0
SNMPv2-SMI::mib-2.158.1.2.1.4.4160757760 = INTEGER: 3
SNMPv2-SMI::mib-2.158.1.2.1.5.4160757760 = Gauge32: 0
SNMPv2-SMI::mib-2.158.1.2.1.6.4160757760 = Gauge32: 0
SNMPv2-SMI::mib-2.158.1.2.1.7.4160757760 = Hex-STRING: 00
SNMPv2-SMI::mib-2.158.1.3.1.1.4160757760 = INTEGER: 1
SNMPv2-SMI::mib-2.158.1.3.1.2.4160757760 = INTEGER: 1
SNMPv2-SMI::mib-2.158.1.4.1.1.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.2.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.3.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.4.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.5.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.6.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.7.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.8.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.9.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.10.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.11.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.12.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.13.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.14.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.15.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.16.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.4.1.17.4160757760 = Counter32: 0
SNMPv2-SMI::mib-2.158.1.5.1.1.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::mib-2.158.1.5.1.2.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::mib-2.158.1.5.1.3.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::mib-2.158.1.5.1.4.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::mib-2.158.1.5.1.5.4160757760 = INTEGER: 2
SNMPv2-SMI::mib-2.158.1.5.1.6.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::mib-2.158.1.5.1.7.4160757760 = Gauge32: 4294967295
SNMPv2-SMI::mib-2.158.1.5.1.8.4160757760 = INTEGER: 2
SNMPv2-SMI::mib-2.158.1.5.1.9.4160757760 = Gauge32: 10
SNMPv2-SMI::mib-2.158.1.5.1.10.4160757760 = Gauge32: 1
SNMPv2-SMI::mib-2.158.1.5.1.11.4160757760 = INTEGER: 2
SNMPv2-SMI::mib-2.158.1.5.1.12.4160757760 = INTEGER: 100
SNMPv2-SMI::mib-2.158.1.5.1.13.4160757760 = INTEGER: 1
SNMPv2-SMI::mib-2.158.1.5.1.14.4160757760 = INTEGER: 2
SNMPv2-SMI::mib-2.158.1.5.1.15.4160757760 = INTEGER: 2
SNMPv2-SMI::mib-2.158.1.5.1.16.4160757760 = INTEGER: 2

--000000000000ab3fba05797e07ab
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr">David,=C2=A0</div><div d=
ir=3D"ltr"><br></div><div dir=3D"ltr">Thanks for the feedback.<br><div><br>=
</div><div>On Mon, Oct 29, 2018 at 9:16 PM David Hustace &lt;<a href=3D"mai=
lto:[email protected]">[email protected]</a>&gt; wrote:<br></div><blockquot=
e class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px s=
olid rgb(204,204,204);padding-left:1ex">&gt; The CPE access interfaces howe=
ver have much higher ifIndex numbers (seen in snmpwalk immediately below) w=
hich appear as negative integers as the ifIndex<br><br>From the RFC it seem=
s index values are to be non-negative so I&#39;m assuming that&#39;s making=
 the underlying protocol library (SNMP4J) very unhappy and the manager (Ope=
nNMS) is calling &quot;no joy&quot;.<br></blockquote><div>=C2=A0</div><div>=
<div>I agree it seemed like an obvious stretch of the RFC to accommodate ve=
ry large interface numbers by using all 32 bits of the non-negative integer=
 space.=C2=A0 =C2=A0It might be worthwhile to consider this stretching of t=
he RFC to support a very large number of ports.</div><div><br></div></div><=
div><div dir=3D"ltr">On Tue, Oct 30, 2018 at 5:17 AM Seibold, Michael &lt;<=
a href=3D"mailto:[email protected]">[email protected]</a>&gt; w=
rote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0p=
x 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It seems t=
hat when writing the RFC they didn&#39;t expect such high index numbers. Ot=
herwise they should have written more detailed &quot;unsigned 32 bit intege=
r&quot;. As they wrote &quot;this works only for non-negative numbers&quot;=
 they obviously limited the ifindex range to 0 - 2^31.<br><br>So I assume t=
hat somewhere in the code 32-bit signed integers are used, which will lead =
to the observed negative numbers. Using 32-bit unsigned integers should avo=
id this problem, but might also be seen as a violation of the RFC.<br>It wo=
uld be interesting if the underlying SNMP4J and other snmp stacks are using=
 unsigned integers or not. As the manufacturer probably uses some free avai=
lable snmp stack this one obviously is coded with unsigned integers.</block=
quote></div><div><br></div><div>It would seem that the unsigned integer doe=
s get some joy, as we can see the mib-2 data being parsed by collectd for t=
he interfaces with ifIndex &gt; 2^31 ; I shows a small excerpt from debug i=
n my initial post</div><div><br></div><div>It almost looks like the only is=
sue might be the be the value of the initial OID instance of the ifIndex wh=
ich uses the signed integers as a value even though the same ifIndex appear=
s unsigned in the same OID identifier.=C2=A0</div><div><br></div><div>Maybe=
 a cast of the ifIndex to an unsigned value (which would match the RFC requ=
irement) would solve the issue - it seems that collectd has no trouble with=
 the unsiged int values and all the OID identifiers use an unsigned value.=
=C2=A0 I suspect this would solve a similar issue for the GPON boards as we=
ll, if it worked.=C2=A0=C2=A0</div><div><br></div><div>cheers,</div><div>Ia=
n</div><div><br></div><div><div>~$ snmpwalk -cXXXXXXXXX -v2c 10.1.1.94 | gr=
ep 4160757760</div><div>IF-MIB::ifIndex.4160757760 =3D INTEGER: -134209536<=
/div><div>IF-MIB::ifDescr.4160757760 =3D STRING: Huawei-MA5616-V800R018-VDS=
L</div><div>IF-MIB::ifType.4160757760 =3D INTEGER: vdsl2(251)</div><div>IF-=
MIB::ifMtu.4160757760 =3D INTEGER: 0</div><div>IF-MIB::ifSpeed.4160757760 =
=3D Gauge32: 200000000</div><div>IF-MIB::ifPhysAddress.4160757760 =3D STRIN=
G: 0:0:0:0:0:0</div><div>IF-MIB::ifAdminStatus.4160757760 =3D INTEGER: up(1=
)</div><div>IF-MIB::ifOperStatus.4160757760 =3D INTEGER: up(1)</div><div>IF=
-MIB::ifLastChange.4160757760 =3D Timeticks: (169555985) 19 days, 14:59:19.=
85</div><div>IF-MIB::ifInOctets.4160757760 =3D Counter32: 2979832157</div><=
div>IF-MIB::ifInUcastPkts.4160757760 =3D Counter32: 0</div><div>IF-MIB::ifI=
nNUcastPkts.4160757760 =3D Counter32: 0</div><div>IF-MIB::ifInDiscards.4160=
757760 =3D Counter32: 0</div><div>IF-MIB::ifInErrors.4160757760 =3D Counter=
32: 0</div><div>IF-MIB::ifInUnknownProtos.4160757760 =3D Counter32: 0</div>=
<div>IF-MIB::ifOutOctets.4160757760 =3D Counter32: 1076222843</div><div>IF-=
MIB::ifOutUcastPkts.4160757760 =3D Counter32: 0</div><div>IF-MIB::ifOutNUca=
stPkts.4160757760 =3D Counter32: 0</div><div>IF-MIB::ifOutDiscards.41607577=
60 =3D Counter32: 0</div><div>IF-MIB::ifOutErrors.4160757760 =3D Counter32:=
 0</div><div>IF-MIB::ifOutQLen.4160757760 =3D Gauge32: 4294967295</div><div=
>IF-MIB::ifSpecific.4160757760 =3D OID: SNMPv2-SMI::zeroDotZero</div><div>S=
NMPv2-SMI::transmission.94.1.1.65538.1.1.4160757760 =3D INTEGER: 255</div><=
div>SNMPv2-SMI::transmission.94.1.1.65538.1.2.4160757760 =3D INTEGER: 0</di=
v><div>SNMPv2-SMI::transmission.94.1.1.65538.1.4.4160757760 =3D Gauge32: 42=
94967295</div><div>SNMPv2-SMI::transmission.94.1.1.65538.1.5.4160757760 =3D=
 Gauge32: 4294967295</div><div>SNMPv2-SMI::transmission.94.1.1.65538.1.6.41=
60757760 =3D INTEGER: 2</div><div>SNMPv2-SMI::transmission.94.1.1.65538.1.7=
.4160757760 =3D Counter32: 3069875</div><div>SNMPv2-SMI::transmission.94.1.=
1.65538.1.8.4160757760 =3D INTEGER: 1</div><div>SNMPv2-SMI::transmission.94=
.1.1.65538.1.600.4160757760 =3D INTEGER: 1</div><div>SNMPv2-SMI::transmissi=
on.94.1.1.65538.1.601.4160757760 =3D INTEGER: -1</div><div>SNMPv2-SMI::tran=
smission.94.1.1.65538.1.702.4160757760 =3D Hex-STRING: 07 E2 09 19 0A 26 2E=
 00 2D 04 00=C2=A0</div><div>SNMPv2-SMI::transmission.94.1.1.65538.1.703.41=
60757760 =3D Hex-STRING: 07 E2 09 19 0A 25 27 00 2D 04 00=C2=A0</div><div>S=
NMPv2-SMI::transmission.94.1.1.65551.1.1.4160757760 =3D INTEGER: -1</div><d=
iv>SNMPv2-SMI::transmission.94.1.1.65551.1.2.4160757760 =3D INTEGER: -1</di=
v><div>IF-MIB::ifName.4160757760 =3D STRING: VDSL 0/1/0</div><div>IF-MIB::i=
fInMulticastPkts.4160757760 =3D Counter32: 0</div><div>IF-MIB::ifInBroadcas=
tPkts.4160757760 =3D Counter32: 0</div><div>IF-MIB::ifOutMulticastPkts.4160=
757760 =3D Counter32: 0</div><div>IF-MIB::ifOutBroadcastPkts.4160757760 =3D=
 Counter32: 0</div><div>IF-MIB::ifHCInOctets.4160757760 =3D Counter64: 7276=
592905</div><div>IF-MIB::ifHCInUcastPkts.4160757760 =3D Counter64: 0</div><=
div>IF-MIB::ifHCInMulticastPkts.4160757760 =3D Counter64: 0</div><div>IF-MI=
B::ifHCInBroadcastPkts.4160757760 =3D Counter64: 0</div><div>IF-MIB::ifHCOu=
tOctets.4160757760 =3D Counter64: 121390831116</div><div>IF-MIB::ifHCOutUca=
stPkts.4160757760 =3D Counter64: 0</div><div>IF-MIB::ifHCOutMulticastPkts.4=
160757760 =3D Counter64: 0</div><div>IF-MIB::ifHCOutBroadcastPkts.416075776=
0 =3D Counter64: 0</div><div>IF-MIB::ifLinkUpDownTrapEnable.4160757760 =3D =
INTEGER: disabled(2)</div><div>IF-MIB::ifHighSpeed.4160757760 =3D Gauge32: =
200</div><div>IF-MIB::ifPromiscuousMode.4160757760 =3D INTEGER: true(1)</di=
v><div>IF-MIB::ifConnectorPresent.4160757760 =3D INTEGER: true(1)</div><div=
>IF-MIB::ifAlias.4160757760 =3D STRING:=C2=A0</div><div>IF-MIB::ifCounterDi=
scontinuityTime.4160757760 =3D Timeticks: (0) 0:00:00.00</div><div>SNMPv2-S=
MI::mib-2.158.1.1.1.1.4160757760 =3D INTEGER: 2</div><div>SNMPv2-SMI::mib-2=
.158.1.1.1.2.4160757760 =3D INTEGER: 1</div><div>SNMPv2-SMI::mib-2.158.1.1.=
1.3.4160757760 =3D INTEGER: 2</div><div>SNMPv2-SMI::mib-2.158.1.1.1.4.41607=
57760 =3D Gauge32: 1514</div><div>SNMPv2-SMI::mib-2.158.1.1.1.5.4160757760 =
=3D Gauge32: 0</div><div>SNMPv2-SMI::mib-2.158.1.1.1.6.4160757760 =3D STRIN=
G: &quot; &quot;</div><div>SNMPv2-SMI::mib-2.158.1.2.1.1.4160757760 =3D Hex=
-STRING: 00 00 00 00 00 00=C2=A0</div><div>SNMPv2-SMI::mib-2.158.1.2.1.2.41=
60757760 =3D Hex-STRING: 00 00 00=C2=A0</div><div>SNMPv2-SMI::mib-2.158.1.2=
.1.3.4160757760 =3D Gauge32: 0</div><div>SNMPv2-SMI::mib-2.158.1.2.1.4.4160=
757760 =3D INTEGER: 3</div><div>SNMPv2-SMI::mib-2.158.1.2.1.5.4160757760 =
=3D Gauge32: 0</div><div>SNMPv2-SMI::mib-2.158.1.2.1.6.4160757760 =3D Gauge=
32: 0</div><div>SNMPv2-SMI::mib-2.158.1.2.1.7.4160757760 =3D Hex-STRING: 00=
=C2=A0</div><div>SNMPv2-SMI::mib-2.158.1.3.1.1.4160757760 =3D INTEGER: 1</d=
iv><div>SNMPv2-SMI::mib-2.158.1.3.1.2.4160757760 =3D INTEGER: 1</div><div>S=
NMPv2-SMI::mib-2.158.1.4.1.1.4160757760 =3D Counter32: 0</div><div>SNMPv2-S=
MI::mib-2.158.1.4.1.2.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib=
-2.158.1.4.1.3.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.=
1.4.1.4.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.1.4.1.5=
.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.1.4.1.6.416075=
7760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.1.4.1.7.4160757760 =
=3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.1.4.1.8.4160757760 =3D Cou=
nter32: 0</div><div>SNMPv2-SMI::mib-2.158.1.4.1.9.4160757760 =3D Counter32:=
 0</div><div>SNMPv2-SMI::mib-2.158.1.4.1.10.4160757760 =3D Counter32: 0</di=
v><div>SNMPv2-SMI::mib-2.158.1.4.1.11.4160757760 =3D Counter32: 0</div><div=
>SNMPv2-SMI::mib-2.158.1.4.1.12.4160757760 =3D Counter32: 0</div><div>SNMPv=
2-SMI::mib-2.158.1.4.1.13.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI:=
:mib-2.158.1.4.1.14.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2=
.158.1.4.1.15.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.1=
.4.1.16.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.1.4.1.1=
7.4160757760 =3D Counter32: 0</div><div>SNMPv2-SMI::mib-2.158.1.5.1.1.41607=
57760 =3D Gauge32: 4294967295</div><div>SNMPv2-SMI::mib-2.158.1.5.1.2.41607=
57760 =3D Gauge32: 4294967295</div><div>SNMPv2-SMI::mib-2.158.1.5.1.3.41607=
57760 =3D Gauge32: 4294967295</div><div>SNMPv2-SMI::mib-2.158.1.5.1.4.41607=
57760 =3D Gauge32: 4294967295</div><div>SNMPv2-SMI::mib-2.158.1.5.1.5.41607=
57760 =3D INTEGER: 2</div><div>SNMPv2-SMI::mib-2.158.1.5.1.6.4160757760 =3D=
 Gauge32: 4294967295</div><div>SNMPv2-SMI::mib-2.158.1.5.1.7.4160757760 =3D=
 Gauge32: 4294967295</div><div>SNMPv2-SMI::mib-2.158.1.5.1.8.4160757760 =3D=
 INTEGER: 2</div><div>SNMPv2-SMI::mib-2.158.1.5.1.9.4160757760 =3D Gauge32:=
 10</div><div>SNMPv2-SMI::mib-2.158.1.5.1.10.4160757760 =3D Gauge32: 1</div=
><div>SNMPv2-SMI::mib-2.158.1.5.1.11.4160757760 =3D INTEGER: 2</div><div>SN=
MPv2-SMI::mib-2.158.1.5.1.12.4160757760 =3D INTEGER: 100</div><div>SNMPv2-S=
MI::mib-2.158.1.5.1.13.4160757760 =3D INTEGER: 1</div><div>SNMPv2-SMI::mib-=
2.158.1.5.1.14.4160757760 =3D INTEGER: 2</div><div>SNMPv2-SMI::mib-2.158.1.=
5.1.15.4160757760 =3D INTEGER: 2</div><div>SNMPv2-SMI::mib-2.158.1.5.1.16.4=
160757760 =3D INTEGER: 2</div></div><div><br></div><div><br></div><div><br>=
</div><div><br></div><div><br></div></div></div></div>

--000000000000ab3fba05797e07ab--


--===============8731330137840825698==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============8731330137840825698==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
--===============8731330137840825698==--