Hi,
I have four Avaya 4826GTS switch that they are stacked. I want to connect a VMware server to this stack. This server has four network adapters which every two, have same media type.
I read 'Resilient Data Center Solutions for VMware ESX Servers Technical Configuration Guide' and I've tried to configure this stack but without success.
Some commands are not compatible and I couldn't replace them with some other commands.
could you please help me to solve the problem?
Here is my configuration. For test, I want to configure first only two SFP port (4/25-26) as Link aggrigation port on one switch, when it works I'll put them on different switch and then configure next two other switch ports.
Here is my configurations for first two ports which have same media type, I removed configurations which were not related:
!
vlan ports 4/25-26 tagging tagAll
vlan configcontrol flexible
vlan members 1 NONE
vlan members 42 1/2-26,2/1-26,3/2-26,4/1-26
vlan members 44 1/1-25,2/1-25,3/1-25,4/1-26
vlan ports 1/2-26,2/ALL,3/2-26,4/ALL pvid 42
no auto-pvid
!
qos if-group name allUpLinks class trusted
qos if-assign port 4/25-26 name allUpLinks
!
! *** MLT (Phase 1) ***
!
mlt 24 name "VMware1" enable member 4/25-26
!
interface FastEthernet ALL
spanning-tree port 4/25-26 learning disable
exit
!
! *** VLAN Phase 2***
!
vlan mgmt 42
!
! *** MLT (Phase 2) ***
!
mlt spanning-tree 24 stp 1 learning disable
!
! *** VLACP ***
!
vlacp enable
vlacp macaddress 180.c200.f
interface FastEthernet ALL
vlacp port 1/23-24,1/26,2/26,3/23-24,3/26,4/25-26 timeout short
vlacp port 1/23-24,1/26,2/26,3/23-24,3/26,4/25-26 timeout-scale 5
vlacp port 4/25-26 enable
exit
!