Hello Experts,
Can anyone assist with a moshell command that continuously ping OM IP ?

Hello Experts,
Can anyone assist with a moshell command that continuously ping OM IP ?

Hi, @King, moshell runs command on the node. What exactly you want to ping and from where?
i want to ping the OM IP from winfiol
this what i get when i do the ping
![]()
but i want to do a ping like the image below

From WinFIOL you connect to some OS shell. Check the options of ping command there.
>ping -h
or without arguments
>ping
I suggest it is
>ping -s 10.10.10.10
Thanks it worked