< Back

Get-NsxEdgeNatRule

Sat Jan 18, 2020 9:04 pm

NAME Get-NsxEdgeNatRule



SYNOPSIS

Retrieves NAT rules from the specified NSX Edge Services Gateway NAT

configuration.





SYNTAX

Get-NsxEdgeNatRule [-EdgeNat] <XmlElement> [[-RuleId] <String>] [-ShowInternal] [<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.



The Get-NsxEdgeNatRule cmdlet retrieves the nat rules from the

nat configuration specified.





PARAMETERS

-EdgeNat <XmlElement>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-RuleId <String>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ShowInternal [<SwitchParameter>]



Required? false

Position? named

Default value False

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-NsxEdge Edge01 | Get-NsxEdgeNat | Get-NsxEdgeNatRule



Retrieve the NAT rules from ESG Edge01











RELATED LINKS