Hi David,

Given below is my understanding

Table
-----------
The label will end with Table meaning, xxxTable.
It will have exactly one child which will be xxxEntry

Row
----
It will have label as xxxEntry
Its Parent will have a label xxxTable

Scalar
--------
The Parent will not have xxxEntry

Column
-----
Can you please explain this again?

Regards,
Sowmya



-----Original Message-----
From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf 
Of Dave Shield
Sent: Thursday, May 14, 2009 1:15 PM
To: Sowmya P Venkatesh
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: Clarification Needed

2009/5/14 Sowmya P Venkatesh <svenkat...@ixiacom.com>:
> I would like to Classify a MobNode as Table,Row,Column and Scalar.

MIB tables are always defined as a three-level heirarchy.

There will be a MIB object called   xxxTable,
    with a syntax of   "SEQUENCE of XxxEntry"
    This is the table node.

This will have exactly one child, called   xxxEntry
    with a syntax of  XxxEntry,   and an OID of  "{ xxxTable 1}"
    This is the row node

This will have several children, as listed in the XxxEntry definition.
   These are the column nodes.


Any (leaf) MIB object that is not part of a table, is a scalar node.

All of these will be defined using OBJECT-TYPE, and neither
scalar nor column objects can have children.

If that's not what you wanted to know, then you're going
to have to be more specific.

Dave

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to