NSX-T Gateway and its components

 

NSX-T Gateway and Gateway components

                    - Prashant Pandey , VCAP-NV

 

In this blog we are going to discuss about all available options of Gateways and its components with NSX-T.

 

·       In NSX-T, we have 2 types of Gateways named as Tier-0 & Tier-1.

·       Each gateway has its own gateway components named DR (distributed router) and SR (service router).


Tier-0

Tier-1

T0 is needed for North-South connectivity.

T1 handles East-West connectivity.

Supports Static or dynamic routing
towards the upstream physical gateway.

No routing is needed, only connection is required with T0,
routing is taken care by NSX-T itself.

T0 is mandatory for any topology, be it
single tier or multi-tier architecture.

T1 is only required for multi-tier architecture,
since it can't have physical connectivity,
no single tier architecture is feasible with this.

NSX Edge cluster is always needed to
configure T0 Uplink for physical connectivity.

Edge cluster is only needed if state-ful services
are required on T1.

Once we spin up T0, both gateway
components (SR & DR) are created by default.

Once we spin up T1, only DR components gets created by default
and if we need SR component, we need to map this T1 to edge cluster.


SR

DR

SR stands for Service router.

DR stands for Distributed router.

SR enables gateway (T0 or T1)
to perform stateful services like NAT, stateful firewall.

DR enables distributed routing or
east-west routing.

SR components gets created on
Edge node only and not on transport node.

DR components gets created on
all Transport nodes including Edge nodes.




Representation of gateway components on Transport nodes & Edge nodes for better understanding.

 


·   

·       We can access CLI of T0-SR, T0-DR, T1-SR, T1-DR through edge node.

·       Login to edge node via admin credentials.

·       Get logical-router                          // to check all gateway components

·       VRF “id”                                           // to enter specific gateway component with VRF id 




Any Improvement points or suggestions are welcome.

-----ThankYou-----

Prashant Pandey





Comments

Popular posts from this blog

Decision Factors to choose in between NVDS & CVDS during NSX-T deployments

NSX-v to NSX-T workload migration with Network Coexistence via L2Bridge

Independent Bridging : NSX-v to NSX-T In-Parallel Migration use case.