< Back

Get-NsxEdgeFirewallRule

Sat Jan 18, 2020 9:03 pm

NAME Get-NsxEdgeFirewallRule



SYNOPSIS

Retrieves Firewall rules from the specified NSX Edge Services Gateway Firewall

configuration.





SYNTAX

Get-NsxEdgeFirewallRule -EdgeFirewall <XmlElement> [[-Name] <String>] [<CommonParameters>]



Get-NsxEdgeFirewallRule -EdgeFirewall <XmlElement> [-RuleId <String>] [<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.



The NSX Edge provides layer 3/4 firewall services to protect connected

networks. the Edge firewall is separate from, and can be used to complement

the NSX distributed firewall.



The Get-NsxEdgeFirewallRule cmdlet retrieves configured firewall rules on

the specified Edge Services Gateway.





PARAMETERS

-EdgeFirewall <XmlElement>



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-RuleId <String>



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>



Required? false

Position? 2

Default value

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