< Back

New-NsxLogicalRouterPrefix

Sat Jan 18, 2020 9:18 pm

NAME New-NsxLogicalRouterPrefix



SYNOPSIS

Creates a new IP prefix and adds it to the specified ESGs routing

configuration.





SYNTAX

New-NsxLogicalRouterPrefix [-LogicalRouterRouting] <XmlElement> [-Confirm] -Name <String> -Network <String>

[-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

An NSX Logical Router is a distributed routing function implemented within

the ESXi kernel, and optimised for east west routing.



Logical Routers perform ipv4 and ipv6 routing functions for connected

networks and support both static and dynamic routing via OSPF and BGP.



The New-NsxLogicalRouterPrefix cmdlet adds a new IP prefix to the routing

configuration of the specified LogicalRouter .





PARAMETERS

-LogicalRouterRouting <XmlElement>



Required? true

Position? 2

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



-Name <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Network <String>



Required? true

Position? named

Default value

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