]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Add `neighbor oad` command
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 6 Oct 2023 11:47:32 +0000 (14:47 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 6 Oct 2023 18:53:36 +0000 (21:53 +0300)
https://datatracker.ietf.org/doc/html/draft-uttaro-idr-bgp-oad

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
doc/user/bgp.rst

index 36eb8315f70dac77c71af28e38ee66be518df44f..426070d108076c84efca5c003833bb20c89b9e3e 100644 (file)
@@ -1436,6 +1436,23 @@ Defining Peers
    peers ASN is the same as mine as specified under the :clicmd:`router bgp ASN`
    command the connection will be denied.
 
+.. clicmd:: neighbor PEER oad
+
+   Mark a peer belonging to the One Administrative Domain.
+
+   Some networks span more than one autonomous system and require more
+   flexibility in the propagation of path attributes.It is worth noting that
+   these multi-AS networks have a common or single administrative entity.
+   These networks are said to belong to One Administrative Domain (OAD).
+   It is desirable to carry IBGP-only attributes across EBGP peerings when
+   the peers belong to an OAD.
+
+   Enabling this peering sub-type will allow the propagation of non-transitive
+   attributes across EBGP peerings (e.g. local-preference). Make sure to
+   turn this peering type on for all peers in the OAD.
+
+   Disabled by default.
+
 .. clicmd:: bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group PGNAME
 
    Accept connections from any peers in the specified prefix. Configuration