This is a discussion on Re: mib2c: external index and internal index within the SNMP Coders forums, part of the Networking and Network Related category; On Fri, 25 Feb 2005 14:59:55 -0800 (PST) Srinivas wrote: SA> could someone tell me....whats an ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, 25 Feb 2005 14:59:55 -0800 (PST) Srinivas wrote:
SA> could someone tell me....whats an externalindex and SA> whats an internalindex? I see there is a distinction SA> being made in mib2c? An internal index is a table using one of its own columns as an index. For example, see the ifTable. An external index is a table using a column from another table as an index. For example, see ifXTable, which uses ifIndex from ifTable as its index. -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |