03-04-2014 01:41 AM - edited 03-04-2019 10:29 PM
Hello
I have a question which may sound silly...But if i want to ping any ip say i want to ping 1.1.1.1....so can i ping it with Multtiple MTU sizes???
like when i hit the command
Rx# ping 1.1.1.1
Then can i make each ping go with a different a Different MTU size if i want ??? by any command or something??
Thank you
Solved! Go to Solution.
03-04-2014 02:45 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
As the other posters have already noted, extended ping, i.e. entering ping followed by an enter, will prompt you for various options including size (also offers a range of size too). However, the later IOSs also offer some of those options on the command line, size being one of them. Enter ping and question mark to see if those additional options are offered.
03-04-2014 02:20 AM
Hi,
The extended ping command can do this for you.
Regards
Alain
Don't forget to rate helpful posts.
03-04-2014 11:19 PM
I want the output to be something like this....
Means each ping Goes with a different Byte Size or MTU size....
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64
Reply from 192.168.1.1: bytes=64 time=2ms TTL=64
Reply from 192.168.1.1: bytes=100 time=2ms TTL=64
Reply from 192.168.1.1: bytes=150 time=7ms TTL=64
Its just an example i took but it clears the concept i think
can this be done??
03-04-2014 02:30 AM
just hit "ping" and "enter" and you will see what options you have there...
HTH,
Dragan
03-04-2014 11:20 PM
I want the output to be something like this....
Means each ping Goes with a different Byte Size or MTU size....
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64
Reply from 192.168.1.1: bytes=64 time=2ms TTL=64
Reply from 192.168.1.1: bytes=100 time=2ms TTL=64
Reply from 192.168.1.1: bytes=150 time=7ms TTL=64
Its just an example i took but it clears the concept i think
can this be done??
03-04-2014 02:45 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
As the other posters have already noted, extended ping, i.e. entering ping followed by an enter, will prompt you for various options including size (also offers a range of size too). However, the later IOSs also offer some of those options on the command line, size being one of them. Enter ping and question mark to see if those additional options are offered.
03-04-2014 03:04 AM
03-04-2014 11:19 PM
I want the output to be something like this....
Means each ping Goes with a different Byte Size or MTU size....
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64
Reply from 192.168.1.1: bytes=64 time=2ms TTL=64
Reply from 192.168.1.1: bytes=100 time=2ms TTL=64
Reply from 192.168.1.1: bytes=150 time=7ms TTL=64
Its just an example i took but it clears the concept i think
can this be done??
03-04-2014 11:33 PM
Well you didn't even try to test how extended ping works...
I hope this thread will clarify things for you:
https://supportforums.cisco.com/thread/344529
HTH,
Dragan
03-05-2014 02:50 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
You can do something similar with extended ping, e.g.:
router#ping
Protocol [ip]:
Target IP address: 10.178.0.3
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface:
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]: y
Sweep min size [36]: 36
Sweep max size [18024]: 1500
Sweep interval [1]: 32
Type escape sequence to abort.
Sending 230, [36..1500]-byte ICMP Echos to 10.178.0.3, timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!
Success rate is 100 percent (230/230), round-trip min/avg/max = 1/2/17 ms
03-04-2014 11:20 PM
I want the output to be something like this....
Means each ping Goes with a different Byte Size or MTU size....
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64
Reply from 192.168.1.1: bytes=64 time=2ms TTL=64
Reply from 192.168.1.1: bytes=100 time=2ms TTL=64
Reply from 192.168.1.1: bytes=150 time=7ms TTL=64
Its just an example i took but it clears the concept i think
can this be done??
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide