Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show validation statistics

Syntax

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

Release Information

Command introduced in Junos OS Release 12.2.

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 master 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

List of Sample Output

show validation statistics

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

Group name.

Total Replication RV records

Number of concurrent sessions for each group. The default is 2. The number is configurable with the max-sessions statement.

Prefix entries

Resource public key infrastructure (RPKI) cache session IP address.

Origin-AS entries

State of the connection between the routing device and the cache server. Up means that the connection is up. Connect means that the connection is not up.

Memory utilization

Each cache server has a preference. Higher preferences are preferred. During a session start or restart, the routing device attempts to start a session with the cache server that has the numerically highest preference. The routing device connects to multiple cache servers in preference order.

The default preference is 100. The preference is configurable with the preference statement.

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.

Sample Output

show validation statistics

user@host> show validation statistics
Total RV records:        453455
  Total Replication RV records: 453455	
    Prefix entries:         35432
    Origin-AS entries:     124400
  Memory utilization: 16.31MB
  Policy origin-validation requests: 234995
    valid:                  23445
    invalid:                14666
    unknown:                34567
  BGP import policy reevaluation notifications: 460268
    inet.0:                435345
    inet6.0:                 3454

Published: 2013-07-31