< Back

Remove-NsxLogicalRouterInterface

Sat Jan 18, 2020 9:24 pm

NAME Remove-NsxLogicalRouterInterface



SYNOPSIS

Deletes an NSX Logical router interface.





SYNTAX

Remove-NsxLogicalRouterInterface [-Interface] <XmlElement> [-Confirm] [[-Connection] <PSObject>]

[<CommonParameters>]





DESCRIPTION

NSX Logical Routers can host up to 8 uplink and 1000 internal interfaces, each of which

can be configured with multiple properties.



Logical Routers support interfaces connected to either VLAN backed port groups or NSX

Logical Switches, although connection to VLAN backed PortGroups is not a recommended

configuration.



Use Remove-NsxLogicalRouterInterface to remove an existing Logical Router Interface.





PARAMETERS

-Interface <XmlElement>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value True

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 2

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