MobaXterm ssh into CPE. Use the command below to generate the ping data: (ex: uplink CPE ping APP)
(example_1) ping 10.205.102.25 -c5 | while read pong; do echo "$(date): $pong"; done
(example_2) while true; do ping 192.168.101.200 | while read pong; do echo "$(date): $pong"; done; done