06-24-2021 08:26 PM
Good evening
I have this ACL:
if match all {
source-address 192.168.253.70/32 ;
destination-address 192.168.170.8/32 ;
}
then {
deny ;
}
}
On X440 works ( my lab ) ( version 31.1.2 )
On X450 it does not work ( customer ) ( version 30.0.7 )
Anybody can tell me why ?
Thanks
Giuseppe
Solved! Go to Solution.
07-02-2021 08:17 AM
Hi, I solved the problem.
in this case ( a server inside Vlan 192.168.170 ) I hat to use egress at the end of ACL.
Thanks
Giuseppe
07-02-2021 08:17 AM
Hi, I solved the problem.
in this case ( a server inside Vlan 192.168.170 ) I hat to use egress at the end of ACL.
Thanks
Giuseppe
06-30-2021 11:29 AM
Hi Giuseppe,
AFAIU it should be still that by default we have ingress direction for applied ACLs unless instructed otherwise in the command. For the ACL you mention, ingress should be fine.
Are there any other ACLs in place? Port-based ACLs have higher precedence than VLAN-based ACLs (which have higher precedence than wildcard, device-wide ACLs). So if .pol applied to a port is checked and the packet is matched, no further .pol contents in TCAM are evaluated against the packet.
Same with dynamic ACLs having precedence over static (.pol) ACLs.
Hope that helps,
Tomasz
06-28-2021 06:48 PM
Hi Stefan, I apply the ACL per Vlan, do you know when I have to use ingress and when Egress ?
I thing the problem is there.
Giuseppe
06-26-2021 01:56 PM
How did you apply the ACL? per Port or per VLAN?