cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
259
Views
0
Helpful
3
Replies

vm traffic

Sha123
Level 1
Level 1

All vms (vfs) are connected to single switch port where pf nic connected, then how switch sees the same traffic from different interfaces?

3 Replies 3

Enes Simnica
Level 5
Level 5

@Sha123  let me dive a little bit more deeper here. And again, good question. So, Even though all the VFs (VMs) are connected through a single physical NIC and switch port (via the PF), the switch sees multiple logical MAC movements because of how SR-IOV handles traffic internally. Which means that when this multicast amplification bug kicks in, the NIC may replicate the same multicast frame across multiple VFs, and depending on the NIC driver/firmware behavior, these frames can be tagged or sourced inconsistently, causing the switch to think the MAC is moving or flapping, even though it’s technically coming from the same physical port.

To be more clear, to the switch it can appear like: 1. The same MAC is showing up from different logical paths, possibly even with slight changes in encapsulation or VLAN handling (especially with overlays like VXLAN involved). and then  updates its MAC table back and forth, thinking the MAC is unstable, which is what causes the flapping.

SO, The bug primarily affects outgoing multicast traffic from the host, where a single multicast packet gets replicated unintentionally across VFs, causing a flood of near-identical frames. The incoming traffic isn’t the trigger, it's mostly the egress (outbound) multicast behavior that breaks things.

hope it helps...

 

-Enes

more Cisco?!
more Gym?!



If this post solved your problem, kindly mark it as Accepted Solution. Much appreciated!

Enes Simnica
Level 5
Level 5

and here u have some links, for Multicast issues, MAC issues and more........:

and the best way to answer ur questions would be to lab them. Use EVEng or paste here some show commands if that is possible.......

 

 

 

more Cisco?!
more Gym?!



If this post solved your problem, kindly mark it as Accepted Solution. Much appreciated!

Are you config any port redundacy in VM?

Are you config any PO between VM and SW?

MHM