Commands related to management of PCAP files.
show pcap timestamp
Emits the timestamping mode currently in use for each capture port. The list of possible values is the same as the range of valid arguments to `config pcap timestamp mode`.
show pcap timestampExample output:
[Thu Jan 1 00:00:00 1970] > show pcap timestamp
[Thu Jan 1 00:00:00 1970] CmdLine [show pcap timestamp]
[Thu Jan 1 00:00:00 1970] Cmd [show pcap timestamp ]
[Thu Jan 1 00:00:00 1970] Capture Timestamp Setting:
[Thu Jan 1 00:00:00 1970] cap0: nic
[Thu Jan 1 00:00:00 1970] cap1: nicconfig pcap timestamp
Change the timestamping mode for a particular capture interface.
Valid arguments for <timestamp mode>:
nicarista7280_mac48arista7280_eth64arista7150_insertarista7150_overwritearista7130cisco3550cisco_erspan3disable
config pcap timestamp <capture port> <timestamp mode>Example output:
[Thu Jan 1 00:00:00 1970] > config pcap timestamp cap1 nic
[Thu Jan 1 00:00:00 1970] Change Timestamp on [cap1] from (disable) -> (nic)
[Thu Jan 1 00:00:00 1970]