Local-proxy ARP and Layer 2 isolation
A local-proxy ARP with Layer 2 isolation is a network security mechanism that
-
directs IPv4 traffic between same-subnet endpoints through the smart switch for inspection and policy enforcement
-
prevents endpoints from bypassing the smart switch by blocking direct Layer 2 communication, and
-
prevents unnecessary traffic forwarding to the switch by responding with the gateway MAC address only when the destination is reachable.
Components of local-proxy ARP with Layer 2 isolation
Local-proxy ARP with Layer 2 isolation uses these components to move same-subnet IPv4 traffic through the smart switches:
-
Private VLAN isolation: Prevents direct Layer 2 communication between endpoints on an intermediate Layer 2 switch or distributed virtual switch.
-
Receive-only VLAN mapping: Maps the secondary VLAN to the primary VLAN on ingress without changing the VLAN on egress.
-
Enhanced local-proxy ARP: Returns the smart switch gateway MAC address when the destination is known and reachable.
-
Service VLAN Layer 2 isolation: Blocks direct Layer 2 traffic that may use learned MAC or ARP information, to prevent bypassing the DPU stateful security inspection.
Feedback