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)