diff options
Diffstat (limited to 'docs/configuration/protocols')
| -rw-r--r-- | docs/configuration/protocols/bfd.rst | 2 | ||||
| -rw-r--r-- | docs/configuration/protocols/bgp.rst | 3 | ||||
| -rw-r--r-- | docs/configuration/protocols/igmp.rst | 6 | ||||
| -rw-r--r-- | docs/configuration/protocols/rpki.rst | 20 | ||||
| -rw-r--r-- | docs/configuration/protocols/static.rst | 18 | 
5 files changed, 24 insertions, 25 deletions
| diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst index eb8088fd..9df2bd40 100644 --- a/docs/configuration/protocols/bfd.rst +++ b/docs/configuration/protocols/bfd.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-09-28 +:lastproofread: 2023-01-27  .. include:: /_include/need_improvement.txt diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 8481f0e2..5b9cb762 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -538,7 +538,8 @@ Common parametrs     This command specifies the router-ID. If router ID is not specified it will     use the highest interface IP address. -.. cfgcmd:: set protocols bgp <asn> maximum-paths <ebgp|ibgp> <number> +.. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast>  +   maximum-paths <ebgp|ibgp> <number>     This command defines the maximum number of parallel routes that      the BGP can support. In order for BGP to use the second path, the  diff --git a/docs/configuration/protocols/igmp.rst b/docs/configuration/protocols/igmp.rst index 7f14b262..56703d1f 100644 --- a/docs/configuration/protocols/igmp.rst +++ b/docs/configuration/protocols/igmp.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-09-30 +:lastproofread: 2023-01-27  .. _multicast: @@ -151,13 +151,13 @@ You can also tune multicast with the following commands.     IP address too. -.. cfgcmd:: set protocols igmp interface <interface query-interval <seconds> +.. cfgcmd:: set protocols igmp interface <interface> query-interval <seconds>     Use this command to configure in the selected interface the IGMP     host query interval (1-1800) in seconds that PIM will use. -.. cfgcmd:: set protocols igmp interface <interface query-max-response-time +.. cfgcmd:: set protocols igmp interface <interface> query-max-response-time     <deciseconds>     Use this command to configure in the selected interface the IGMP diff --git a/docs/configuration/protocols/rpki.rst b/docs/configuration/protocols/rpki.rst index cae66044..294a91f8 100644 --- a/docs/configuration/protocols/rpki.rst +++ b/docs/configuration/protocols/rpki.rst @@ -58,8 +58,7 @@ Imported prefixes during the validation may have values:    notfound      No ROA exists which covers that prefix. Unfortunately this is the case      for about 80% of the IPv4 prefixes which were announced to the :abbr:`DFZ -    (default-free zone)` at the start of 2020 (see more detail in -    NLnet Labs' `RPKI analytics`_). +    (default-free zone)` at the start of 2020  .. note::    If you are responsible for the global addresses assigned to your @@ -104,20 +103,20 @@ In a nutshell, the current implementation provides the following features:  Configuration  ************* -.. cfgcmd:: protocols rpki polling-period <1-86400> +.. cfgcmd:: set protocols rpki polling-period <1-86400>    Define the time interval to update the local cache    The default value is 300 seconds. -.. cfgcmd:: protocols rpki cache <address> port <port> +.. cfgcmd:: set protocols rpki cache <address> port <port>    Defined the IPv4, IPv6 or FQDN and port number of the caching RPKI caching    instance which is used.    This is a mandatory setting. -.. cfgcmd:: protocols rpki cache <address> preference <preference> +.. cfgcmd:: set protocols rpki cache <address> preference <preference>    Multiple RPKI caching instances can be supplied and they need a preference in    which their result sets are used. @@ -133,19 +132,19 @@ first need to create yoursels an SSH client keypair using ``generate ssh  client-key /config/auth/id_rsa_rpki``. Once your key is created you can setup  the connection. -.. cfgcmd:: protocols rpki cache <address> ssh username <user> +.. cfgcmd:: set protocols rpki cache <address> ssh username <user>    SSH username to establish an SSH connection to the cache server. -.. cfgcmd:: protocols rpki cache <address> ssh known-hosts-file <filepath> +.. cfgcmd:: set protocols rpki cache <address> ssh known-hosts-file <filepath>    Local path that includes the known hosts file. -.. cfgcmd:: protocols rpki cache <address> ssh private-key-file <filepath> +.. cfgcmd:: set protocols rpki cache <address> ssh private-key-file <filepath>    Local path that includes the private key file of the router. -.. cfgcmd:: protocols rpki cache <address> ssh public-key-file <filepath +.. cfgcmd:: set protocols rpki cache <address> ssh public-key-file <filepath>    Local path that includes the public key file of the router. @@ -191,10 +190,9 @@ Test`_ experimental tool.  .. _Routinator: https://www.nlnetlabs.nl/projects/rpki/routinator/  .. _GoRTR: https://github.com/cloudflare/gortr  .. _OctoRPKI: https://github.com/cloudflare/cfrpki#octorpki -.. _Validator: https://www.ripe.net/manage-ips-and-asns/resource-management/certification/tools-and-resources +.. _Validator: https://www.ripe.net/manage-ips-and-asns/resource-management/rpki/tools-and-resources  .. _some instructions: https://labs.ripe.net/Members/tashi_phuntsho_3/how-to-install-an-rpki-validator  .. _Krill: https://www.nlnetlabs.nl/projects/rpki/krill/ -.. _RPKI analytics: https://www.nlnetlabs.nl/projects/rpki/rpki-analytics/  .. _RIPE Labs RPKI Test: https://sg-pub.ripe.net/jasper/rpki-web-test/  .. _excellent guide to RPKI: https://rpki.readthedocs.io/  .. _help and operational guidance: https://rpki.readthedocs.io/en/latest/about/help.html diff --git a/docs/configuration/protocols/static.rst b/docs/configuration/protocols/static.rst index 42c0c4b7..78db63dc 100644 --- a/docs/configuration/protocols/static.rst +++ b/docs/configuration/protocols/static.rst @@ -32,7 +32,7 @@ Static Routes     distance <distance>     Defines next-hop distance for this route, routes with smaller administrative -   distance are elected prior those with a higher distance. +   distance are elected prior to those with a higher distance.     Range is 1 to 255, default is 1. @@ -52,7 +52,7 @@ Static Routes     distance <distance>     Defines next-hop distance for this route, routes with smaller administrative -   distance are elected prior those with a higher distance. +   distance are elected prior to those with a higher distance.     Range is 1 to 255, default is 1. @@ -67,7 +67,7 @@ Interface Routes     <interface>     Allows you to configure the next-hop interface for an interface-based IPv4 -   static route. `<interface>` will be the next-hop interface where trafic is +   static route. `<interface>` will be the next-hop interface where traffic is     routed for the given `<subnet>`.  .. cfgcmd:: set protocols static interface-route <subnet> next-hop-interface @@ -79,7 +79,7 @@ Interface Routes     <interface> distance <distance>     Defines next-hop distance for this route, routes with smaller administrative -   distance are elected prior those with a higher distance. +   distance are elected prior to those with a higher distance.     Range is 1 to 255, default is 1. @@ -87,7 +87,7 @@ Interface Routes     <interface>     Allows you to configure the next-hop interface for an interface-based IPv6 -   static route. `<interface>` will be the next-hop interface where trafic is +   static route. `<interface>` will be the next-hop interface where traffic is     routed for the given `<subnet>`.  .. cfgcmd:: set protocols static interface-route6 <subnet> next-hop-interface @@ -99,7 +99,7 @@ Interface Routes     <interface> distance <distance>     Defines next-hop distance for this route, routes with smaller administrative -   distance are elected prior those with a higher distance. +   distance are elected prior to those with a higher distance.     Range is 1 to 255, default is 1. @@ -118,7 +118,7 @@ Blackhole  .. cfgcmd:: set protocols static route <subnet> blackhole distance <distance>     Defines blackhole distance for this route, routes with smaller administrative -   distance are elected prior those with a higher distance. +   distance are elected prior to those with a higher distance.  .. cfgcmd:: set protocols static route6 <subnet> blackhole @@ -131,7 +131,7 @@ Blackhole  .. cfgcmd:: set protocols static route6 <subnet> blackhole distance <distance>     Defines blackhole distance for this route, routes with smaller administrative -   distance are elected prior those with a higher distance. +   distance are elected prior to those with a higher distance.  Alternate Routing Tables @@ -139,7 +139,7 @@ Alternate Routing Tables  TBD -Alternate routing tables are used with policy based routing of by utilizing +Alternate routing tables are used with policy based routing by utilizing  :ref:`vrf`. | 
