Skip to content

Commit

Permalink
static: sync branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg committed Jan 27, 2023
1 parent a3836c5 commit e1ef371
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/configuration/protocols/static.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand All @@ -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
Expand All @@ -79,15 +79,15 @@ 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.

.. cfgcmd:: set protocols static interface-route6 <subnet> next-hop-interface
<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
Expand All @@ -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.

Expand All @@ -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

Expand All @@ -131,15 +131,15 @@ 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
========================

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`.


Expand Down

0 comments on commit e1ef371

Please sign in to comment.