I_Batman wrote: » Hi, first post on this web site. I am trying to understand some access list rules. I have 2 rules in the same acl. They read as: permit tcp 39.112.123.128 0.0.0.15 eq www any permit tcp 39.112.123.128 0.0.0.15 any eq www I don't know how they are different. Any help would be great.
ram1101 wrote: » ok on the first ACL you are allowing tcp port 80 from source 39.112.123.128 0.0.0.15 to anything on the second one you are allowing tcp from ip 39.112.123.128 0.0.0.15 to port 80
I_Batman wrote: » I am sorry, I am lost. In the 2nd rule, how do you allow traffic to a specific port, in this case port 80. I don't understand the concept of allowing traffic to a logical port.