home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / snmp / 809 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!slacvm!streater
  2. Organization: Stanford Linear Accelerator Center
  3. Date: Tuesday, 29 Dec 1992 09:35:21 PST
  4. From: Tim Streater   (415) 926-2743 <STREATER@SLACVM.SLAC.STANFORD.EDU>
  5. Message-ID: <92364.093521STREATER@SLACVM.SLAC.STANFORD.EDU>
  6. Newsgroups: comp.protocols.snmp
  7. Subject: Cabletron not doing get-next propoerly?
  8. References: <1992Dec21.124629.19662@minerva1.bull.it>
  9.  <karl.37.725592903@empirical.com>
  10. Lines: 21
  11.  
  12. In article <karl.37.725592903@empirical.com>, karl@empirical.com (Karl Auerbach)
  13. says:
  14. >
  15. >Also check that get next really works.  It should be able to take *any* oid,
  16. >whether or not that oid represents a variable, and finds the sucessor (or
  17. >end of the mib.)
  18. >
  19. I wrote some code to get the ARP tables using SNMP. I start by doing a get-next
  20. on mgmt_mib_ip_ipNetToMediaTable_ipNetToMediaEntry_ipNetToMediaPhysAddress, and
  21. I look at the type of the returned variable. If it is STRING I know the unit
  22. supports MIB-II so I use those variables. Otherwise I assume it does not and I
  23. use the MIB-I at table.
  24.  
  25. I tested this against various boxes (nodes, routers, etc), and found that the
  26. Cabletron MRXI 10Base-T hub, which supports MIB-I, appears to fail in its
  27. treatment of get-next. It returns NoSuchVariable for the get-next I outlined
  28. above.
  29.  
  30. Anybody else seen this? Does Cabletron know about it?
  31.  
  32. Tim.
  33.