06-26-2013 05:30 AM - edited 03-11-2019 07:03 PM
Hello,
I have 4 vlan interfaces on differnet security levels.
my asa model is 5505. The issue is when data from higher interfaces flows to lower security interface , I think it goes through but can not come back in
This means the generated traffic is not tracked or in anotherword the stateful funtionality is disabled.
If i add permit any any on outside interface it all works but no other way.
When you have interfaces on different levels, do you have to do anything so that traffic from higher security interface is allowed back in ?
Many thanks
06-26-2013 05:58 AM
It depends on the protocol, you're trying to pass through. By default ASA does basic/layer 4 inspection for all tcp and udp sessions, plus application inspection (like for FTP) for some of the most used protocols.
If in your test you were talking about the ICMP traffic, then asa doesn't inspect it by default and you should add this for icmp inspection to work:
policy-map global_policy
class inspection_default
inspect icmp
06-26-2013 06:17 AM
thank you !!
how can I see the statefull table or acl created for it ?
also is zonebased firewall a concept for ios and not asa? if so this means the asa does not support context based filtering.
06-26-2013 06:32 AM
To list all the current connections in the state table you can use command show conn.
Right, ZBPF (ZFW) is a concept applicable to the IOS routers, not the ASA. For the part, related to the "context based filtering" - i'm not sure that I understand what you're talking about). Most of the statefull/application inspection functionality available for ZBPF is available for the ASA, so there's no much difference between the two. Just some different logic and sysntaxis, not functionality. ASA actually supports what they call "context-aware filtering" (ASA-CX) but i don't thing you meant this.
06-26-2013 06:38 AM
sorry meant to say cbac
many thanks for clarifying
06-26-2013 06:58 AM
You're welcome. CBAC is the engine, that ZBPF uses for inspection. ZBPF is just a framework for implementing CBAC. ASA uses MPF for implementing all the inspection features.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide