mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +00:00
bgpd: Note deprecation in documentation
Note that these commands: bgp config-type cisco no bgp multiple-instance are now deprecated and will be removed in a future version of FRR. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
1cc406605b
commit
ad0b64d18d
@ -51,9 +51,7 @@ BGP connection is internal one or external one.
|
|||||||
.. clicmd:: router bgp ASN
|
.. clicmd:: router bgp ASN
|
||||||
|
|
||||||
Enable a BGP protocol process with the specified ASN. After
|
Enable a BGP protocol process with the specified ASN. After
|
||||||
this statement you can input any `BGP Commands`. You can not
|
this statement you can input any `BGP Commands`.
|
||||||
create different BGP process under different ASN without
|
|
||||||
specifying `multiple-instance` (:ref:`multiple-instance`).
|
|
||||||
|
|
||||||
.. index:: no router bgp ASN
|
.. index:: no router bgp ASN
|
||||||
.. clicmd:: no router bgp ASN
|
.. clicmd:: no router bgp ASN
|
||||||
@ -1925,31 +1923,38 @@ Server or both at the same time.
|
|||||||
Multiple instance
|
Multiple instance
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
To enable multiple view function of *bgpd*, you must turn on multiple instance
|
The multiple instances feature of *bgpd* is by default turned on. This command
|
||||||
feature beforehand.
|
is deprecated and will be removed in a future version of FRR. If you do not
|
||||||
|
want multiple instances, do not configure them from the cli. Please note
|
||||||
|
that some commands auto-generate a second instance.
|
||||||
|
|
||||||
.. index:: bgp multiple-instance
|
.. index:: bgp multiple-instance
|
||||||
.. clicmd:: bgp multiple-instance
|
.. clicmd:: bgp multiple-instance
|
||||||
|
|
||||||
Enable BGP multiple instance feature. After this feature is enabled,
|
Enable BGP multiple instance feature. This is the default
|
||||||
you can make multiple BGP instances or multiple BGP views.
|
configuration and this cli will not be displayed. This command
|
||||||
|
is deprecated and will be removed in the future.
|
||||||
|
|
||||||
.. index:: no bgp multiple-instance
|
.. index:: no bgp multiple-instance
|
||||||
.. clicmd:: no bgp multiple-instance
|
.. clicmd:: no bgp multiple-instance
|
||||||
|
|
||||||
Disable BGP multiple instance feature. You can not disable this feature
|
Disable BGP multiple instance feature. You can not disable this feature
|
||||||
when BGP multiple instances or views exist.
|
when BGP multiple instances or views exist. This command
|
||||||
|
is deprecated and will be removed in the future.
|
||||||
|
|
||||||
When you want to make configuration more Cisco like one,
|
When you want to make configuration more Cisco like one,
|
||||||
|
|
||||||
.. index:: bgp config-type cisco
|
.. index:: bgp config-type cisco
|
||||||
.. clicmd:: bgp config-type cisco
|
.. clicmd:: bgp config-type cisco
|
||||||
|
|
||||||
Cisco compatible BGP configuration output.
|
Cisco compatible BGP configuration output. This command is deprecated
|
||||||
|
and will be removed in a future version of FRR. Please transition
|
||||||
|
to using the appropriate bgp commands to affect your behavior.
|
||||||
|
|
||||||
When bgp config-type cisco is specified,
|
When bgp config-type cisco is specified,
|
||||||
|
|
||||||
``no synchronization`` is displayed.
|
``no synchronization`` is displayed. This command does nothing and
|
||||||
|
is for display purposes only.
|
||||||
``no auto-summary`` is displayed.
|
``no auto-summary`` is displayed.
|
||||||
|
|
||||||
The ``network`` and ``aggregate-address`` arguments are displayed as::
|
The ``network`` and ``aggregate-address`` arguments are displayed as::
|
||||||
@ -1990,7 +1995,8 @@ command.
|
|||||||
.. index:: bgp config-type zebra
|
.. index:: bgp config-type zebra
|
||||||
.. clicmd:: bgp config-type zebra
|
.. clicmd:: bgp config-type zebra
|
||||||
|
|
||||||
FRR style BGP configuration. This is default.
|
FRR style BGP configuration. This is default. This command is deprecated
|
||||||
|
and will be removed in the future.
|
||||||
|
|
||||||
.. _bgp-instance-and-view:
|
.. _bgp-instance-and-view:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user