l 查看當前所有配置:
show running-config
l 查看指定端口配置:
show running-config in3terfaces <int-type int-number>
l 查看所有端口詳細信息:
show interfaces
l 查看指定端口詳細信息:
show interfaces <interface-type interface-number>
l 查看所有端口簡要信息:
show interfaces status
l 查看3層端口簡要信息:
show ip interfaces brief
l 查看指定端口簡要信息
show interfaces <interface-type interface-number> status
l 查看聚合端口的狀態信息
查看每個聚合組內包含哪些端口
show etherchannel summary
查看所有聚合組信息及其所含端口的簡要狀態信息
show etherchannel detail
查看所有聚合組的簡要信息及其包含哪些端口
show etherchannel port-channel
查看指定聚合組的端口信息
show interfaces port-channel <group-number>
l 查看光纖端口的狀態信息
查看所有光纖口的詳細狀態信息
show interfaces transceiver detail
查看指定光口的詳細狀態信息
show interfaces <int-type int-number> transceiver detail
查看所有光纖口的簡要狀態信息
show interfaces transceiver
查看指定光纖口的簡要狀態信息
show interfaces <int-type int-number> transceiver
End