home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / dcom / sys / cisco / 1904 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.3 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!agate!boulder!recnews
  2. From: leinwand@cisco.com (Allan Leinwand)
  3. Newsgroups: comp.dcom.sys.cisco
  4. Subject: Re: SNMP "ping"
  5. Message-ID: <725678355.25476@news.Colorado.EDU>
  6. Date: 29 Dec 92 23:06:56 GMT
  7. Sender: news
  8. Lines: 30
  9. Approved: news
  10. In-Reply-To: <CMM.0.90.2.725656021.beach@ddn.AF.Mil>; from "Darrel Beach - SSC/SSDN" at Dec 29, 92 1:07 pm
  11. X-Mailer: ELM [version 2.3 PL11]
  12. X-Note1: mail msgid was <9212292306.AA11842@mead.cisco.com>
  13. X-Note2: message-id generated by recnews
  14.  
  15.  
  16. >What's the syntax for specifying that a router send a ping to a specific
  17. >address using SNMP, or is this not possible??  I have a decidely old version
  18. >of the cisco _private_ MIB vars, and it lists "ping" but doesn't give any
  19. >other info.
  20.  
  21. Hello, 
  22.  
  23.    The cisco ping variables takes the following instance identifiers:
  24.  
  25. 1 - IP protocol ping
  26. IP - address to ping
  27. integer - count of packets to send
  28. integer - size of ping packet
  29. integer - timeout delay between packets
  30.  
  31. Thus a full object id is
  32.  
  33. .1.3.6.1.9.2.1.7 object name
  34.                 .1.a.b.c.d.c.s.t
  35.  
  36. where 1 is the IP protocol ping,
  37.       a.b.c.d is the IP address to ping
  38.       c is count packets to send
  39.       s is each packet will be this large in bytes
  40.       t is the timeout in seconds.
  41.  
  42. Hope this helps,
  43.  
  44. allan
  45.