Continual Ping in Cisco Packet Tracer

packet-tracerping

I would like to test my network with continuous ping in packet tracer.

When I use for example: ping 192.168.4.100 -t

Command line says Invalid command

I´m trying to ping from Laptop command line in packet tracer.

Are there other ways to do that?

Best Answer

The -t has to go before the address, like this:

ping -t 192.168.4.100