Hi Dave,

How to define a MIB for the following structure.

.privete(4).enterprise(1).abc(16142).newyork(3).machine(1).app(4).noOfMessag
esPending;
.privete(4).enterprise(1).abc(16142).newyork(3).machine(1).app(4).noOfMessag
esSent;

.privete(4).enterprise(1).abc(16142).newyork(3).machine(1).app(3).
noOfMessagesPending;
.privete(4).enterprise(1).abc(16142).newyork(3).machine(1).app(3).
noOfMessagesSent;

...

-----newyork(3)
        |
        ------machine(1)
                |
                ------app(3)
                        |
                        ------ noOfMessagesPending;
                        ------ noOfMessagesSent;
                ------app(4)
                                |
                        ------ noOfMessagesPending;
                        ------ noOfMessagesSent;

Leaf nodes are common for ever app().
Request you to kindly help me to define the MIB. 
And which config file is best to generate code using mib2c for this
structure.

regards
Prakash


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to