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
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to