cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
939
Views
0
Helpful
1
Replies

resctrict the access to VPN IPsec remote access to some public addresses

mounir16113
Level 1
Level 1

Dears ,

 

i want to resctrict the access to VPN IPsec remote access to some public addresses  .

can i do that with asa  ASA5512 version  9.1 ??

1 Reply 1

Hi,

You could use a control plane ACL on the ASA to restrict access. E.g.

 

object-group network ALLOWED_RAVPN
 network-object host 11.1.1.1
 network-object host 12.1.1.1

access-list CPLANE extended permit tcp object-group ALLOWED_RAVPN interface OUTSIDE eq https
access-list CPLANE extended permit udp object-group ALLOWED_RAVPN interface OUTSIDE eq isakmp
access-list CPLANE extended permit udp object-group ALLOWED_RAVPN interface OUTSIDE eq 4500
access-list CPLANE extended permit esp object-group ALLOWED_RAVPN interface OUTSIDE
access-list CPLANE extended deny ip any any

access-group CPLANE in interface OUTSIDE control-plane

 HTH

Review Cisco Networking for a $25 gift card