mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-13 16:26:51 +00:00
doc: Update bgp unnumbered documentation
Mention the limitations of this type of peering in bgp. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
e37f18b780
commit
aa3a108672
@ -1604,7 +1604,10 @@ Configuring Peers
|
|||||||
|
|
||||||
Configure an unnumbered BGP peer. ``PEER`` should be an interface name. The
|
Configure an unnumbered BGP peer. ``PEER`` should be an interface name. The
|
||||||
session will be established via IPv6 link locals. Use ``internal`` for iBGP
|
session will be established via IPv6 link locals. Use ``internal`` for iBGP
|
||||||
and ``external`` for eBGP sessions, or specify an ASN if you wish.
|
and ``external`` for eBGP sessions, or specify an ASN if you wish. Finally
|
||||||
|
this connection type is meant for point to point connections. If you are
|
||||||
|
on an ethernet segment and attempt to use this with more than one bgp
|
||||||
|
neighbor, only one neighbor will come up, due to how this feature works.
|
||||||
|
|
||||||
.. clicmd:: neighbor PEER next-hop-self [force]
|
.. clicmd:: neighbor PEER next-hop-self [force]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user