Get HPOVReservedVlanRange - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVReservedVlanRange

Get the reserved VLAN range for HPE Synergy.

SYNTAX

Get-HPOVReservedVlanRange[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

By default, HPE Synergy reserves a sepcific VLAN range for Tunnel, untagged and FC networks for HPE Synergy Virtual Connect. This default range is 3967-4095. The range can be modified using Set-HPOVReservedVlanRange if none of the specified network resources have been created.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? False
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
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 (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.Networking.ReservedVlanRange

The reserved VLAN range object

Examples

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

Get-HPOVReservedVlanRange

Get the defined reserved VLAN range on the connected HPE Synergy appliance.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️