LBFO an Hyper-V 2019: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 23: Zeile 23:
  
 
New-VMSwitch -Name "Abseits" -NetAdapterName "Abseits" -AllowNetLbfoTeams $true -AllowManagementOS $true
 
New-VMSwitch -Name "Abseits" -NetAdapterName "Abseits" -AllowNetLbfoTeams $true -AllowManagementOS $true
 +
 +
 +
 +
 +
Get-VMSwitch
 +
 +
Name        SwitchType NetAdapterInterfaceDescription
 +
----        ---------- ------------------------------
 +
Int_Einsatz Internal
 +
Mgmt        External  Teamschnittstelle
 +
DMZ        Internal
 +
 +
 +
 +
 +
 +
Abseits    External  Microsoft Network Adapter Multiplexor Driver #2

Version vom 6. November 2023, 16:55 Uhr

Teaming1.png

Teaming2.png

Teaming3.png

PS C:\Windows\system32> Get-NetAdapter

Name InterfaceDescription ifIndex Status MacAddress LinkSpeed


-------------------- ------- ------ ---------- ---------

vEthernet (Mgmt) Hyper-V Virtual Ethernet Adapter 22 Up 00-50-56-9F-FF-31 10 Gbps Ethernet2 Ethernet-Adapter für vmxnet3 #4 21 Up 00-0C-29-D2-E7-C1 10 Gbps Ethernet4 Ethernet-Adapter für vmxnet3 #5 45 Up 00-50-56-96-75-2E 10 Gbps Abseits Microsoft Network Adapter Multiple...#2 57 Up 00-0C-29-D2-E7-CB 20 Gbps Ethernet3 Ethernet-Adapter für vmxnet3 #3 17 Up 00-0C-29-D2-E7-CB 10 Gbps Fussball Microsoft Network Adapter Multiplexo... 37 Up 00-0C-29-D2-E7-CB 20 Gbps Ethernet0 Ethernet-Adapter für vmxnet3 #2 12 Up 00-0C-29-D2-E7-AD 10 Gbps Ethernet1 Ethernet-Adapter für vmxnet3 6 Up 00-0C-29-D2-E7-B7 10 Gbps vEthernet (DMZ) Hyper-V Virtual Ethernet Adapter #3 49 Up 00-0C-29-D2-E7-CB 20 Gbps vEthernet (Int_Einsatz) Hyper-V Virtual Ethernet Adapter #2 3 Up 00-15-5D-4A-2E-04 10 Gbps


New-VMSwitch -Name "Abseits" -NetAdapterName "Abseits" -AllowNetLbfoTeams $true -AllowManagementOS $true



Get-VMSwitch

Name SwitchType NetAdapterInterfaceDescription


---------- ------------------------------

Int_Einsatz Internal Mgmt External Teamschnittstelle DMZ Internal



Abseits External Microsoft Network Adapter Multiplexor Driver #2