Config Router

  • Google Sheets
  • CCNA Online training
    • CCNA
  • CISCO Lab Guides
    • CCNA Security Lab Manual With Solutions
    • CCNP Route Lab Manual with Solutions
    • CCNP Switch Lab Manual with Solutions
  • Juniper
  • Linux
  • DevOps Tutorials
  • Python Array
You are here: Home / Juniper / Script to display the time stamp with the ping result

Script to display the time stamp with the ping result

June 11, 2016 by Marques Brownlee

This article provides information about a script that can be used to display the time stamp, along with the ping result.

At times, for troubleshooting purposes, it is useful to keep track of the time stamps of ICMP packets. It has other options, such as writing output to a log file. A quick reference guide is coded into the script.

Usage of script:

user1@kobato:script% sh pingcust.sh -h

Name:

pingcust.sh (ping with time stamp)

Synopsis:

pingcust.sh [dlstpw]
[-l logical_system] [-s source] [-p packet_size] [-w log_file] host

Options:

  • -d: debug mode
  • -l <logical_system>: binds the logical system
  • -p <packet size>: packet size in bytes
  • -s <source ip>: binds the source IP address
  • -t: displays only the actual Junos command and debug message
  • -w <file>: writes the output to a file.

Sample output:

% sh pingcust.sh -d -w log.txt -s 50.50.50.1 10.10.10.2

Actual Junos command:

ping count 1 rapid source 50.50.50.1 10.10.10.2

Logging:

enabled, log.txt
--------------------------------------------------

2012/08/21 12:51:13 ping result OK
2012/08/21 12:51:14 ping result OK
2012/08/21 12:51:15 ping result OK
^C
% cat log.txt
2012/08/21 12:51:13 ping result OK
2012/08/21 12:51:14 ping result OK
2012/08/21 12:51:15 ping result OK

 

Related

Filed Under: Juniper

Recent Posts

  • How do I give user access to Jenkins?
  • What is docker volume command?
  • What is the date format in Unix?
  • What is the difference between ARG and ENV Docker?
  • What is rsync command Linux?
  • How to Add Music to Snapchat 2021 Android? | How to Search, Add, Share Songs on Snapchat Story?
  • How to Enable Snapchat Notifications for Android & iPhone? | Steps to Turn on Snapchat Bitmoji Notification
  • Easy Methods to Fix Snapchat Camera Not Working Black Screen Issue | Reasons & Troubleshooting Tips to Solve Snapchat Camera Problems
  • Detailed Procedure for How to Update Snapchat on iOS 14 for Free
  • What is Snapchat Spotlight Feature? How to Make a Spotlight on Snapchat?
  • Snapchat Hack Tutorial 2021: Can I hack a Snapchat Account without them knowing?

Copyright © 2025 · News Pro Theme on Genesis Framework · WordPress · Log in