业务出现卡顿时关于网络的排查
1、 传输正常时,可以先排查一下设备之间的物理链路
1)display transceiver diagnosis interface GigabitEthernet x/x/x //收发光
2)display transceiver manuinfo interface GigabitEthernet x/x/x //显示可插拔接口模块的电子标签信息
3)display transceiver alarm interface GigabitEthernet x/x/x //显示可插拔接口模块的当前故障告警信息
4)display transceiver interface GigabitEthernet x/x/x //显示可插拔接口模块的主要特征参数
display link-aggregation verbose Bridge-Aggregation xxx //查看聚合接口的状态,S为正常,U为异常
display interface brief //查看物理接口状态
display interface GigabitEthernet x/x/x //查看接口的详细信息,Bandwidth: 1000000 kbps为期望带宽
2、日志收集(用CRT会话记录)
2.1 <FHYY-S10508X-CORE>logfile save
The contents in the log file buffer have been saved to the file flash:/logfile/logfile4.log.
<FHYY-S10508X-CORE>more flash:/logfile/logfile4.log
%@106075%Feb 16 06:00:51:457 2022 FHYY-S10508X-CORE STP/6/STP_NOTIFIED_TC: Instance 0's port Bridge-Aggregation13 was notified a topology change.
%@106076%Feb 16 06:00:51:630 2022 FHYY-S10508X-CORE STP/6/STP_NOTIFIED_TC: Instance 0's port Bridge-Aggregation10 was notified a topology change.
%@106077%Feb 16 06:00:51:780 2022 FHYY-S10508X-CORE STP/6/STP_NOTIFIED_TC: Instance 0's port Bridge-Aggregation6 was notified a topology change.
2.2 <FHYY-S10508X-CORE>dis diagnostic-information
Save or display diagnostic information (Y=save, N=display)? [Y/N]:n
===============================================
===============display clock===============
13:42:18.818 UTC Wed 05/11/2022
Time Zone : UTC add 08:00:00
=================================================
===============display version===============
H3C Comware Software, Version 7.1.070, Release 7596P05
Copyright (c) 2004-2021 New H3C Technologies Co., Ltd. All rights reserved.
H3C S10508X uptime is 62 weeks, 1 day, 23 hours, 5 minutes
3、display mac-address mac-move命令用来显示设备启动后的MAC地址迁移记录。
【命令】
display mac-address mac-move [ slot slot-number ]
【视图】
任意视图
【缺省用户角色】
network-admin
network-operator
【参数】
slot slot-number:显示指定成员设备上的MAC地址迁移记录,slot-number表示设备在IRF中的成员编号。如果未指定本参数,则显示所有成员设备上的MAC地址迁移记录。
【使用指导】
如果MAC地址迁移频繁出现,且同一MAC地址总是在特定的两个接口之间迁移,那么网络中可能存在二层环路。可以通过查看MAC地址迁移记录,发现和定位环路。
在迁移记录中,如果MAC地址、VLAN、源端口、新端口都一样,则视作一条表项。
每个成员设备最多能生成200条最近发生的MAC地址迁移记录。
【举例】
# 显示指定slot上的MAC地址迁移记录。
<Sysname> display mac-address mac-move slot 1
MAC address VLAN Current port Source port Last time Times
0000-0001-002c 1 XGE1/0/1 XGE1/0/2 2013-05-20 13:40:52 1
0000-0001-002c 1 XGE1/0/2 XGE1/0/1 2013-05-20 13:41:30 1
--- 2 MAC address moving records found ---
# 显示所有slot上的MAC地址迁移记录。
<Sysname> display mac-address mac-move
MAC address VLAN Current port Source port Last time Times
0000-0001-002c 1 XGE1/0/1 XGE1/0/2 2013-05-20 13:40:52 20
0000-0001-002c 1 XGE1/0/2 XGE1/0/1 2013-05-20 13:41:32 20
0000-0094-0001 1 XGE1/0/3 XGE1/0/4 2013-05-20 13:42:22 13
0000-0094-0001 1 XGE1/0/4 XGE1/0/3 2013-05-20 13:42:21 12
--- 4 MAC address moving records found ---
Times 字段:设备启动后,MAC地址发生迁移的累计次数。对于同一MAC地址,仅当字段VLAN、Current port和Source port都相同时,次数才加1
4、对于STP问题的排查方法和相关命令:
4.1、display stp interafce <接口>;可以查看当前接口STP状态,很多二层不通都是被stp给阻塞了
4.2、display stp tc;可以查看设备上的TC记录,recieve指的是该接口收到的TC报文个数,send指的是该接口的TC发送的个数,当需要查找TC的来源时,可以查看logbuffer中的记录,如果是 notify,指的就是接口收到TC报文,如果是detect,指的就是接口本身产生的TC报文,可以通过这种排查方式,逐个设备去查找TC的来源
4.3、display stp history可以查看设备上各接口的stp状态变化情况,可以根据这个记录判断出当前拓扑的整个变化过程
5、查看某个接口是否有丢包
dis qos queue-statistics interface GigabitEthernet 1/0/47 outbound 或者 inbound