Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show validation replication database

Syntax

show validation replication database<brief | detail> <instance instance-name> <logical-system logical-system-name><origin-autonomous-system as-number><record ip-prefix><session ip-address>

Release Information

Command introduced in Junos OS Release 12.2.

Description

Display the state of the nonstop active routing (NSR) records. The output is the same as the output of the show validation database command, except for the Mismatch column.

Options

none

Display all route validation database entries.

brief | detail

(Optional) Display the specified level of output.

instance instance-name

(Optional) Display information about route validation database entries 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.

origin-autonomous-system as-number

(Optional) Filter the output by mismatched origin autonomous systems. The mismatch qualifier is useful for finding conflicting origin-autonomous-system information between resource public key infrastructure (RPKI) caches. Mismatches might occur during cache reconfiguration.

record ip-prefix

(Optional) Filter the output by route validation records that match a given prefix.

session ip-address

(Optional) Filter the output by a specific RPKI cache session.

Required Privilege Level

view

List of Sample Output

show validation replication database

Output Fields

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

Table 1: show validation replication database Output Fields

Field Name

Field Description

Level of Output

Prefix

Route validation (RV) record prefix.

RV records are received from the cache server and can also be configured statically at the [edit routing-options validation static] hierarchy level.

All levels

Origin-AS

Legitimate originator autonomous system (AS).

All levels

Session

IP address of the RPKI cache server.

All levels

State

State of the route validation records. The state can be valid or invalid.

All levels

IPv4 records

Number of IPv4 route validation records.

All levels

IPv6 records

Number of IPv6 route validation records.

All levels

Sample Output

show validation replication database

user@host> show validation replication database
RV database for instance master

  Prefix                Origin-AS Session         State
  1.0.1.0/24-32                 1 10.0.77.1       valid  
  1.0.2.0/24-32                 2 10.0.77.1       valid  
  1.0.3.0/24-32                 3 10.0.77.1       valid  
  1.0.4.0/24-32                 4 10.0.77.1       valid  
  1.0.5.0/24-32                 5 10.0.77.1       valid  
  1.0.6.0/24-32                 6 10.0.77.1       valid  
  1.0.7.0/24-32                 7 10.0.77.1       valid  
  1.0.8.0/24-32                 8 10.0.77.1       valid  
  72.9.224.0/19-24          26234 192.168.1.100   valid
  72.9.224.0/19-24           3320 192.168.1.200   invalid
  10.0.0.0/8-32                 0 internal        valid  

  IPv4 records: 14
  IPv6 records: 0

Published: 2013-01-22