Use a Port-ACL (PACL) to match traffic bridged traffic PACL with statistics per-entry .
on L2 switchport
! Send 5000 pings
root@Server~$ ping 172.18.1.100 -c 5000 -W 1 -i 0
ip access-list 101
statistics per-entry
10 permit ip 10.0.1.100/32 172.18.1.100/32
20 permit ip any any
Apply to server ingress interface
interface port-channel101
ip port access-group 101 in
N5K-1# show ip access-lists 101
IPV4 ACL 101
statistics per-entry
10 permit ip 10.0.1.100/32 172.18.1.100/32 [match=5000]
20 permit ip any any [match=323321]
No comments:
Post a Comment