Deployment Guide

49 Dell EMC Solutions for Microsoft Azure Stack HCI Networking Guide
10.3 Get-NetIPAddress
Use the Get-NetIPAddress cmdlet to view IP addresses configured on the node. The output that follows is
from Ready Node 1.
PS> Get-NetIPAddress -AddressFamily IPv4 | Select InterfaceAlias, IPAddress
InterfaceAlias IPAddress
-------------- ---------
vEthernet (Management) 172.16.11.1
SLOT 2 Port 1 172.16.13.1
SLOT 2 Port 2 172.16.14.1
Loopback Pseudo-Interface 1 127.0.0.1
10.4 Get-NetRoute
The Get-NetRoute cmdlet is used to verify the default gateway configured on the Ready Node. The default
gateway is configured in Section 9.3.
PS> Get-NetRoute -AddressFamily IPv4 | Select InterfaceAlias, NextHop
InterfaceAlias NextHop
-------------- -------
vEthernet (Management) 172.16.11.254
10.5 Get-DnsClientServerAddress
Use the Get-DnsClientServerAddress cmdlet to view the DNS server address used by the Ready Node.
The DNS server IP address is configured in Section 9.3.
PS> Get-DnsClientServerAddress -InterfaceAlias ‘vEthernet (Management)’
InterfaceAlias Interface Address ServerAddresses
Index Family
-------------- --------- ------- ---------------
vEthernet (Management) 23 IPv4 {172.16.11.5}
vEthernet (Management) 23 IPv6 {}
10.6 View VLAN IDs
VLAN IDs configured on physical NICs can be viewed with the Get-NetAdapterAdvancedProperty
cmdlet. VLANs are configured for storage in Section 9.4.1.
PS> Get-NetAdapterAdvancedProperty -RegistryKeyword VlanID
Name DisplayName DisplayValue RegistryKeyword RegistryValue
---- ----------- ------------ --------------- -------------
NIC1 VLAN ID 0 VlanId {0}
NIC2 VLAN ID 0 VlanId {0}
NIC4 VLAN ID 0 VlanId {0}
NIC3 VLAN ID 0 VlanId {0}
SLOT 2 Port 2 VLAN ID 1614 VlanID {1614}
SLOT 2 Port 1 VLAN ID 1613 VlanID {1613}