diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-06 13:47:32 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-06 20:53:36 +0200 |
commit | 1dd0e45eb3ad2e647edccb85359686906326e46f (patch) | |
tree | 5268b55f6472e5b6098d37d7ce49356cafc57cd9 /doc/user/bgp.rst | |
parent | Merge pull request #14534 from mjstapp/fix_topo_nhgid (diff) | |
download | frr-1dd0e45eb3ad2e647edccb85359686906326e46f.tar.xz frr-1dd0e45eb3ad2e647edccb85359686906326e46f.zip |
doc: Add `neighbor oad` command
https://datatracker.ietf.org/doc/html/draft-uttaro-idr-bgp-oad
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc/user/bgp.rst')
-rw-r--r-- | doc/user/bgp.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 36eb8315f..426070d10 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -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 |