< Back

Remove-NsxClusterVxlanConfig

Sat Jan 18, 2020 9:20 pm

NAME Remove-NsxClusterVxlanConfig



SYNOPSIS

Unconfigures VXLAN on an NSX prepared cluster.





SYNTAX

Remove-NsxClusterVxlanConfig [-Cluster] <ClusterInterop> [[-VxlanPrepTimeout] <Int32>] [-Confirm] [[-Connection]

<PSObject>] [<CommonParameters>]





DESCRIPTION

VXLAN configuration of a vSphere cluster involves associating the cluster

with an NSX prepared VDS, and configuration of VLAN id for the atuomatically

created VTEP portgroup, VTEP count and VTEP addressing.



The Remove-NsxClusterVxlan cmdlet will perform the unconfiguration of VXLAN

on all hosts within the specified cluster only. VIBs will remain installed.





PARAMETERS

-Cluster <ClusterInterop>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-VxlanPrepTimeout <Int32>



Required? false

Position? 2

Default value 120

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompt for confirmation. Specify as -confirm:$false to disable confirmation prompt



Required? false

Position? named

Default value True

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 3

Default value $defaultNSXConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS