Hello All,
I've set a firewall filter in my EX running 12.3R6.6. It seems to work fine, However after a minute or so it starts dropping packets and eventually drops the connection to the hosts in the Port.
This is the Filter
filter "ACL_CID#837" {
term ACCESS {
from {
source-address {
10.0.0.1/32;
10.0.0.2/32;
10.0.0.3/32;
10.0.0.4/32;
10.0.0.5/32;
10.0.0.6/32;
}
}
then accept;
}
term ACCESS_DENIED {
then discard;
}
term DEFAULT_TERM {
then accept;
I applied the Rule to the interface as follow:
ge-0/0/20 {
description
ether-options {
speed {
100m;
}
}
unit 0 {
family ethernet-switching {
}
filter {
input "ACL_CID#837";
Any Ideas why it drops the connection?
Thanks