cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering ARP traffic on a mirror port with an ACL ?

Filtering ARP traffic on a mirror port with an ACL ?

EtherNation_Use
Contributor II
Create Date: Aug 29 2013 7:29PM

Hi,

I'm doing some traffic snooping with TCPDump, but I keep getting ARP traffic on the mirror port.

Is there a way that I can use an the egress ACL on the mirror port to filter the ARP's ?

The used ACL :

entry 5 {
if {
source-address 10.11.22.33/32 ;
}
then {
permit ;
}
}
entry 10 {
if {
destination-address 10.11.22.33/32 ;
}
then {
permit ;
}
}
entry deny-rest {
if {
}
then {
deny ;
}
}

Thanks in advanced for your reply.

Erik (from Erik_Bais)
0 REPLIES 0
GTM-P2G8KFN