1、拓扑图
电脑IP:192.168.1.2/24 LSW1接口IP:192.168.1.1/24,使用流量统计,对报文丢弃原因可以快速定位。
2、流量统计ACL配置方法
#
acl number 3000
rule 5 permit icmp source 192.168.1.2 0 destination 192.168.1.1 0
rule 10 permit icmp source 192.168.1.1 0 destination 192.168.1.2 0
#
traffic classifier liutong operator and /////流分类
if-match acl 3000
#
traffic behavior liutong /////流行为
statistic enable
#
traffic policy liutong /////流策略
classifier liutong behavior liutong
#
3、端口配置:
#
interface Vlanif10
ip address 192.168.1.1 255.255.255.0
#
interface Gigabit
华为交换机做端口流量统计
最新推荐文章于 2025-06-30 15:38:35 发布