cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
374
Views
0
Helpful
2
Replies

Is possible to limit tcp or udp traffic between a site-to-site VPN connect?

rselmi
Level 1
Level 1

Is possible to limit tcp or udp traffic between a site-to-site VPN connection

2 Replies 2

kagodfrey
Level 3
Level 3

Hi

If you mean is it possible to control which tcp or udp ports are allowable through a site to site VPN tunnel, then yes, this is possible.

For instance,a crypto map statement such as "crypto map vpntunnel 10 match address aclvpn" coupled with access-list statements such as "access-list aclvpn permit tcp sourceip sourcemask destinationip destinationmask eq 80" would permit http traffic through the vpn tunnel.

HTH

Kev

Thanks, I will apply these configurations to the PIX.