当我们想要查看交换机配置是否正确,不可能将每条命令都看一遍,毕竟数据庞大,这时候就需要精准使用交换机的巡检命令,下面我们来介绍一下几个常见厂商的巡检命令思科常用巡检命令
1、show interface stats:查看交换机所有接口当前接口流量2、show running-config:查看当前设备配置3、show version:查看IOS版本信息及设备正常运行时间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:查看本机内部日志记录情况20、show firewall:检查防火墙的工作模式21、show conn count:检查防火墙并发数22、show xlate count:检查防火墙nat工作状态
华为/H3C交换机常用巡检命令
user-interface vty 0 4 #vty就是用telnet/ssh远程进入交换机的界面(虚拟界面)screen-length 0 #指定要在屏幕上显示行数,0默认是没有分页(全部显示)display version #查看版本信息,最近一次重新启动的时间display device manuinfor #查看设备序列号display cpu-usage #查看cpu最近5S、1m、5m占用率display cpu history #查看cpu使用记录display cpu-usage task #查看CPU利用率display memory #查看内存大小和占用率dis boot-loader #显示软件映像文件display arp #查看arp表(目的IP与目的MAC的映射关系)display mac-address #查看mac地址表(二层转发通过mac地址表)display ntp status #ntp状态信息reset counters interface #清除接口统计信息,方便下次巡检查看接口错误包是否增加display elabel #路由器设备命令—查看电子标签信息(华为)改用display device manuinfodisplay ndp #路由器设备命令—华三V5版本支持,现在改用display lldp neighbor-informationdisplay diagnostic-information #故障信息收集display interface #接口流量、链路状态dis current-configuration inter #地址分配dis current-configuration |include ospf #路由扩散display ip routing-table #路由信息display ip interface #显示 vlan 端口统计数据display saved-configuration #保存配置文件display port trunk #查看参与 trunk 的端口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统计数据display vrrp statistics #查看主备用状态display link-aggregation summary #查看链路聚合组的情况