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

date_range 14-Dec-23

Syntax

content_copy zoom_out_map
show validation statistics
<instance instance-name> 
<logical-system logical-system-name>

Description

Display route validation statistics.

Options

none

Display statistics for all routing instances.

instance instance-name

(Optional) Display information for the specified routing instance. The instance name can be primary for the main instance, or any valid configured instance name or its prefix.

logical-system logical-system-name

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

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show validation statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show validation statistics Output Fields

Field Name

Field Description

Total RV records

Total number of route validation records.

Total Replication RV records

Total number of replicated route records.

Static records Number of static records.

Prefix entries

The number of route prefixes.

Origin-AS entries

The number of route entries originated by the local AS.

Memory utilization

The amount of memory consumed by the RV process and its database.

Policy origin-validation requests

Number of queries for validation state of a given instance and prefix.

Valid

Number of valid prefixes reported by the validation query.

Invalid

Number of invalid prefixes reported by the validation query.

Unknown

Number of unknown prefixes reported by the validation query. This means that the prefix is not found in the database.

BGP import policy reevaluation notifications

A change, addition, or deletion of a route validation record triggers a BGP import reevaluation for all exact matching and more specific prefixes.

inet.0

Number of IPv4 route validation records that have been added, deleted, or changed.

inet6.0

Number of IPv6 route validation records that have been added, deleted, or changed.

Count of VRP records

Total count of Validation Route Payload (VRP) entries for each address family.

Count of reevaluations

Count of VRP entries added for each address family.

Count of VRP records added

Count of VRP entries withdrawn from each address family.

Count of VRP records withdrawn

Count of reevaluations using this VRP table for per address family.

Sample Output

show validation statistics (with VRP statistics)

content_copy zoom_out_map
user@host> show validation statistics
Total RV records: 5644
Total Replication RV records: 443
  Prefix entries: 54
  Origin-AS entries: 2
Memory utilization: 1592 bytes
RV database: default
  RV records in Database: 57
  Origin-AS entries in Database: 32
  Database origin-validation re-evaluation statistics: 766
    Attempts resulting Valid: 32
    Attempts resulting Invalid: 56
    Attempts resulting Unknown: 76
  BGP import policy reevaluation notifications: 87
Policy origin-validation re-evaluation statistics: 566
  Attempts resulting Valid: 12
  Attempts resulting Invalid: 77
  Attempts resulting Unknown: 87
BGP import policy reevaluation notifications: 23
Count of VRP records: 32000
Count of reevaluations: 24000
Count of VRP records added: 88000
Count of VRP records withdrawn: 56000

show validation statistics

content_copy zoom_out_map
user@host> show validation statistics

Total RV records: 32000
Total Replication RV records: 32000
  Prefix entries: 8000
  Origin-AS entries: 8000
Memory utilization: 8550016 bytes
RV database: default
  RV records in Database: 32000
  Origin-AS entries in Database: 8000
  Database origin-validation re-evaluation statistics: 54000
    Attempts resulting Valid: 6000
    Attempts resulting Invalid: 12000
    Attempts resulting Unknown: 36000
  BGP import policy reevaluation notifications: 0
    inet.0, 0
    inet6.0, 0
Policy origin-validation re-evaluation statistics: 54000
  Attempts resulting Valid: 6000
  Attempts resulting Invalid: 12000
  Attempts resulting Unknown: 36000
BGP import policy reevaluation notifications: 0

Release Information

Command introduced in Junos OS Release 12.2.

footer-navigation