cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any possiblity to check the dropped packets....

Is there any possiblity to check the dropped packets....

Thavamani_Shanm
New Contributor III
Is there any possibility to check the dropped packets based on the access rule we have written?

Actual scenario is, We are facing the issue in our network because huge volume of mDNS multicast packets. So, We trying to block the mDNS multicast packets using the following Policy file.

entry block_IPv4mDNS{
if match all {
destination-address 224.0.0.251/32 ;
}
then {
deny;
count ipv4mDNSdeny ;
}
}

So, Is there any way to check whether these packets are blocked? If possible, Please share.

Thanks

3 REPLIES 3

OscarK
Extreme Employee

StephenW
Extreme Employee
You could did a mirror action in the ACL. Then you could plug a PC in to see the traffic.

OscarK
Extreme Employee
Show access-list counter would show how many packets are blocked.
GTM-P2G8KFN