show route sla-tracking
Syntax
show route sla-tracking <destination IP-address> <next-hop IP-address> <sla (rpm | twamp)> <state (active | inactive)>
Description
(Junos OS Evolved only) Display a brief summary of the state of SLA-tracked routes along
with the current state for a given test. You configure SLA-tracking with the
sla-tracking
configuration statement at the [edit
routing-options]
hierarchy level.
Options
destination IP-address |
(Optional) Choose to see SLA-tracked routes for a particular IPv4 or IPv6 destination prefix. |
sla (rpm | twamp) |
(Optional) Choose to see only RPM-tracked routes or only TWAMP-tracked routes. |
next-hop IP-address |
(Optional) Next-hop address for a particular SLA-tracked route for a particular IPv4 or IPv6 destination prefix. |
state (active | inactive) |
(Optional) Choose to see only active or only inactive SLA-tracked static routes. |
Additional Information
Required Privilege Level
view
Output Fields
Table 1
lists the output fields for the
show route
sla-tracking
command.
Field Name |
Field Description |
---|---|
Routing table |
Name of the routing table |
Destination |
Destination prefix for the static route |
Next-hop |
IP address of the next hop |
Metric |
Route metric value for the destination prefix |
Pref. |
Route preference value for the destination prefix |
Tag |
Route tag value for the destination prefix |
SLA |
Protocol used for the SLA tracking: |
SLA test name |
For an RPM test, a combination of the owner name and test name. For a TWAMP test, a combination of the connection name and test name. |
State |
Status of the test:
|
Sample Output
show route sla-tracking
user@host> show route sla-tracking
Routing table: IN.inet.0 Destination Next-hop Metric Pref. Tag SLA SLA test name State 10.50.50.0/24 - - - 10.1.1.1 rpm owner1/test_ipv4 active 10.2.2.2 twamp connection1/test_ipv4 inactive Routing table: IN.inet6.0 Destination Next-hop Metric Pref. Tag SLA SLA test name State 2001:db8:50::/64 - - - 2001:db8::1 rpm owner1/test_ipv6 active 2001:db8::2 twamp connection2/test_ipv6 inactive
Release Information
Command introduced in Junos OS Evolved Release 24.4R1.