Skip to content

Commit

Permalink
doc: update redistribute table-direct command
Browse files Browse the repository at this point in the history
Add the redistribute table/table-direct command in the
user guide.

Signed-off-by: Philippe Guibert <[email protected]>
  • Loading branch information
pguibert6WIND committed Sep 13, 2023
1 parent af53b73 commit bcc77c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/user/bgp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1300,10 +1300,14 @@ section for the specific AF to redistribute into. Protocol availability for
redistribution is determined by BGP AF; for example, you cannot redistribute
OSPFv3 into ``address-family ipv4 unicast`` as OSPFv3 supports IPv6.

.. clicmd:: redistribute <babel|connected|eigrp|isis|kernel|openfabric|ospf|ospf6|rip|ripng|sharp|static|table> [metric (0-4294967295)] [route-map WORD]
.. clicmd:: redistribute <babel|connected|eigrp|isis|kernel|openfabric|ospf|ospf6|rip|ripng|sharp|static> [metric (0-4294967295)] [route-map WORD]

Redistribute routes from other protocols into BGP.

.. clicmd:: redistribute <table|table-direct> (1-65535)] [metric (0-4294967295)] [route-map WORD]

Redistribute routes from a routing table number into BGP.

.. clicmd:: redistribute vnc-direct

Redistribute VNC direct (not via zebra) routes to BGP process.
Expand Down

0 comments on commit bcc77c0

Please sign in to comment.