小巧的丢包方法

简介: 华为交换机 丢包统计方法 在连接pc两端的交换机上配置。 定义ACLacl number 3000 rule 5 permit icmp source 192.168.2.7 0 destination 192.

丢包拓扑.png

在连接pc两端的交换机上配置。

定义ACL
acl number 3000
rule 5 permit icmp source 192.168.2.7 0 destination 192.168.1.254 0
acl number 3001
rule 5 permit icmp source 192.168.1.254 0 destination 192.168.2.7 0
匹配ACL
traffic classifier 1 operator and
if-match acl 3000
traffic classifier 2 operator and
if-match acl 3001
统计流
traffic behavior 1
statistic enable
traffic behavior 2
statistic enable

traffic policy 100
classifier 1 behavior 1
traffic policy 200
classifier 2 behavior 2

应用到接口
interface GigabitEthernet0/0/5
traffic-policy 100 inbound
traffic-policy 200 outbound

interface GigabitEthernet0/0/23
traffic-policy 200 inbound
traffic-policy 100 outbound

ping 192.168.1.254
C:UsersAdministrator>ping 192.168.1.254

正在 Ping 192.168.1.254 具有 32 字节的数据:
来自 192.168.1.254 的回复: 字节=32 时间=1ms TTL=128
来自 192.168.1.254 的回复: 字节=32 时间=1ms TTL=128
来自 192.168.1.254 的回复: 字节=32 时间=1ms TTL=128
来自 192.168.1.254 的回复: 字节=32 时间=1ms TTL=128

查看转发的数据包
dis traffic policy statistics interface g0/0/5 inbound
5in.png
dis traffic policy statistics interface g0/0/5 outbound
5out.png
dis traffic policy statistics interface g0/0/23 inbound
23in.png
dis traffic policy statistics interface g0/0/23 outbound
23out.png

分别在多台设备上查看流量来计算丢包在那里,丢包率多少。(reset没有找到清空的选项,比较简单的清空统计方法就是接口下undo掉 traffic-policy然后再应用下。

目录
相关文章
|
3月前
|
编解码
Jetson 学习笔记(十四):降低远程操控延时-修改屏幕分辨率
这篇文章是关于如何通过修改屏幕分辨率来降低Jetson Nano在远程操控时的延时。
108 3
Jetson 学习笔记(十四):降低远程操控延时-修改屏幕分辨率
Qt开发网络嗅探器02
Qt开发网络嗅探器02
|
5月前
|
存储 运维 监控
Qt开发网络嗅探器01
Qt开发网络嗅探器01
|
5月前
|
网络协议 容器
Qt开发网络嗅探器03
Qt开发网络嗅探器03
|
8月前
|
Windows
LabVIEW通过网络传输数据
LabVIEW通过网络传输数据
52 2
|
8月前
|
网络架构
【专栏】网络技术:网速和带宽的区别,带宽是网络的最大传输能力,而网速是实际传输速率,受网络拥堵、硬件性能等因素影响
【4月更文挑战第28天】本文探讨了网速和带宽的区别,带宽是网络的最大传输能力,而网速是实际传输速率,受网络拥堵、硬件性能等因素影响。两者关系可比喻为道路车道数与车辆速度。了解这些有助于优化网络体验,如选择合适带宽、升级硬件、使用有线连接、管理带宽占用和连接时机。理解二者差异能帮助我们更好地评估网络服务并提升上网效率。
231 1
|
8月前
|
网络协议 测试技术 网络性能优化
Android系统 以太网吞吐量和丢包测试
Android系统 以太网吞吐量和丢包测试
313 1
|
监控 算法 Python
局域网流量监控代码,如何避免自拥塞
局域网流量监控是确保网络稳定性和性能的关键部分。为了避免自拥堵,可以采取一些策略和措施。
494 0
|
5G Shell 流计算
【无线网络】下载速度:2G、3G、4G和5G到底意味着什么?
【无线网络】下载速度:2G、3G、4G和5G到底意味着什么?