思科交换机查mstp命令
时间: 2024-04-18 19:22:10 浏览: 112
思科交换机命令详细
思科交换机查看MSTP配置的命令是"display current-configuration interface",该命令可以查询接口的配置信息[^1]。如果你想要查看MSTP状态转换的调试信息,可以使用"MstpStateTransitionStateChange()"函数,并打印出"instance %d port %d change to %s"的信息[^2]。
以下是一个示例:
```shell
# 查询接口配置
display current-configuration interface
# 打印MSTP状态转换的调试信息
MstpStateTransitionStateChange()
print("instance %d port %d change to %s")
```
阅读全文