• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

cisco router configuration help

LoudTIGER

Member
i'm looking at an access control list, and there is a line that says "evaluate estab" after some deny/permit comamnds. what does this line do?

thanks!
 
The evaluate command is for reflexive access lists. Reflexive ACLs allow traffic that was permitted out to return back into the network even if they are not allowed by an access list.
 
isn't that what reflect estab does? i think estab is the keyword for packets that aren't tagged with a send or recieve direction.
 
estab is the keyword for packets not tagged w/ the 'syn' bit, right? so evaluate estab would be to allow traffic permitted out to come back in? estab packets do not have a send or receive direction, so there is no way to differentiate which TCP packets are incoming or outgoing.

sorry if the above doesn't make sense. i'm just confused about what this one line does, and it's not clear to me yet.

thanks for all your help.
 
Ok, I did not understand what you posted the last time. I thought you were referring to a command that started with reflect. That is why I said there was no reflect command. So, for your outbound ACLs you need the reflect command at the end with a name for the reflexive ACL. Then on the inbound ACL you have the evaluate command at the end to evaulate the traffic that you wanted to allow back in after it left the network.
 
ah okay, that makes a lot of sense to me. sorry for being unclear about the reflect keyword. i meant it was used in a permit rule.

: )
 
No, problem. It has been a little while since I have used reflexive ACLs and it does not help that I am tired right now too.
 
Back
Top