Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show route sla-tracking

date_range 13-Dec-24

Syntax

content_copy zoom_out_map
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.

Table 1: show route sla-tracking Output Fields

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: rpm or twamp

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:

  • inactive: Either the test has not yet been run, or the test has failed.

  • active: The test was successful.

Sample Output

show route sla-tracking

content_copy zoom_out_map
user@host> show route sla-tracking
content_copy zoom_out_map
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.

footer-navigation