Print

S12508X-AF 100G端口超速率设备未显示丢包

问题描述

端口的业务流量是在100G左右并且会出现达到110G/s的情况,客户业务侧也反馈受到影响,拉取数据业务延迟很大,原先用时几秒现在最长可达两三分钟,但是设备上并未出现丢包,display interfacedisplay packet-drop均显示drop0

过程分析

要看拥塞丢包计数,需要统计模式切成QUEUE

[DUT1]statistic mode ?

  ac     Collect statistics for packets forwarded through ACs

  queue  Collect outgoing traffic statistics for interfaces on a per-queue basis

  vsi    Collect statistics for packets forwarded through VSI interfaces

 

默认是VSI

[DUT1]display statistic mode

The packet statistic mode is vsi.

[DUT1]

Mode ac     :支持acl统计,不支持queue丢包统计,可以支持隧道统计,不支持vlan,不支持L2VPN统计

Mode vsi    支持acl统计,不支持queue丢包统计,支vlan统计,支持L2vpn统计,不支持隧道统计,支持PW统计,

Mode queue 支持acl统计,支持queue丢包统计 不支持隧道统计,不支持pw统计,不支持vlan统计,不支持L2VPN统计,

解决方法

统计模式切成QUEUE