How to configure the Gateway IP for Management VRF in NSX-T Cloud
search cancel

How to configure the Gateway IP for Management VRF in NSX-T Cloud

book

Article ID: 369660

calendar_today

Updated On:

Products

VMware Avi Load Balancer

Issue/Introduction

Default gateway for management have to be configured via CLI if DHCP is not used and Controller is not in the same subnet as SE.

Environment

NSX-T Cloud

Resolution

In NSX-T Cloud ,Default gateway (if not coming from DHCP) has to be configured in the management VRF (not available through the GUI).Please follow the steps below:

 

Login to Controller CLI:


>switchto cloud <nsx-t-cloud name>

>configure vrfcontext management

>static_routes prefix 0.0.0.0/0 next_hop <next hop ip > route_id 1

>save

>save