|
-
Apr 12th, 2010, 04:14 PM
#1
Thread Starter
Lively Member
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
-
Apr 15th, 2010, 03:47 PM
#2
Junior Member
Re: Ping an IP address from VB.NET
you may use System.Net.NetworkInformation
just look at the documentation thanks!
-
Apr 22nd, 2010, 08:01 AM
#3
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?
-
Apr 22nd, 2010, 08:06 AM
#4
Thread Starter
Lively Member
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
-
Apr 22nd, 2010, 08:17 AM
#5
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
-
Apr 25th, 2010, 01:48 PM
#6
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|