mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-12 09:16:32 +00:00
Merge pull request #2681 from qlyoung/doc-cleanup-rpki
doc: cleanup rpki.rst
This commit is contained in:
commit
c11b11d566
@ -60,28 +60,30 @@ Enabling RPKI
|
|||||||
This command enables the RPKI configuration mode. Most commands that start
|
This command enables the RPKI configuration mode. Most commands that start
|
||||||
with *rpki* can only be used in this mode.
|
with *rpki* can only be used in this mode.
|
||||||
|
|
||||||
When it is used in a telnet session, leaving of this mode cause rpki to be initialized.
|
When it is used in a telnet session, leaving of this mode cause rpki to be
|
||||||
|
initialized.
|
||||||
|
|
||||||
Executing this command alone does not activate prefix validation. You need
|
Executing this command alone does not activate prefix validation. You need
|
||||||
to configure at least one reachable cache server. See section
|
to configure at least one reachable cache server. See section
|
||||||
:ref:`configuring-rpki-rtr-cache-servers` for configuring a cache server.
|
:ref:`configuring-rpki-rtr-cache-servers` for configuring a cache server.
|
||||||
|
|
||||||
.. _configuring-rpki-rtr-cache-servers:
|
|
||||||
|
|
||||||
.. index:: daemons.conf
|
.. index:: daemons.conf
|
||||||
|
|
||||||
When first installing FRR with RPKI support from the pre-packaged binaries. Remember
|
When first installing FRR with RPKI support from the pre-packaged binaries.
|
||||||
to append '-M rpki' in the /etc/frr/daemons.conf file to the bgpd_options.
|
Remember to append :option:`-M rpki` in the :file:`/etc/frr/daemons.conf`
|
||||||
|
file to ``bgpd_options``, like so::
|
||||||
|
|
||||||
bgpd_options=" --daemon -A 127.0.0.1 -M rpki"
|
bgpd_options=" --daemon -A 127.0.0.1 -M rpki"
|
||||||
instead of the default setting
|
|
||||||
|
instead of the default setting::
|
||||||
|
|
||||||
bgpd_options=" --daemon -A 127.0.0.1"
|
bgpd_options=" --daemon -A 127.0.0.1"
|
||||||
|
|
||||||
|
Otherwise you will encounter an error when trying to enter RPKI
|
||||||
|
configuration mode due to the ``rpki`` module not being loaded when the BGP
|
||||||
|
daemon is initialized.
|
||||||
|
|
||||||
Else you will encounter an error when trying to enter RPKI configuration mode. Because
|
Examples of the error::
|
||||||
the rpki module is not loaded when the BGP daemon is initialized.
|
|
||||||
|
|
||||||
Examples of the error:
|
|
||||||
|
|
||||||
router(config)# debug rpki
|
router(config)# debug rpki
|
||||||
% [BGP] Unknown command: debug rpki
|
% [BGP] Unknown command: debug rpki
|
||||||
@ -89,10 +91,10 @@ Enabling RPKI
|
|||||||
router(config)# rpki
|
router(config)# rpki
|
||||||
% [BGP] Unknown command: rpki
|
% [BGP] Unknown command: rpki
|
||||||
|
|
||||||
Note that the rpki commands will be available in vtysh when running 'find rpki'.
|
Note that the RPKI commands will be available in vtysh when running ``find
|
||||||
Even if the RPKI module is NOT loaded.
|
rpki`` regardless of whether the module is loaded.
|
||||||
The RPKI commands will be unavailable if you try running the same command in the
|
|
||||||
cli specific to the BGP daemon.
|
.. _configuring-rpki-rtr-cache-servers:
|
||||||
|
|
||||||
Configuring RPKI/RTR Cache Servers
|
Configuring RPKI/RTR Cache Servers
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user