Hi guys,
Can someone tell me what is the difference between these two extended ACLs?
1) permit udp any range 8801 8810 192.168.0.0 0.0.255.255
2) permit udp any 192.168.0.0 0.0.255.255 range 8801 8810
Thank you!
Solved! Go to Solution.
1) the source IP is any and the source port is in the range 8801 to 8810 and the destination IP is from the 192.168.x.x range with a destination port of any
2) the source IP is any and the source port is any and the destination IP is from the range 192.168.x.x with a destination port in the range 8801 to 8810
if those are both in the same acl then it suggests one of them didn't work so the other one was added as they do very different things.
Jon
depend on direction and the IP of Server use this port
1) the source IP is any and the source port is in the range 8801 to 8810 and the destination IP is from the 192.168.x.x range with a destination port of any
2) the source IP is any and the source port is any and the destination IP is from the range 192.168.x.x with a destination port in the range 8801 to 8810
if those are both in the same acl then it suggests one of them didn't work so the other one was added as they do very different things.
Jon