1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
2023-11-07 15:05:21 +00:00

28 lines
2.8 KiB
ReStructuredText

+-----------------------------------+----------------------------------------------------------------------+
| Command | Description |
+===================================+======================================================================+
| **bgp-sessions** | | Display all matching BGP sessions. |
| | | |
| | | **Arguments:** |
| | | ``local-ipv4-address`` |
| | | ``peer-ipv4-address`` |
+-----------------------------------+----------------------------------------------------------------------+
| **bgp-disconnect** | | Disconnect all matching BGP sessions. |
| | | |
| | | **Arguments:** |
| | | ``local-ipv4-address`` |
| | | ``peer-ipv4-address`` |
+-----------------------------------+----------------------------------------------------------------------+
| **bgp-teardown** | | Teardown BGP. |
+-----------------------------------+----------------------------------------------------------------------+
| **bgp-raw-update-list** | | List all loaded BGP RAW update files. |
+-----------------------------------+----------------------------------------------------------------------+
| **bgp-raw-update** | | Update all matching BGP sessions. |
| | | |
| | | **Arguments:** |
| | | ``file`` Mandatory path to BGP RAW update file. |
| | | ``local-ipv4-address`` |
| | | ``peer-ipv4-address`` |
+-----------------------------------+----------------------------------------------------------------------+