cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
259
Views
5
Helpful
2
Replies

Protocol Filtering

marcusbrutus
Level 1
Level 1

Hi. How could I enable or disable protocol filtering in a router? If for example I wish to disable vpn esp protocol 500, what is the syntax?

Thanks in advance.

2 Replies 2

Istvan_Rabai
Level 7
Level 7

Hi Mark,

You can use access-lists for protocol filtering.

For blocking IPsec vpn traffic it may look like this:

access-list 100 deny udp any 500 any 500

access-list 100 deny esp any any

access-list 100 permit ip any any

The 1st line blocks any isakmp traffic.

The 2nd line blocks any ipsec esp protocol traffic.

The 3rd line allows any other ip traffic.

Cheers:

Istvan

Hi Mark,

Sorry, probably I was sleeping when I posted my previous message :).

The fist line should be like this:

access-list 100 deny udp any eq 500 any eq 500

or

access-list 100 deny udp any eq isakmp any eq isakmp

Thanks:

Istvan

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