check spanning tree
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 13 Aug 2022 11:31:20 +0000 (13:31 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 13 Aug 2022 11:31:20 +0000 (13:31 +0200)
doc/network-tutorial.md

index 052216d..a8a49cd 100644 (file)
@@ -1,9 +1,19 @@
 # switch configuration change
 
 ```
-dpavlin@black:~/dell-switch$ ./git-log-merge.pl --stat -p | less -R
+dpavlin@black:~/dell-switch$
+./git-log-merge.pl -p
 ```
 
 # see network connections from lldp
 
+```
 less /dev/shm/neighbors.tab
+```
+
+# check spanning tree
+
+```
+dpavlin@black:~/dell-switch$
+./spanning-tree-check.sh | less
+```