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

Reflexive access lists

rajivrajan1
Level 3
Level 3

Can any one explain in simple words where and how we are using reflexive access lists?

1 Reply 1

mheusinger
Level 10
Level 10

Hello,

ok, one example. Assume you use your router R1 to provide security to a LAN behind it. Users in the LAN will use different applications but let us restrict this to HTTP.

Which ACL would you use on R1?

In the classic case you would block all traffic except TCP port 80 from outside to the LAN. This however would already punch a permanent hole, which could be exploited by a acker. He could craft TCP packets with TCP source port 80 and send it to your LAN to spoof existing machines and the like.

Reflexive ACLs will prevent this. Basically the router keeps track of session requests, i.e. it will create a dynamic ACL entry for every LAN initiated session and clse the hole when the session is terminated. There will not be a permanent hole, which could be exploited by an attacker.

More details and some configuration examples can be found in "Configuring IP Session Filtering (Reflexive Access Lists)"

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a00804fde65.html

Hope this helps! Please use the rating system.

Regards, Martin

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