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