< Back

Set-NsxEdgeNat

Sat Jan 18, 2020 9:27 pm

NAME Set-NsxEdgeNat



SYNOPSIS

Configures global NAT configuration of an existing NSX Edge Services

Gateway.





SYNTAX

Set-NsxEdgeNat [-EdgeNat] <XmlElement> [-Confirm] [-Enabled] [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

An NSX Edge Service Gateway provides all NSX Edge services such as firewall,

NAT, DHCP, VPN, load balancing, and high availability. Each NSX Edge virtual

appliance can have a total of ten uplink and internal network interfaces and

up to 200 subinterfaces. Multiple external IP addresses can be configured

for load balancer, site???????????????to???????????????site VPN, and NAT services.



NSX Edge provides network address translation (NAT) service to protect the

IP addresses of internal (private) networks from the public network.



You can configure NAT rules to provide access to services running on

privately addressed virtual machines. There are two types of NAT rules that

can be configured: SNAT and DNAT.



The Set-NsxEdgeNat cmdlet configures the global NAT configuration of

the specified Edge Services Gateway.





PARAMETERS

-EdgeNat <XmlElement>



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

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



-Enabled [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? named

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