Create Date: Dec 3 2012 4:16PM
prusso wrote:
Hello djaquays
So first let me explain how ACLs work. Our ACLs are viewed on the ingress port and acted on on the egress port. This means that as traffic comes into the port the it is compared to the ACL and then marked as to what should happen on the egress port i.e. QoS level or deny or permit etc. The reason we do this is it allows us to carry QoS parameters from the ingress port through the switch and out to the egress port.
Based on this the ACL needs to be applied to the ingress port, failure to do that may be a problem as the source and destination IP and port will be reversed and the ACL will not work. You can only have one ACL policy assigned to the port but if you assign the ACL to the VLAN tad a port is a member of more than one VLAN you should then be able to have that port using more then on policy. In the Summit products the ACLs work top to bottom so if there is a hit on the first entry then the packet does not go through the rest of the ACL.
Ok so those are the basics. Can you give a little more detail as to what is not working with the ACL and how the ACLs are applied? I did notice that you have 192.168.1.1/24 and 192.168.2.1/24 for your subnet statements. I would suggest changing those to 192.168.1.0/24 and 192.168.2.0/24 as you want to look at the whole subnet. Also are you using ICMP to test this or normal traffic? if you are using ICMP then the statements need to have ICMP listed as the L4 port. These entries will stop IP traffic but ICMP is a little different so that has to be listed differently.
Please let us know how it is set up and what isn't working
Thanks
P Hi,
As for what wasn't working: I was able to communicate between 1.0/24 and 2.0/24 and traffic between 1.0/24 or 2.0/24 to 3.0/24 was being blocked.
However, traffic from 1.0/24 or 2.0/24 to anything else did not appear to be forwarded to 2.254.
While rereading the concepts guide again I found that x460s can have user VRs, and ended up building a new VR for the traffic I wanted isolated from everything else, so my immediate need is met. However, I would still like to get a better understanding of ACLs and why mine didn't work.
(from Doug_Jaquays)