cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
413
Views
0
Helpful
3
Replies

VPN Ports

HMidkiff
Level 1
Level 1

Does anyone know the ports which need to be open for a "ipsec-isakmp" vpn tunnel?

3 Replies 3

srue
Level 7
Level 7

udp 500 for phase 1

eg: access-list ACL_NAME permit udp any host x.x.x.x eq 500

protocol ESP for phase 2.

eg: access-list ACL_NAME permit esp any host x.x.x.x

if nat-t is used, udp/tcp 10000 depending on your configuration. or whatever other port you configure for this.

Jon Marshall
Hall of Fame
Hall of Fame

Harrison

UDP 500 - ISAKMP

ESP 50 - IPSEC

Optionally -

ISAKMP NAT-Traversal - UDP 4500 (NAT-T)

IPSEC Over UDP - UDP 10000 (Default)

IPSEC Over TCP - TCP 10000 (Default)

Jon

eek..i can never rememeber 4500 for some reason.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card