< Back

Add-vRNINorthSouthIP

Sat Jan 18, 2020 10:07 pm

NAME Add-vRNINorthSouthIP



SYNOPSIS

Add a new North-South IP mapping within vRealize Network Insight.





SYNTAX

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



Add-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 add to 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 add to 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 add to 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:\\>Add-vRNINorthSouthIP -Subnet 80.182.12.0/24













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



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















RELATED LINKS