meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network:switches:cisco:cli:stp [2024/08/19 13:31] – niziak | network:switches:cisco:cli:stp [2024/08/19 14:19] (current) – niziak | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| < | < | ||
| + | show spanning-tree | ||
| show spanning-tree bridge | show spanning-tree bridge | ||
| show spanning-tree detail | show spanning-tree detail | ||
| Line 32: | Line 33: | ||
| enable | enable | ||
| config terminal | config terminal | ||
| - | Switch(config)# | + | Switch(config)# |
| wr | wr | ||
| copy run star | copy run star | ||
| Line 59: | Line 60: | ||
| enable | enable | ||
| conf term | conf term | ||
| - | interface | + | interface Gi0/48 |
| spanning-tree portfast trunk | spanning-tree portfast trunk | ||
| + | switchport mode trunk | ||
| </ | </ | ||
| Line 68: | Line 70: | ||
| conf term | conf term | ||
| interface range Gi0/1-47 | interface range Gi0/1-47 | ||
| + | no switchport mode trunk | ||
| spanning-tree portfast | spanning-tree portfast | ||
| # optional | # optional | ||