Determine / Show WIndows NICs Index and Metric
Some usef=ul commands:
route print
- the initial part of the output shows the nwtrok interface indexes and middle part show the NICs metrix and gateway priority
netsh int ipv4 show interfaces
- shows list of NICs with MTUm, index and Metric,.
Powershell: Get-WMIObject Win32_networkadapter | Select-Object Name, AdapterType, InterfaceIndex | Format-List
Shows index of network cards
Powershell: Get-NetIpInterface
Get info of Index, MTU and Mteric of all NICs
SAP related Notes:
1568249 - How to Change Network adapter priority in Windows
1841151 - Windows Server 2012 (and higher) - different NIC order
2109662 - Windows returns wrong IP address as source IP
SAP on VMware related: 2161991 - VMware vSphere configuration guidelines
//alak
Comments
Post a Comment