Closed mu853 closed 2 years ago
Example of Use
create an overlay segment in the default transportzone $ nsxctl create segment seg-01
$ nsxctl create segment seg-01
create an overlay segment and connect it to a gateway $ nsxctl create segment seg-02 --gateway T1-C --interface-address 172.29.10.1/24
$ nsxctl create segment seg-02 --gateway T1-C --interface-address 172.29.10.1/24
create a vlan segment $ nsxctl create segment seg-03 --transportzone nsx-vlan-transportzone --vlan-ids 10,20,30-40
$ nsxctl create segment seg-03 --transportzone nsx-vlan-transportzone --vlan-ids 10,20,30-40
Example of Use
create an overlay segment in the default transportzone
$ nsxctl create segment seg-01
create an overlay segment and connect it to a gateway
$ nsxctl create segment seg-02 --gateway T1-C --interface-address 172.29.10.1/24
create a vlan segment
$ nsxctl create segment seg-03 --transportzone nsx-vlan-transportzone --vlan-ids 10,20,30-40