This is a discussion on hmmm... maybe my old MIB isn't valid?? within the SNMP Coders forums, part of the Networking and Network Related category; I just realized what mib2c told me when I ran it: You requested mib2c to be run on the following ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I just realized what mib2c told me when I ran it:
You requested mib2c to be run on the following part of the MIB tree: OID: ip3Root numeric translation: .1.3.6.1.4.1.14578 number of scalars within: 27 number of tables within: 0 number of notifications within: 0 Notice the "number of tables=0"... That's not right... My mib contains: ip3DevTbl OBJECT-TYPE SYNTAX SEQUENCE OF ip3DevTblEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of SSE Telecom Mod/Demod Devices" ::= {ip3Device 1} ip3DevTblEntry OBJECT-TYPE SYNTAX ip3DeviceTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table for SSE Telecom Mod/Demod Devices" ::= {ip3DevTbl 1} ip3DevTblEntry ::= SEQUENCE { .... table entries } -- and then entries for each of the table fields. -- Is this not valid anymore?? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |