Hello,
I just want to clarify if i use "same-security-traffic permit inter-interface" to allow communicate between 2 subnets, do these traffic get inspected by the ASA ?
For an example i have,
interface Ethernet0/0
duplex full
no nameif
security-level 100
no ip address
!
interface Ethernet0/0.1
description Management VLAN
vlan 1
nameif MGMT
security-level 100
ip address 10.150.10.1 255.255.255.0
!
interface Ethernet0/0.2
description Server VLAN
vlan 2
nameif ftp
security-level 100
ip address 10.150.20.1 255.255.255.0
So does the traffic between vlan 1 and 2 are inspected by the ASA ?