-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVAddressPoolSubnet
Retrieve Address Subnet Pool information.
Get-HPOVAddressPoolSubnet [-NetworkId] <String>[ [-ApplianceConnection] <Object>] [<CommonParameters>]
Using this Cmdlet will display the configured IPv4 Subnet Address Pool(s) configured on an HPE OneView appliance.
-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)
None. This Cmdlet does not support pipeline operations.
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).
-------------------------- 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.
Retrieve Address Subnet Pool information.
Get-HPOVAddressPoolSubnet [-NetworkId] <String>[ [-ApplianceConnection] <Object>] [<CommonParameters>]
Using this Cmdlet will display the configured IPv4 Subnet Address Pool(s) configured on an HPE OneView appliance.
-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)
None. This Cmdlet does not support pipeline operations.
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).
-------------------------- 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.