Skip to content

Get HPOVReservedVlanRange

Chris Lynch edited this page Mar 31, 2020 · 9 revisions

ℹ️ Note: This Wiki is no longer the source for HPE OneView PowerShell Library documentation. The new location is here.

Please update your local offline help system using Get-Help <ModuleName> to dwonload the latest offline help contents.

HPE OneView

Library

5.00

Get-HPOVReservedVlanRange

Syntax

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

Description

A reserved VLAN pool is a range of VLANs used for allocation of non-tagged networks:

* Tunnel
* Untagged

Tagged networks and FCoE networks use VLANs outside of the reserved pool. You cannot use a reserved VLAN for tagged or FCoE networks.

The VLAN pool allows the number of available VLANs to be segregated between tagged and non-tagged networks. Because non-tagged networks use VLANs for internal translation resources, a reserved VLAN pool can provide a sufficient number of VLANs available for allocation of those internal VLANs. In addition, the reserved pool range removes the need for translation resources to be used on tagged networks.

For the maximum number of VLANs per physical downlink port, see the HPE OneView Support Matrix for HPE Synergy (https://www.hpe.com/info/synergy-docs).

Use this Cmdlet to get the configured reserved VLAN range pool.

Minimum required privileges: Read-only

Parameters

-ApplianceConnection <Object>

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

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


HPE OneView

Library

4.20

Get-HPOVReservedVlanRange

Syntax

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

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


HPE OneView

Library

4.10

Get-HPOVReservedVlanRange

Syntax

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

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


Wiki Table of Contents

Clone this wiki locally