There are two types of interface objects: security zones and interface groups. The key difference is that interface groups can overlap. Only security zones can be used in access control policy rules.
An interface can belong to only one security zone, which are strictly required for Access Control Policy rules. Conversely, an interface can belong to multiple interface groups, which are designed to support overlapping configurations in NAT, QoS, or prefilter policies.
An overlapping configuration happens when a single physical or logical interface needs to belong to multiple traffic-handling rules at the same time. Because interface groups allow the same interface to be a member of multiple groups, they make these scenarios possible.
1. Dual-Purpose Guest and IoT Isolation (NAT)
You have a physical DMZ interface (
GigabitEthernet0/2) that hosts both corporate guest Wi-Fi and smart office IoT devices.- The Overlap: You create two distinct Interface Groups:
Guest_GroupandIoT_Group. You place theGigabitEthernet0/2interface into both groups. - The Application: You can now write one NAT policy that translates
Guest_Grouptraffic to Web Server A, and a completely separate NAT policy that translatesIoT_Grouptraffic to Web Server B, even though the traffic originates from the exact same interface. [1]
LAB FTD 7.4
FTD has two outside interface, for LAN network objest, only one Auto-NAT can be created
1. When try to create another Auto-NAT with destination Interface Object Zone-Outside2, got the error:
2. When try to add outside2 interface to the same zone Zone-Outside which interface outside belongs to, got the error:
Comments
Post a Comment