09-06-2010 02:52 AM - edited 03-11-2019 11:35 AM
Hi,
if i permit traffic for inside hosts to the outside with the "ip" service, what fall under this service.
Example:
object network obj_any
nat (inside,outside) dynamic interface
object-group service DM_INLINE_SERVICE_1
service-object ip
service-object icmp
service-object udp
service-object tcp
service-object tcp-udp destination eq sip
access-list global_access extended permit object-group DM_INLINE_SERVICE_1 192.168.5.0 255.255.255.0 any
Do i need icmp if i have already ip within?
Solved! Go to Solution.
09-06-2010 03:01 AM
All protocols are included under IP (inc. ICMP, TCP and UDP).
09-06-2010 03:01 AM
All protocols are included under IP (inc. ICMP, TCP and UDP).
09-06-2010 03:40 AM
thanks for that.
08-27-2013 11:36 PM
Firstly, it has been my experience that ICMP is not included in the "IP" service tag in cisco ASA ACLs. I usually need a separate ACL for ICMP even though technically ICMP is an IP protocol.
Secondly IP traffic does not just include TCP and UDP. Does the Cisco ACL "IP" service include GRE, ESP, AH and other IP protocols? It's not clear to me.
I'm sure I knew that when I was doing this a lot but mostly these devices just work and it's only occasionally I need to change things and then I've forgotten this.
03-04-2024 09:12 AM
Is there all ports included on this 'IP' service?
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