12-23-2014 08:13 AM - edited 03-07-2019 09:59 PM
Hi Guys
I am new to setting up vss on a 4500x and MECs so just want to know if Im on the right lines.
A client has a stack on 3750 switches which are eol so I need to replace them with 2 stacks of 3750x switches but then also introduce 2 x 4500x as the core configured as a VSS Pair. So I will have:
4500x VSS Pair
| |
3750 Stack 3750 Stack
Im going to have 2 x 10gig uplinks from each 3750 stack one going into each 4500x. Are these uplinks configured as a Multi-Chassis Etherchannel or a normal port-channel. Ive configured port channels before but someone mentioned I should use MECs instead
Any help will be much appreciated.
Solved! Go to Solution.
12-23-2014 09:19 AM
Hi,
Indeed, you will need Multi-chassis etherchannel in this case. MEC is vSS terminology for etherchannel terminating on each side of the VSS pair. The configuration of it however is the same.
This will give something like that on the VSS cluster :
interface Port-channel41 description TO_STACK1 switchport switchport mode trunk switchport nonegotiate interface TenGigabitEthernet1/1/3 description TO_STACK1_TE1/1/1 switchport mode trunk switchport nonegotiate udld port aggressive channel-protocol lacp channel-group 41 mode active interface TenGigabitEthernet2/1/3 description TO_STACK1_TE1/1/2 switchport mode trunk switchport nonegotiate udld port aggressive channel-protocol lacp channel-group 41 mode active
The above commands apply for the 3750x stack side. LACP should be changed to passive mode however. Note that I choose to use LACP in this case. I could also be using mode ON.
On the 3750 stack sides, if your planning to put your uplink on different stack members, then you'll have cross-stack etherchannel on your 3750 side. PaGP is not supported on cross-stack etherchannel on this platform :
That's a pitty because in VSS case, PaGP allows for detecting dual-active failures and avoid them.
you'll rather have to find another technique for dual-active problems.
HTH
M S
12-23-2014 09:19 AM
Hi,
Indeed, you will need Multi-chassis etherchannel in this case. MEC is vSS terminology for etherchannel terminating on each side of the VSS pair. The configuration of it however is the same.
This will give something like that on the VSS cluster :
interface Port-channel41 description TO_STACK1 switchport switchport mode trunk switchport nonegotiate interface TenGigabitEthernet1/1/3 description TO_STACK1_TE1/1/1 switchport mode trunk switchport nonegotiate udld port aggressive channel-protocol lacp channel-group 41 mode active interface TenGigabitEthernet2/1/3 description TO_STACK1_TE1/1/2 switchport mode trunk switchport nonegotiate udld port aggressive channel-protocol lacp channel-group 41 mode active
The above commands apply for the 3750x stack side. LACP should be changed to passive mode however. Note that I choose to use LACP in this case. I could also be using mode ON.
On the 3750 stack sides, if your planning to put your uplink on different stack members, then you'll have cross-stack etherchannel on your 3750 side. PaGP is not supported on cross-stack etherchannel on this platform :
That's a pitty because in VSS case, PaGP allows for detecting dual-active failures and avoid them.
you'll rather have to find another technique for dual-active problems.
HTH
M S
12-23-2014 10:03 AM
Hi
Thanks for the response, On the 3750 stacks I was planning to uplink to different stack members. Will it work if I just use channel-group mode ON on both ends
12-23-2014 10:18 AM
Yes mode ON will work without any problem.
Since you're not going to use PaGP, make sure you implement a dual-active detection mechanism to avoid split-brain syndrom.
Following link explains fast hello and how to implement it:
HTH
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide