We are receiving the following on a Windows 2016 server VM host - does anyone know what this means?:
Log Name: System
Source: Microsoft-Windows-MsLbfoSysEvtProvider
Date: 26/10/2017 07:37:20
Event ID: 16945
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: servername.domain.suffix
Description:
MAC conflict: A port on the virtual switch has the same MAC as one of the underlying team members on Team Nic Microsoft Network Adapter Multiplexor Driver
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-MsLbfoSysEvtProvider" Guid="{387ed463-8b1b-42c9-9ef0-803fdfd5d94e}" EventSourceName="MsLbfoProvider" />
<EventID Qualifiers="32768">16945</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2017-10-26T06:37:20.210297100Z" />
<EventRecordID>417280</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="6356" />
<Channel>System</Channel>
<Computer>servername.domain.suffix</Computer>
<Security />
</System>
<EventData>
<Data Name="DriverObject">
</Data>
<Data Name="Member">Microsoft Network Adapter Multiplexor Driver</Data>
</EventData>
</Event>
Obviously there is a MAC address conflict but what action should we take without interrupting any host connectivity?
Log Name: System
Source: Microsoft-Windows-MsLbfoSysEvtProvider
Date: 26/10/2017 07:37:20
Event ID: 16945
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: servername.domain.suffix
Description:
MAC conflict: A port on the virtual switch has the same MAC as one of the underlying team members on Team Nic Microsoft Network Adapter Multiplexor Driver
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-MsLbfoSysEvtProvider" Guid="{387ed463-8b1b-42c9-9ef0-803fdfd5d94e}" EventSourceName="MsLbfoProvider" />
<EventID Qualifiers="32768">16945</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2017-10-26T06:37:20.210297100Z" />
<EventRecordID>417280</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="6356" />
<Channel>System</Channel>
<Computer>servername.domain.suffix</Computer>
<Security />
</System>
<EventData>
<Data Name="DriverObject">
</Data>
<Data Name="Member">Microsoft Network Adapter Multiplexor Driver</Data>
</EventData>
</Event>
Obviously there is a MAC address conflict but what action should we take without interrupting any host connectivity?
0