]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Show RPKI prefixes filtered by ASN
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 20 Feb 2020 15:37:37 +0000 (17:37 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 13 Mar 2020 18:03:41 +0000 (20:03 +0200)
commit02334bb228dfe6d4060b17648b25be98e87900a3
treea0ccc84f09d7bcd45600c71c290c8b08c24306d4
parentd87d4e5e0f97966e2501db7a486ea92460d4b8ca
bgpd: Show RPKI prefixes filtered by ASN

```
spine1-debian-9# show rpki
  as-number         Lookup by ASN in prefix table
  cache-connection  Show to which RPKI Cache Servers we have a connection
  cache-server      SHOW configured cache server
  prefix            Lookup IP prefix and optionally ASN in prefix table
  prefix-table      Show validated prefixes which were received from RPKI Cache
spine1-debian-9# show rpki as-number 47583
2.57.88.0                                   23 -  23        47583
2.57.91.0                                   24 -  24        47583
2.57.90.0                                   24 -  24        47583
5.183.8.0                                   22 -  24        47583
31.170.164.0                                23 -  23        47583
31.170.165.0                                24 -  24        47583
31.170.164.0                                24 -  24        47583
31.170.166.0                                23 -  23        47583
31.170.160.0                                22 -  22        47583
31.220.16.0                                 24 -  24        47583
...
```

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
bgpd/bgp_rpki.c