In my last post, I explained Egress/Ingress packet flow in a single-tier routing topology where logical segments are attached directly to T0 gateway.
In this article I will explain the same for a multi-tier routing topology in NSX-T.
Here is the topology which I have used in my lab.
Egress to Physical Network
Scenario: VM 1 with IP 192.168.10.2 is connected to logical segment App-LS and wants to communicate with a VM with IP 10.196.88.2 which is out there on physical network.
Step 1: VM 1 sends packet to its default gateway (192.168.10.1) which is LIF IP on T1-DR.
Step 2: T1 DR checks its forwarding table to make a routing decision. Since route to network 10.196.88.x doesn’t exist in forwarding table, T1-DR sends the packet to its default gateway (100.64.0.0) which is the DR instance of Tier-0 on the same hypervisor.
Step 3: The packet is sent to the T0 DR instance over internal segment (Router-Link). … Read More