华为常用查看命令

显示系统版本信息:display version
显示诊断信息:display diagnostic-information
显示系统当前配置:display current-configuration
显示系统保存配置: display saved-configuration
显示接口信息:display interface
显示路由信息:display ip routing-table
显示VLAN信息:display vlan
显示生成树信息:display stp
显示MAC地址表:display mac-address
显示ARP表信息:display arp
显示系统CPU使用率:display cpu
显示系统内存使用率:display memory
显示系统日志:display log
关闭系统日志:undo info-center enable
显示系统时钟:display clock
验证配置正确后,使用保存配置命令:save
删除某条命令,一般使用命令: undo
查看光模块状态 display transceiver interface (gigabitethernet 3/0/0) verbose
查看设备接口显示 display interface brief
查看接口ip : display ip interface brief
查看序列号:display device manuinfo
查看端口状态: display brief interface


combo-port fiber 强制成光口
combo-port copper 强制成光口
description to_CXZhou
ip address 10.2.53.82 255.255.255.252



思科交换机
show mac address-table 查看MAC地址表
show mac address-table dynamic address 50-9A-4C-57-4C-42 根据终端设备MAC地址查对端交换机端口
show arp 查看ARP缓存表
根据MAC查IP:
IOS:show arp | include 509a.4c57.4c42
NX-OS:show ip arp | include
根据IP查MAC:
IOS:show arp | include
NX-OS:show ip arp | include
思科路由器
show run//看运行状况
show ip route//看路由表
show int//看端口
show cdp nei//查看cdp邻居
show ip pro//查看ip协议
show interfaces status 查看端口的基本状态信息
show ip interfaces brief 查看包括IP信息在内的端口简要状态信息


相关文档
最新文档