diff options
| author | Russ White <russ@riw.us> | 2023-11-28 08:40:07 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 08:40:07 -0500 | 
| commit | 1fcc3d26c419d10d8ef1cab2a155c1002542da19 (patch) | |
| tree | 7d372cb1db738bff4e13ef7d7922ff317ef43d02 /doc/user/bgp.rst | |
| parent | e854c43b30ddf62a010ee650748622a2b0a955f2 (diff) | |
| parent | 9d8e384d12fe14a536b32b88cc45e77cf7772883 (diff) | |
Merge pull request #14819 from opensourcerouting/feature/bgp_debug_updates_with_route-map
bgpd: Add an ability to filter UPDATEs using neighbor with prefix-list
Diffstat (limited to 'doc/user/bgp.rst')
| -rw-r--r-- | doc/user/bgp.rst | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 1f69901d16..2171c9e99a 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3909,6 +3909,11 @@ Debugging     BGP UPDATE messages transmitted and received between local and remote     instances. +.. clicmd:: debug bgp updates <in|out> [<A.B.C.D|X:X::X:X|WORD> [prefix-list WORD]] + +   Enable or disable debugging for BGP updates. Optionally, you can specify +   a prefix-list to filter the updates for an arbitrary neighbor. +  .. clicmd:: debug bgp keepalives     Enable or disable debugging for BGP keepalives. This provides information on  | 
