Update Proxmox/ThunderboltNetwork.md

This commit is contained in:
2024-06-16 20:38:13 +00:00
parent a25f4dd308
commit c12bf0b94b

View File

@@ -256,7 +256,9 @@ Debugging
```python ```python
# shows the actual configuration # shows the actual configuration
vtysh -c "show running-config" vtysh -c "show running-config"
```
```python
# shows all links # shows all links
vtysh -c "show openfabric topology" vtysh -c "show openfabric topology"
``` ```