Hello all,

what is the best approach when trying to implement the agent extension
for tables with complex indexes like multi-valued indexes.

For example this table has an index of 3 values (one number, one string
and one number)....

What is the extension approach ? My past experience is limited to
'number valued' simple indexes....

---------------------------------------------------------
snmptranslate -Tp -Os .1.3.6.1.2.1.17.7.1.3.1.1
---------------------------------------------------------
dot1qStaticUnicastEntry(1)
|  Index:
        dot1qFdbId,
        dot1qStaticUnicastAddress,
        dot1qStaticUnicastReceivePort
+-- ---- String    dot1qStaticUnicastAddress(1)
|        Textual Convention: MacAddress
|        Size: 6
+-- ---- INTEGER   dot1qStaticUnicastReceivePort(2)
|        Range: 0..65535
+-- -RW- String    dot1qStaticUnicastAllowedToGoTo(3)
|        Textual Convention: PortList
+-- -RW- EnumVal   dot1qStaticUnicastStatus(4)
         Values: other(1), invalid(2)...
---------------------------------------------------------

Thanks a lot

Joao
jmf



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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