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

Classic IOS IPSEC VPN - ACL/Firewall

Paul Masterton
Level 1
Level 1

Hello All,

How can I restrict traffic that comes in to my router over an established classic IPSEC tunnel (crypto map, etc.) assuming I don't control the remote end?

I know with a VTI I could just bind an ACL to is, is there a way to apply an ACL to decrypted traffic in the same way for a classic IPSEC tunnel?

Thanks!

P

1 Reply 1

Marcin Latosiewicz
Cisco Employee
Cisco Employee

Paul,

You're better off filtering on local LAN, but you might also look into this:

R1(config)#crypto map MAP 10 ipsec-isakmp

% NOTE: This new crypto map will remain disabled until a peer

        and a valid access list have been configured.

R1(config-crypto-map)#set ip access-g ?

  <1-199>      IP access list (standard or extended)

  <1300-2699>  IP expanded access list (standard or extended)

  WORD         Access-list name

http://www.cisco.com/en/US/docs/ios-xml/ios/security/s1/sec-cr-s2.html#wp1661006749

HTH,

M.