01-02-2023 10:18 AM - edited 01-02-2023 10:19 AM
Hello.
ACE- "deny ip any any". What exactly does "IP" mean here? ,because the next line in the ACL reads...
"permit tcp any any eq 631"
implies TCP within IP.
Thank you!
Solved! Go to Solution.
01-02-2023 10:20 AM - edited 01-02-2023 10:21 AM
for extended ACL there is
ip <<- check the IP header
udp <<- check the L4 UDP port
tcp <<- check the L4 TCP port
icmp <<- check the protocol type ICMP
01-02-2023 10:28 AM
@jmaxwellUSAF using "ip" in an ACL would match on source and destination IP address. Whereas using "tcp" in the ACE would match on the source and destination IP and TCP port.
Generally when you permit traffic you are specific with the UDP/TCP port, but denying traffic you generally deny on IP.
01-02-2023 10:20 AM - edited 01-02-2023 10:21 AM
for extended ACL there is
ip <<- check the IP header
udp <<- check the L4 UDP port
tcp <<- check the L4 TCP port
icmp <<- check the protocol type ICMP
01-02-2023 10:26 AM
MHM, Is there anything you don't know?
01-02-2023 10:31 AM
All thanks to @Rob Ingram I learn from him a lot. and still learning from Him.
so thanks @Rob Ingram
01-02-2023 10:28 AM
@jmaxwellUSAF using "ip" in an ACL would match on source and destination IP address. Whereas using "tcp" in the ACE would match on the source and destination IP and TCP port.
Generally when you permit traffic you are specific with the UDP/TCP port, but denying traffic you generally deny on IP.
01-02-2023 10:37 AM
Who is a better captain-- J. Kirk or J. Picard?
01-02-2023 10:41 AM
@jmaxwellUSAF Sisko
01-02-2023 10:45 AM
Happy new year friends.
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