diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-07 09:37:47 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-11 19:28:41 +0200 |
commit | 8ef1590927d209f42f7a4a6f150af06d75bf0b2d (patch) | |
tree | 4cb5affce2f207f100c65cf4c27b021895f62629 /doc | |
parent | Merge pull request #13250 from chiragshah6/fdev1 (diff) | |
download | frr-8ef1590927d209f42f7a4a6f150af06d75bf0b2d.tar.xz frr-8ef1590927d209f42f7a4a6f150af06d75bf0b2d.zip |
doc: Add `set extcommunity nt` command for BGP route-maps
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 946f0699f..436a7e800 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2584,11 +2584,19 @@ BGP Extended Communities in Route Map .. clicmd:: set extcommunity rt EXTCOMMUNITY - This command set Route Target value. + This command sets Route Target value. + +.. clicmd:: set extcommunity nt EXTCOMMUNITY + + This command sets Node Target value. + + If the receiving BGP router supports Node Target Extended Communities, + it will install the route with the community that contains it's own + local BGP Identifier. Otherwise, it's not installed. .. clicmd:: set extcommunity soo EXTCOMMUNITY - This command set Site of Origin value. + This command sets Site of Origin value. .. clicmd:: set extcommunity bandwidth <(1-25600) | cumulative | num-multipaths> [non-transitive] |