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 group

date_range 19-Nov-23

Syntax

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

Description

Display information about route validation redundancy groups.

Options

none

Display information about all route validation groups.

instance instance-name

(Optional) Display information about route validation groups 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 group command. Output fields are listed in the approximate order in which they appear.

Table 1: show validation group Output Fields

Field Name

Field Description

Group

Group name.

Maximum sessions

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

Session

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

State

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

Preference

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 value is configured with the preference statement at the [edit routing-options validation group group-name session] hierarchy level.

Sample Output

show validation group

content_copy zoom_out_map
user@host> show validation group
master
    Group: test, Maximum sessions: 3
      Session 10.255.255.11, State: Up, Preference: 100
      Session 10.255.255.12, State: Up, Preference: 100
    Group: test2, Maximum sessions: 2
      Session 10.255.255.13, State: Connect, Preference: 100

Release Information

Command introduced in Junos OS Release 12.2.

footer-navigation