VR|网工必备命令:思科、华为、H3C交换机巡检命令全收录

VR|网工必备命令:思科、华为、H3C交换机巡检命令全收录

当我们想要查看交换机配置是否正确 , 不可能将每条命令都看一遍 , 毕竟数据庞大 , 这时候就需要精准使用交换机的巡检命令 , 下面我们来介绍一下几个常见厂商的巡检命令

思科1、show interface stats:查看交换机所有接口当前接口流量
2、show running-config:查看当前设备配置
3、show version:查看IOS版本信息及设备正常运行时间
4、show clock:查看设备时钟信息
5、show vtp status:查看交换机vtp配置模式
6、show vtp password:查看交换机vtp配置口令
7、show env all:查看设备温度 , 电源和风扇运转参数及是否报警
8、show inventory:调取设备内部板卡出厂模块型号及序列号
9、show spanning-tree root:查看交换机生成树根位置
10、show cdp neighbors:查看邻接cisco设备基本信息
11、show cdp neighbors detail:查看邻接cisco设备详细信息
12、show interface status:查看交换机接口状态是否存在errordisable接口disable接口
13、show interface summary:查看交换机所有接口当前接口流量
14、show interface |ierrors|FastEthernet|GigabitEthernet:查看接口是否存在大量input或output errors包错误
15、show processes cpu:查看设备cpu负载
16、show processes mem:查看设备mem负载
17、show access-list:查看访问控制列表配置及匹配数据包数量
18、show logging:查看本机内部日志记录情况
19、show ip route:查看路由表
20、show firewall:检查防火墙的工作模式
21、show conn count:检查防火墙并发数
22、show xlate count:检查防火墙nat工作状态
华为/H3C交换机常用巡检命令system-view #进入系统视图
user-interface vty 0 4 #vty就是用telnet/ssh远程进入交换机的界面(虚拟界面)
screen-length 0 #指定要在屏幕上显示行数 , 0默认是没有分页(全部显示)
01 硬件状态、IOS版本信息检查
display?clock? #系统时间
display?version?#查看版本信息 , 最近一次重新启动的时间
display?enviroment?#设备温度
display?device?#单板运行状态
display?device manuinfor #查看设备序列号
display?power?#查看电源状况
display?fan? #查看风扇状况
display?cpu-usage? #查看cpu最近5S、1m、5m占用率
display?cpu?history?#查看cpu使用记录
display cpu-usage task #查看CPU利用率
display?memory? #查看内存大小和占用率
display logbuffer #日志缓冲区
dir flash: #查看flash
dis boot-loader #显示软件映像文件
display arp #查看arp表(目的IP与目的MAC的映射关系)
display mac-address #查看mac地址表(二层转发通过mac地址表)
【VR|网工必备命令:思科、华为、H3C交换机巡检命令全收录】display ntp status #ntp状态信息
reset counters interface #清除接口统计信息 , 方便下次巡检查看接口错误包是否增加
display elabel #路由器设备命令—查看电子标签信息(华为)改用display device manuinfo
display ndp #路由器设备命令—华三V5版本支持 , 现在改用display lldp neighbor-information
display diagnostic-information #故障信息收集
02 系统运行配置状态检查
display interface #接口流量、链路状态
dis current-configuration inter #地址分配
dis current-configuration |include ospf #路由扩散
display ip routing-table #路由信息
display ip interface #显示 vlan 端口统计数据
display saved-configuration #保存配置文件
display logbuffer #日志信息
display port trunk #查看参与 trunk 的端口
03 STP 信息检查

相关经验推荐