Table expansion in MIBs

Reply

Join Date: Dec 2007
Posts: 3
Reputation: rahulmisra is an unknown quantity at this point 
Solved Threads: 0
rahulmisra rahulmisra is offline Offline
Newbie Poster

Table expansion in MIBs

 
0
  #1
Jan 14th, 2008
Hi, I am new to SNMP and am trying to define MIB for a product. I am struggling while defining two tables that are interrelated.

While expanding a base table with an exapnsion table is it necessary that the INDEX of the expansion table are in the order baseTableIndexes-->expansionTableIndexes as below :

-- row definition in base table
baseEntry OBJECT-TYPE
... -- other clauses here
INDEX { baseIndex1, baseIndex2 }
::= { baseTable 1 }

-- row definition in expansion table
expEntry OBJECT-TYPE
... -- other clauses here
INDEX { baseIndex1, baseIndex2, expIndex1}
::= { expTable 1 }



Can define the expansion table INDEX in the order
expansionTableIndexes-->baseTableIndexes as shown below :

-- row definition in base table
baseEntry OBJECT-TYPE
... -- other clauses here
INDEX { baseIndex1, baseIndex2 }
::= { baseTable 1 }
-- row definition in expansion table
expEntry OBJECT-TYPE
... -- other clauses here
INDEX { expIndex1, baseIndex1, baseIndex2 }
::= { expTable 1 }


Any ideas, what the standard says about this ?

Rahul
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the IT Professionals' Lounge Forum


Views: 620 | Replies: 0
Thread Tools Search this Thread



Tag cloud for IT Professionals' Lounge
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC