Results 1 to 6 of 6

Thread: Ping an IP address from VB.NET

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    66

    Ping an IP address from VB.NET

    Is there a way to ping an IP address from VB.NET and store the response times?

    Thanks
    Amy

  2. #2
    Junior Member
    Join Date
    May 2007
    Posts
    23

    Re: Ping an IP address from VB.NET

    you may use System.Net.NetworkInformation
    just look at the documentation thanks!

  3. #3
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Ping an IP address from VB.NET

    The response times from ICMP request are not a good measure of responsiveness, unless the network you are measuring is mostly idle. Most routers prioritize ICMP traffic at the lowest priority.

    What are you really trying to do?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    66

    Re: Ping an IP address from VB.NET

    Ideally I wanted to be able to extract IP Service Level Agreement results from Cisco devices but that involves MIBs..etc which I don't know how to use.

    I am making a simulation network tool that pings remote Cisco devices over a WAN and stores the response times so that latency data can be viewed in a table or graph and makes it easy to see if a site is having performance issues.

    Thanks
    Amy

  5. #5
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Ping an IP address from VB.NET

    Doesn't Cisco provide tools for that? Also, have a look at "The Dude" http://wiki.mikrotik.com/wiki/Dude_u...at_is_the_Dude
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    66

    Re: Ping an IP address from VB.NET

    Do you know what the tools are that Cisco provide for this and how I can integrate them into my VB.NET program?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width