< Back

Remove-vRNINorthSouthIP

Sat Jan 18, 2020 10:13 pm

NAME Remove-vRNINorthSouthIP



SYNOPSIS

Remove a North-South IP mapping within vRealize Network Insight.





SYNTAX

Remove-vRNINorthSouthIP -Subnet <String> [-Connection <PSObject>] [<CommonParameters>]



Remove-vRNINorthSouthIP -IP_Range_Start <String> -IP_Range_End <String> [-Connection <PSObject>]

[<CommonParameters>]





DESCRIPTION

vRealize Network Insight collects netflow data and analyses the

network flows. If you are using internal IPs outside the datacenter,

you should add them to the North-South IP mappings.





PARAMETERS

-Subnet <String>

The subnet to remove from the IP mappings



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-IP_Range_Start <String>

The IP range start to remove from the IP mappings



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-IP_Range_End <String>

The IP range end to remove from the IP mappings



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

vRNI Connection object



Required? false

Position? named

Default value $defaultvRNIConnection

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:\\>Remove-vRNINorthSouthIP -Subnet 80.182.12.0/24













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Remove-vRNINorthSouthIP -IP_Range_Start 90.23.12.1 -IP_Range_End 90.23.12.100















RELATED LINKS