Page MenuHomeVyOS Platform

Add 'show rpki as-number' and 'show rpki prefix'
Closed, ResolvedPublicFEATURE REQUEST

Description

Add two new operational RPKI show commands available from FRR:

show rpki as-number

vyos@vyos:~$ show rpki as-number ?
Possible completions:
  <ASNUM>               Lookup by ASN in prefix table

vyos@vyos:~$ show rpki as-number 1050
RPKI/RTR prefix table
Prefix                                   Prefix Length  Origin-AS
136.175.104.0                               24 -  24   1050
2602:fb3f::                                 40 -  48   1050
Number of IPv4 Prefixes: 1
Number of IPv6 Prefixes: 1

show rpki prefix

vyos@vyos:~$ show rpki prefix
Possible completions:
  <x.x.x.x/x>           Lookup IP prefix and optionally ASN in prefix table
  <h:h:h:h:h:h:h:h/x>

vyos@vyos:~$ show rpki prefix 136.175.104.0/24
Prefix                                   Prefix Length  Origin-AS
136.175.104.0                               24 -  24   1050

vyos@vyos:~$ show rpki prefix 136.175.104.0/24 ?
Possible completions:
  <Enter>               Execute the current command
  as-number             AS Number

vyos@vyos:~$ show rpki prefix 136.175.104.0/24 as-number ?
Possible completions:
  <ASNUM>               AS Number

vyos@vyos:~$ show rpki prefix 136.175.104.0/24 as-number 1050
Prefix                                   Prefix Length  Origin-AS
136.175.104.0                               24 -  24   1050

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

jvoss created this object in space S1 VyOS Public.
Viacheslav changed the task status from Open to In progress.Jan 30 2024, 4:00 PM
Viacheslav changed the subtype of this task from "Task" to "Feature Request".
Viacheslav added a project: VyOS 1.5 Circinus.
c-po moved this task from Need Triage to Finished on the VyOS 1.5 Circinus board.
c-po moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.