ongoing additions, changes, and fixes

This commit is contained in:
Yuri Slobodyanyuk
2020-09-03 11:36:40 +00:00
parent 0b048112d5
commit b8de96db6f

View File

@@ -82,4 +82,25 @@ a| Filter VPN debug messages using various parameters:
|===
== BGP
.BGP debug
[cols=2*,options="header"]
|===
|Command
|Description
|*get router info bgp summary*
| State of BGP peering sessions with peers, one per line.
|*get router info bgp network <prefix>*
| Detailed info about <prefix> from the BGP process table. Includes all learned via BGP routes, even those not currently installed in RIB. E.g. `get router info bgp network 0.0.0.0/0`
|===