Hello community;
Today I have finished configuring NIC Teaming on an ESXI with a Dell Switch which has the following configuration:
interface Te1/0/3
channel-group 3 mode on
spanning-tree portfast
exit
!
interface Te2/0/3
channel-group 3 mode on
spanning-tree portfast
exit
!
interface port-channel 3
spanning-tree portfast
switchport mode trunk
exit
!
In ESXI:



Now, checking the graphs, traffic is displayed in Tx/Rx, is this normal behavior despite the fact that the NIC is waiting?

Thanks.