华为/华三设备巡检常用命令分享

驻场的网络工程师经常会开展网络设备的月度巡检、季度巡检,给各位朋友分享我平时在巡检过程中经常用到的巡检命令,华为华三的设备大部分可以通用。

一、查看硬件状态、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地址表)

display ntp status #ntp状态信息

reset counters interface #清除接口统计信息,方便下次巡检查看接口错误包是否增加

display elabel #路由器设备命令---查看电子标签信息(华为)改用display device manuinfo

display ndp #路由器设备命令---华三V5版本支持,现在改用display lldp neighbor-information

display diagnostic-information #故障信息收集

二、查看系统运行配置状态检查

display interface #接口流量、链路状态

display interface brief #端口简要信息

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 的端口

三、查看 STP 信息检查

display stp root #查看 stp 根情况

display stp brief #查看 stp 简单信息

display stp abnormal-port #查看是否有非正常端口

display stp region-configuration #生成树区域配置

display lldp neighbor-information #查看链路层邻居发现协议(邻居信息)

display tcp status #路由器设备命令---tcp统计数据

display tcp statistics #交换机设备命令---tcp统计数据

四、查看vrrp 和端口聚合检查

display vrrp #查看虚拟路由冗余协议

display vrrp statistics #查看主备用状态

display link-aggregation summary #查看链路聚合组的情况

相关推荐
hello_2506 小时前
动手模拟docker网络-bridge模式
网络·docker·桥接模式
武文斌776 小时前
项目学习总结:LVGL图形参数动态变化、开发板的GDB调试、sqlite3移植、MQTT协议、心跳包
linux·开发语言·网络·arm开发·数据库·嵌入式硬件·学习
爱吃喵的鲤鱼6 小时前
仿mudou——Connection模块(连接管理)
linux·运维·服务器·开发语言·网络·c++
爱吃小胖橘6 小时前
Unity网络开发--超文本传输协议Http(1)
开发语言·网络·网络协议·http·c#·游戏引擎
萧鼎7 小时前
Python schedule 库全解析:从任务调度到自动化执行的完整指南
网络·python·自动化
7哥♡ۣۖᝰꫛꫀꪝۣℋ8 小时前
网络层--数据链路层
网络·tcp/ip·智能路由器
_清浅8 小时前
计算机网络【第四章-网络层】
网络·计算机网络·智能路由器
沐浴露z8 小时前
【深入理解计算机网络08】网络层之IPv4
网络·计算机网络·网络编程·信息与通信·408
望获linux10 小时前
【实时Linux实战系列】实时系统的可观测性:Prometheus 与 Grafana 集成
大数据·linux·服务器·开发语言·网络·操作系统
红尘客栈210 小时前
K8s-kubeadmin 1.28安装
java·网络·kubernetes