cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
473
Views
10
Helpful
5
Replies

ASA 5525- strange CLI symptom / error. Please help.

Hello.

Please see screenshot. I am unable to configure an ACL because of the below strange CLI error. Maybe it has to do with the long input on one line. May you please assist?

Thank you.

1 Accepted Solution

Accepted Solutions

I solved the symptom, though I don't know why this solved it-- I removed "line 5500" so it now reads...

#access-list Split_Tunnel_ACL extended permit ip object-group  object VENDOR_IP_GROUP1 object VPN-Pool

View solution in original post

5 Replies 5

@jmaxwellUSAF it's probably something wrong with the syntax, can you provide the full syntax?

are you add service (L4 port ) to the ACL extended IP ?
I dont think this work 
you need to use ACL extended tcp/udp and then you can use service object group

here is the full (obfuscated) code..

#object network MY_VPN_Pool
#subnet 172.16.1.0 255.255.255.0
#object-group network VENDOR_IP_GROUP1
#network-object host 1.2.3.4
#access-list Split_Tunnel_ACL extended line 50 permit ip object-group VENDOR_IP_GROUP1 object MY_VPN_Pool

I will lab this and check 

I solved the symptom, though I don't know why this solved it-- I removed "line 5500" so it now reads...

#access-list Split_Tunnel_ACL extended permit ip object-group  object VENDOR_IP_GROUP1 object VPN-Pool