Is there any possiblity to check the dropped packets....
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-22-2017 12:28 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-22-2017 01:11 PM
or log them to the log using this article.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Capture-received-packets-using-an-A...
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Capture-received-packets-using-an-A...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-22-2017 01:07 PM
You could did a mirror action in the ACL. Then you could plug a PC in to see the traffic.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-22-2017 12:36 PM
Show access-list counter would show how many packets are blocked.
