mibble-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Mibble-users] problems with ATM-MIB and ATM-TC-MIB!?


From: Thomas Åhlén
Subject: Re: Re: [Mibble-users] problems with ATM-MIB and ATM-TC-MIB!?
Date: Wed, 11 Aug 2004 16:26:57 +0200

Just happy to help find them bugs :).

Some more issues of same cause as my last post I think:

These Nodes doesn't exist in MIB definitions but there are childs to them
defined in the MIB's.

iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).snmpDot3RptrMgt(22).0
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).transmission(10).adslMIB(9
4).adslLineMib(1).adslTraps(2).adslAtucTraps(1).0
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).transmission(10).adslMIB(9
4).adslLineMib(1).adslTraps(2).adslAturTraps(2).0

like:
rptrInfoHealth NOTIFICATION-TYPE
.
.
    ::= { snmpDot3RptrMgt 0 4 }

rptrInfoResetEvent NOTIFICATION-TYPE
.
.
::= { snmpDot3RptrMgt 0 5 }

Only one child for each node will be stored in the OID tree the rest will be
discarded.

-------------------------------------

Have just been playing with mibble for some days.. a really well designed
piece of software :).
I just started on a java source builder to convert the OID tree to a java
class structure.

My plan is that this new class structure can be used when accessing snmp
devices making the OID structure
invisible to the user/programmer.

The class structure would be something like this.

class Interfaces
    int ifNumber;
    ArrayList ifEntryList;

    public IfEntry[] getIfEntries();

class IfEntry
    private long ifOutOctets;
    .
    .
    public long getIfOutOctets();


will release it under GNU GPL when i'm done.

Thanks
-Thomas Åhlén





reply via email to

[Prev in Thread] Current Thread [Next in Thread]