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 flow validation

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show route flow validation
<brief | detail>
<ip-prefix>
<table table-name>
<logical-system (all | logical-system-name)>

Syntax (EX Series Switches)

content_copy zoom_out_map
show route flow validation
<brief | detail>
<ip-prefix>
<table table-name>

Description

Display flow route information.

Options

none

Display flow route information.

brief | detail

(Optional) Display the specified level of output. If you do not specify a level of output, the system defaults to brief.

ip-prefix

(Optional) IP address for the flow route.

logical-system (all | logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

table table-name

(Optional) Display flow route information for all routing tables whose name begins with this string (for example, inet.0 and inet6.0 are both displayed when you run the show route flow validation inet command).

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show route flow validation command. Output fields are listed in the approximate order in which they appear.

Table 1: show route flow validation Output Fields

Field Name

Field Description

Level of Output

routing-table-name

Name of the routing table (for example, inet.0).

All levels

prefix

Route address.

All levels

Active unicast route

Active route in the routing table.

All levels

Dependent flow destinations

Number of flows for which there are routes in the routing table.

All levels

Origin

Source of the route flow.

All levels

Neighbor AS

Autonomous system identifier of the neighbor.

All levels

Flow destination

Number of entries and number of destinations that match the route flow.

All levels

Unicast best match

Destination that is the best match for the route flow.

All levels

Flags

Information about the route flow.

All levels

Sample Output

show route flow validation

content_copy zoom_out_map
user@host> show route flow validation   
inet.0:
10.0.5.0/24Active unicast route
Dependent flow destinations: 1
Origin: 192.168.224.218, Neighbor AS: 64501
Flow destination (3 entries, 1 match origin)
Unicast best match: 10.0.5.0/24
Flags: SubtreeApex Consistent

show route flow validation (IPv6)

content_copy zoom_out_map
user@host> show route flow validation   
inet6.0:
2001:db8::11:11:11:0/120
                Active unicast route
                    Dependent flow destinations: 2
                    Origin: 2001:db8::13:14:2:2, Neighbor AS: 2000
2001:db8::11:11:11:10/128
                Flow destination (1 entries, 1 match origin, next-as)
                    Unicast best match: 2001:db8::11:11:11:0/120
                    Flags: Consistent
2001:db8::11:11:11:30/128
                Flow destination (1 entries, 1 match origin, next-as)
                    Unicast best match: 2001:db8::11:11:11:0/120
                    Flags: Consistent

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation