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

23 lines
2.4 KiB
ReStructuredText

+-----------------------------------+----------------------------------------------------------------------+
| Command | Description |
+===================================+======================================================================+
| **interfaces** | | List all interfaces with index. |
+-----------------------------------+----------------------------------------------------------------------+
| **access-interfaces** | | List all access interface functions. |
+-----------------------------------+----------------------------------------------------------------------+
| **network-interfaces** | | List all network interface functions. |
+-----------------------------------+----------------------------------------------------------------------+
| **a10nsp-interfaces** | | List all a10nsp interface functions. |
+-----------------------------------+----------------------------------------------------------------------+
| **lag-info** | | List all link aggregation (LAG) interfaces. |
+-----------------------------------+----------------------------------------------------------------------+
| **interface-enable** | | Enable interface. |
| | | |
| | | **Arguments:** |
| | | ``interface`` Mandatory |
+-----------------------------------+----------------------------------------------------------------------+
| **interface-disable** | | Disable interface. |
| | | |
| | | **Arguments:** |
| | | ``interface`` Mandatory |
+-----------------------------------+----------------------------------------------------------------------+