Pinging OM IP on Ericsson

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

Pinging OM IP on Ericsson

Hi, @King, moshell runs command on the node. What exactly you want to ping and from where?

1 Like

i want to ping the OM IP from winfiol
this what i get when i do the ping
image

but i want to do a ping like the image below
image

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