Get-ProviderAddress
Gets the provider address for a server.
Syntax
Get-ProviderAddress []
Description
The Get-ProviderAddress cmdlet gets the provider address (PA) for a physical server. This cmdlet gets the following information:
- Provider Address (PA). The IP address assigned to a hidden network adapter in a non-default network compartment.
- Subnet mask. The IP prefix length, or mask, of the PA IP address.
- MAC Address. The media access control address.
- Default gateway. The default gateway (next-hop) for the specified PA IP address. This typically corresponds to the IP address assigned to the top-of-rack (ToR) switch.
Examples
Example 1: Get the provider address
PS C:\> Get-ProviderAddress
ProviderAddress : 10.10.182.68
MAC Address : 00-1D-D8-EE-1C-07
Subnet Mask : 255.255.255.128
Default Gateway : 10.10.182.1
VLAN : VLAN11
ProviderAddress : 10.10.182.69
MAC Address : 00-1D-D8-EE-1C-09
Subnet Mask : 255.255.255.128
Default Gateway : 10.10.182.1
VLAN : VLAN11
This command gets the provider address.
Inputs
None