02-26-2021 04:42 PM
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.
02-27-2021 12:32 AM
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
02-26-2021 05:23 PM
depend on direction and the IP of Server use this port
02-27-2021 12:32 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide