show bgp rpki table ipv6

Use this command to display the IPv6 RPKI ROA table.

The command shows all validated ROA entries downloaded from configured RPKI servers.

Command Syntax

Copy
show bgp rpki table ipv6 (X:X::X:X/M ((covered|matched) (as-no <1-4294967295>|)|)|)

Parameters

X:X::X:X/M

Displays ROA entries that include or relate to the specified IPv6 prefix.

covered

Displays ROA entries where the specified prefix is covered by a larger ROA prefix.

matched

Filters the ROA table to display entries associated with a specific authorized origin AS number.

as-no <1–4294967295>

Filters the ROA table to display entries associated with a specific authorized origin AS number.

Default

None

Command Mode

Execution mode

Applicability

Introduced in OcNOS version 7.0.0.

Example

The following example displays IPv6 RPKI ROA table:

Copy
ocnos#show bgp rpki table ipv6
 BGP RPKI, ROA list
 2001:200::/32                              Maxlen:32 AS:2500 Server:192.168.1.233
 2001:200:136::/48                          Maxlen:48 AS:9367 Server:192.168.1.233
 2001:200:1ba::/48                          Maxlen:48 AS:24047 Server:192.168.1.233
 2001:200:900::/40                          Maxlen:40 AS:7660 Server:192.168.1.233
 2001:200:e00::/40                          Maxlen:40 AS:4690 Server:192.168.1.233
 2001:200:8000::/35                         Maxlen:35 AS:4690 Server:192.168.1.233
 2001:200:c000::/35                         Maxlen:35 AS:23634 Server:192.168.1.233
 2001:200:e000::/35                         Maxlen:35 AS:7660 Server:192.168.1.233
 2001:218::/32                              Maxlen:32 AS:2914 Server:192.168.1.233
 2001:218:2000:2::/64                       Maxlen:64 AS:4058 Server:192.168.1.233
 2001:218:2000:11::/64                      Maxlen:64 AS:55569 Server:192.168.1.233
 2001:218:2000:21::/64                      Maxlen:64 AS:55569 Server:192.168.1.233
 2001:218:2002::/48                         Maxlen:48 AS:2914 Server:192.168.1.233                             

Explanation of output fields:

Field Description
Prefix Shows the IPv6 prefix (ROA prefix) published by the RPKI trust anchor.
Maxlen Indicates the maximum prefix length allowed by the ROA.
AS Displays the authorized Origin AS number for the prefix, as specified in the ROA.
Server Indicates the RPKI server (RPKI RTR server address) from which the ROA entry was received.