Display the configuration for a particular probe or for all probes.
To display the configuration for all probes:
host1#show rtr configuration rtrIndex type targetAddress reqSize freq life ------- -------- ------------ ------ ------ ----- 1 echo 10.5.0.200 1 1 20 2 pathEcho 10.5.0.11 1 1 30
rtrIndex source restartTime owner ---------- ------------------ ----------- ---------- 1 fastEthernet0/0 10 2 60
rtrIndex samples admin tos reactionConfiguration ---------- ------- -------- --- ------------------------ 1 5 enabled 0 2 5 enabled 0
rtrIndex receiveInterface ---------- ---------------- 1 fastEthernet0/0
rtrIndex operFail testFail timeout tag ---------- -------- -------- ------- ------ 1 1 1 10000
rtrIndex operPerHop maxFail hopKpt tag ---------- ---------- ------- ------ ------ 2 5 3 16
Table 1 lists the show rtr configuration command output fields.
Table 1: show rtr configuration Output Fields
Field Name | Field Description |
|---|---|
rtrIndex | Index number of the RTR probe |
type | Probe type: echo, pathEcho |
targetAddress | Address of the probe’s target |
reqSize | Protocol data size in the request packet |
freq | Rate in seconds that the RTR probe uses to start a response time operation |
life | Length of the test |
source | Interface from which the probe is sent |
restartTime | Restart time of the test in seconds |
owner | Owner of the probe |
samples | Maximum number of entries saved in the history table for this RTR probe |
admin | Administrative status of the probe: enabled, disabled |
tos | Setting of the ToS byte in the probe’s IP header |
reactionConfiguration | RTR reactions that are configured for the probe |
receiveInterface | Type and specifier of the interface on which the probe expects to receive responses; this field is blank if the optional receive-interface characteristic is not configured |
operFail | Operation failure event is triggered when this number of consecutive probe operations is not received or when the operations are received after a timeout |
testFail | Test failure event is triggered when this number of probe operations is not received or when the operations are received after a timeout |
timeout | Time in milliseconds that the probe waits for a response |
tag | Identifier configured for the probe |
operPerHop | Number of RTR probe operations sent to a given hop |
maxFail | Maximum number of consecutive failures to respond to a probe’s request. When the maximum number is reached, the test stops. Applies only to pathEcho entries. |
hopKpt | Number of hops per path for which statistics are collected. When this number is reached, no additional statistical information about the path is stored. Applies only to pathEcho entries. |