does anyboady know to put the correct OID for input and output counter traffic for Alcatel-Lucent (NOKIA) (TIMOS)
7210 series
7450 series
775x series
thank you.
does anyboady know to put the correct OID for input and output counter traffic for Alcatel-Lucent (NOKIA) (TIMOS)
7210 series
7450 series
775x series
thank you.
They don’t support normal IF-MIB?
Yes they don’t. On cacti I use different OID to graph interface Alu devices. Need to know how to add a custom interface oid and query it to the Alu devices.
In that case we will need to add support for polling non if-mib interfaces and mapping those to the data we expect.
Can you provide an snmpwalk of the relevant MIB/OIDs that the device returns using pastebin and we can take a look.
hi laf,
sorry. shame on me.
after i doubled my TiMos seems having bug on old version 8.
need to upgrade it.
it seems librenms when query all interface statistics is using snmpwalk ( with array ) without specific ifindex.
when i try to snmpwalk the .1.3.6.1.2.1.31.1.1.1.10. the return is 0.
snmpwalk -v 2c -c mycom 10.100.x.1 .1.3.6.1.2.1.31.1.1.1.10 | grep 69304320
iso.3.6.1.2.1.31.1.1.1.10.69304320 = Counter64: 0
but after i query with specific ifindex.
snmpwalk -v 2c -c mycom 10.100.x.1 .1.3.6.1.2.1.31.1.1.1.10.69304320
iso.3.6.1.2.1.31.1.1.1.10.69304320 = Counter64: 152302089281594
what cacti doing is query the interface with snmpwalk with specific ifindex.
[ snmpwalk -v 2c -c mycom 10.100.x.1 .1.3.6.1.2.1.31.1.1.1.10.69304320
iso.3.6.1.2.1.31.1.1.1.10.69304320 = Counter64: 152300863385293 ]
apologize !