Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Step 1-6 Ensure Access Control Lists Are Compatible with IPSec

Sep 27,2009 by alperen

image

Step 1-6 Ensure Access Control Lists Are Compatible with IPSec

Make certain any existing access lists on VPN device and perimeter router don’t block IPSec traffic. Perimeter routers frequently implement restrictive security policies using ACLs. These policies often deny all inbound traffic that isn’t responding to a specific outbound request. This restriction often blocks inbound IPSec traffic necessary to establish a VPN session.

Specific permit statements must be added to the inbound ACL to allow IPSec traffic. The following ports and protocol access should be left open:

  • IKE/ISAKMP UDP port 500/keyword: isakmp

  • Encapsulating Security Payload (ESP) IP protocol number 50/keyword: esp

  • Authentication Header (AH) IP protocol number 51/keyword: ahp

The first step is to use the show access-lists command to determine if any ACLs will block IPSec traffic.

Assuming an inbound ACL is causing problems, it must be edited, placing entries at the beginning to permit IPSec traffic. The following shows an example of the lines that should be added to Rtr2’s existing ACL 110.

Rtr2# show running-config 
!
interface Serial 0
ip address 10.0.50.2 255.255.255.252
ip access-group 110 in
!
access-list 110 permit ahp host 10.0.1.21 host 10.0.50.2
access-list 110 permit esp host 10.0.1.21 host 10.0.50.2
access-list 110 permit udp host 10.0.1.21 host 10.0.50.2 eq isakmp
   ---balance of ACL statements---

454 times read

Related news

» Step 3-3 Configure Crypto ACLs
by alperen posted on Sep 27,2009
» Cisco IOS IPSec for Preshared Keys Review
by alperen posted on Sep 29,2009
» ACL Entry for Return Traffic from the AAA Server
by alperen posted on Sep 17,2009
» Cisco IOS IPSec Certificate Authority Support Review
by alperen posted on Oct 02,2009
» Creating an Encrypted VPN Between the LAN Interfaces of Two Routers
by admin posted on Jul 21,2008
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author