< Back

New-vRANetworkProfileIPRangeDefinition

Sat Jan 18, 2020 10:02 pm

NAME New-vRANetworkProfileIPRangeDefinition



SYNOPSIS

Creates a new network profile ip range definition





SYNTAX

New-vRANetworkProfileIPRangeDefinition [-Name] <String> [[-Description] <String>] [-StartIPv4Address] <String>

[-EndIPv4Address] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Creates a new network profile ip range definition





PARAMETERS

-Name <String>

The name of the network profile ip range



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Description <String>

A description of the network profile ip range



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-StartIPv4Address <String>

The start IPv4 address



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-EndIPv4Address <String>

The end IPv4 address



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

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

System.String.





OUTPUTS

System.Management.Automation.PSObject





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



PS C:\\>New-vRANetworkProfileIPRangeDefinition -Name "External-Range-01" -Description "Example" -StartIPv4Address

"10.20.1.2" -EndIPv4Address "10.20.1.5"















RELATED LINKS