Hi guys hope you can help me here:
We have this settings in our cisco and ESXi hosts conf, and we are having problems with a NIC that is causing when it fails, we loose all the Communications between that Host and the other two from the cluster.
Cisco settings:
show runn int g1/1
Building configuration...
Current configuration : 305 bytes
!
interface GigabitEthernet1/1
description UPLINK to ESXI1
switchport trunk encapsulation dot1q
switchport mode trunk
qos trust dscp
auto qos voip trust
tx-queue 3
bandwidth percent 33
priority high
shape percent 33
channel-group 2 mode on
service-policy output autoqos-voip-policy
end
SRFL1_ACCESS_4948_S3#show runn int g1/2
Building configuration...
Current configuration : 305 bytes
!
interface GigabitEthernet1/2
description UPLINK to ESXI1
switchport trunk encapsulation dot1q
switchport mode trunk
qos trust dscp
auto qos voip trust
tx-queue 3
bandwidth percent 33
priority high
shape percent 33
channel-group 2 mode on
service-policy output autoqos-voip-policy
end
SRFL1_ACCESS_4948_S3#show runn int g1/3
Building configuration...
Current configuration : 305 bytes
!
interface GigabitEthernet1/3
description UPLINK to ESXI1
switchport trunk encapsulation dot1q
switchport mode trunk
qos trust dscp
auto qos voip trust
tx-queue 3
bandwidth percent 33
priority high
shape percent 33
channel-group 2 mode on
service-policy output autoqos-voip-policy
end
SRFL1_ACCESS_4948_S3#show runn int g1/4
Building configuration...
Current configuration : 305 bytes
!
interface GigabitEthernet1/4
description UPLINK to ESXI1
switchport trunk encapsulation dot1q
switchport mode trunk
qos trust dscp
auto qos voip trust
tx-queue 3
bandwidth percent 33
priority high
shape percent 33
channel-group 2 mode on
service-policy output autoqos-voip-policy
end
SRFL1_ACCESS_4948_S3#show runn int port-channel 2
Building configuration...
Current configuration : 149 bytes
!
interface Port-channel2
description UPLINK to ESXI1
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
qos trust dscp
end
We have at ESXi host the attached images conf. Is there anything else that we are missing at cisco conf or ESXi networking conf? Because i see that in some KB they mention to add switchport nonegotiate and spanning-tree portfast trunk
Thanks for the help!!!