Get HPOVAddressPoolSubnet - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVAddressPoolSubnet

Retrieve Address Subnet Pool information.

SYNTAX

Get-HPOVAddressPoolSubnet [-NetworkId] <String>[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Using this Cmdlet will display the configured IPv4 Subnet Address Pool(s) configured on an HPE OneView appliance.

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

-NetworkId <String>

Specify the Network ID of the subnet in order to filter the results.

Aliases None
Required? true
Position? named
Default value
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. This Cmdlet does not support pipeline operations.

Return Values

HPOneView.Appliance.IPv4AddressSubnet [System.Management.Automation.PSCustomObject]

Single IPv4 Subnet Address Pool Range.

System.Collections.ArrayList <HPOneView.Appliance.IPv4AddressSubnet>

Collection of IPv4 Subnet Address Pool Range(s).

Examples

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

Get-HPOVAddressPoolSubnet Appliance Network ID Subnet Mask Gateway DNS Server Domain Name Ranges --------- ---------- ----------- ------- ---------- ----------- ------ hpov-tot1.domain.com 172.20.0.0 255.255.0.0 172.20.0.1 {10.250.33.12, 10.250.34.80} domain.com Prod1 hpov-tot1.domain.com 192.168.20.0 255.255.255.0 192.168.20.254 {10.250.33.12, 10.250.34.80} vlan20.domain.lab VLAN20Prod hpov-tot1.domain.com 192.168.10.0 255.255.255.0 192.168.10.254 {10.250.33.12, 10.250.34.80} domain.lab VLAN10 Prod

Get the configured IPv4 Address Pools from all appliances.

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

Get-HPOVAddressPoolSubnet -NetworkId 192.168.20.0 Appliance Network ID Subnet Mask Gateway DNS Server Domain Name Ranges --------- ---------- ----------- ------- ---------- ----------- ------ hpov-tot1.domain.com 192.168.20.0 255.255.255.0 192.168.20.254 {10.250.33.12, 10.250.34.80} vlan20.domain.lab VLAN20Prod

Get the specified IPv4 Address Pool from all appliances.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVAddressPoolSubnet

Retrieve Address Subnet Pool information.

SYNTAX

Get-HPOVAddressPoolSubnet [-NetworkId] <String>[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Using this Cmdlet will display the configured IPv4 Subnet Address Pool(s) configured on an HPE OneView appliance.

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

-NetworkId <String>

Specify the Network ID of the subnet in order to filter the results.

Aliases None
Required? true
Position? named
Default value
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. This Cmdlet does not support pipeline operations.

Return Values

HPOneView.Appliance.IPv4AddressSubnet [System.Management.Automation.PSCustomObject]

Single IPv4 Subnet Address Pool Range.

System.Collections.ArrayList <HPOneView.Appliance.IPv4AddressSubnet>

Collection of IPv4 Subnet Address Pool Range(s).

Examples

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

Get-HPOVAddressPoolSubnet Appliance Network ID Subnet Mask Gateway DNS Server Domain Name Ranges --------- ---------- ----------- ------- ---------- ----------- ------ hpov-tot1.domain.com 172.20.0.0 255.255.0.0 172.20.0.1 {10.250.33.12, 10.250.34.80} domain.com Prod1 hpov-tot1.domain.com 192.168.20.0 255.255.255.0 192.168.20.254 {10.250.33.12, 10.250.34.80} vlan20.domain.lab VLAN20Prod hpov-tot1.domain.com 192.168.10.0 255.255.255.0 192.168.10.254 {10.250.33.12, 10.250.34.80} domain.lab VLAN10 Prod

Get the configured IPv4 Address Pools from all appliances.

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

Get-HPOVAddressPoolSubnet -NetworkId 192.168.20.0 Appliance Network ID Subnet Mask Gateway DNS Server Domain Name Ranges --------- ---------- ----------- ------- ---------- ----------- ------ hpov-tot1.domain.com 192.168.20.0 255.255.255.0 192.168.20.254 {10.250.33.12, 10.250.34.80} vlan20.domain.lab VLAN20Prod

Get the specified IPv4 Address Pool from all appliances.

Related Links


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