在数据包跟踪器中,如果您将鼠标悬停在路由器上,您将看到其带有 IP 地址、VLAN 等的接口。但是在我的 CCNA 考试期间(在故障排除期间),此功能被禁用。CLI 中是否有显示此信息的命令?
显示接口简要信息
网络工程
思科
数据包追踪器
命令行
2021-07-17 02:45:47
1个回答
最常用的命令是
show interfaces
show ip interface brief
或者对于特定的接口
show interfaces vlan 1
其它你可能感兴趣的问题