Path Telemetry Show Commands
These two show commands provide path telemetry status:
show monitor telemetry path characteristics [ detail ][ destination DSTIP ][ path-name NAME ][ peer PEERIP ]
[ source SRCIP ] [ traffic-class TC ]
show monitor telemetry path counters [ detail ][ destination DSTIP ][ path-name NAME ][ peer PEERIP ]
[ source SRCIP ][ traffic-class TC ]
Example
- The show monitor telemetry path characteristics command displays the path state, latency, jitter, and other information.
switch#show monitor telemetry path characteristics PathName TrafficClassTxStateLatency(ms)Jitter(ms)Throughput(Mbps)LossRate(%) path10 active 3.520 1.12210.000.01 path20 active 35.2202.33010.001.01 switch#show monitor telemetry path characteristics detail Peer: 10.1.10.5 PathName: path1 Source: 156.142.20.23, Destination: 156.142.40.21 Traffic Class: 0 TxState: active Latency: 3.520 ms Jitter:1.122 ms Throughput: 10.00 Mbps LossRate: 0.01 % PathName: path2 Source: 156.142.20.24, Destination: 156.142.40.22 Traffic Class: 0 TxState: active Latency: 35.220 ms Jitter:2.330ms Throughput: 1000 Mbps LossRate: 1.01 %
- The show monitor telemetry path counters displays the input output bytes and packets and flow information.
switch#show monitor telemetry path counters PathName TrafficClassInBytesInPktsInPktsDropOutBytesOutPktsOutPktsDrop path10 455330010220 5341333 7520 path20 455330010220 5341333 7520 kvs17-b10#show monitor telemetry path counters detail Peer: 10.1.10.5 PathName: path1 Source: 156.142.20.23, Destination: 156.142.40.21 Traffic Class: 0 InBytes: 4553300 InPkts: 1022 InPktsDrop: 0 OutBytes: 5341333 OutPkts: 752 OutPktsDrop: 0
Both path characteristics and path counters show results can be filtered by path name, destination IP, source IP, remote IP and traffic class. And both of them have detail version output and brief version output, default version is brief version as shown.