< Back

New-vRNISubnetMapping

Sat Jan 18, 2020 10:13 pm

NAME New-vRNISubnetMapping



SYNOPSIS

Create a new IP Subnet to VLAN ID mapping within vRealize Network Insight.





SYNTAX

New-vRNISubnetMapping [-VLANID] <Int32> [-CIDR] <String> [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

vRealize Network Insight collects netflow data and analyses the

network flows. When vRNI does not have full visibility on the physical

network and can't discover the mappings between VLANs and subnets,

you can use subnet mappings to manually determine which subnets belong

to which VLANs.





PARAMETERS

-VLANID <Int32>

The VLAN ID for this mapping



Required? true

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-CIDR <String>

The CIDR mapped to the given VLAN ID



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

vRNI Connection object



Required? false

Position? 3

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:\\>New-vRNISubnetMapping -VLANID 10 -CIDR 192.168.0.0/24













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



PS C:\\>New-vRNISubnetMapping -VLANID 11 -CIDR 192.168.0.0/16















RELATED LINKS