VMware Networking Community
PUNTOREAR
Contributor
Contributor
Jump to solution

configure VXLAN with powercli

Can someone tell me how to configure NSX Manager VXLAN with powershell. Specifically set the load balancing srcid. See picture attached

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DaleCoghlan
VMware Employee
VMware Employee
Jump to solution

This can be done with PowerNSX

Here is an example script which configures an NSX Manager from scratch.

https://github.com/vmware/powernsx/blob/master/Examples/NSXBuildFromScratch.ps1

The specific commands you are looking for are shown around line 453-454

---------------------------------------------------------------------------------------------------------

Was it helpful? Let us know by completing this short survey here.

View solution in original post

0 Kudos
1 Reply
DaleCoghlan
VMware Employee
VMware Employee
Jump to solution

This can be done with PowerNSX

Here is an example script which configures an NSX Manager from scratch.

https://github.com/vmware/powernsx/blob/master/Examples/NSXBuildFromScratch.ps1

The specific commands you are looking for are shown around line 453-454

---------------------------------------------------------------------------------------------------------

Was it helpful? Let us know by completing this short survey here.

0 Kudos