diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-06-05 08:35:34 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-06-05 08:35:34 +0300 | 
| commit | b9c97686acd34936b8e85a84ad990a4c58908e98 (patch) | |
| tree | c71f0e7dcc4e6037e40c901611aafdcff73461b1 | |
| parent | 17e1f7c2ff94da6d554a464a316ad037d6727749 (diff) | |
doc: Add missing `clear bgp ASNUM` command
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
| -rw-r--r-- | doc/user/bgp.rst | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 58fdbf969b..150a915e3a 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -4102,6 +4102,10 @@ The following are available in the top level *enable* mode:     Clear all peers. +.. clicmd:: clear bgp ipv4|ipv6 ASNUM + +   Clear peers with the AS number in plain or dotted format. +  .. clicmd:: clear bgp ipv4|ipv6 \*     Clear all peers with this address-family activated.  | 
