cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
720
Views
0
Helpful
5
Replies

Question about configuring MEC

vinnialeksey
Level 1
Level 1

Hi! i have some problem with configuring MEC on Cisco Catalyst 6880.

Configuration: 2x6880 customized technology VSS, when I want to connect to the server MEC to them (assuming the correct setup etherchannel on the server side), the interfaces on a switch are not raised, only helps to pull the transceiver and insert it again, then everything starts to work. If you do not connect technology MEC to two different chassis, but to one, then such problems do not arise all starts to work immediately.

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

MEC is possible only between switches.  For example between a set of 6800 VSS and an access switch e.g 3750, 3560, etc.. and not between VSS and servers. For server you need to use LACP or on mode.

HTH

Thanks for answer, but  in "Release 15.1SY Supervisor Engine 720 Software Configuration Guide" says that the implementation of MEC possible between servers - this configuration works, but only after reinstalling the transceivers in ports, ports are raised and everything works. Between the server and the switch operating on the VSS technology is configured with etherchannel protocol LACP. If I understand correctly, it is best to connect the server to two different chassis mood VSS, and one of them, I understand you?

Correct, if your serves have dual NICs then you connect each to 2 different switche (VSS) using LACP or mode on. Of LACP does not work try mode on and test.  Some server do work better with mode on.  Are these physical servers or VMs?

Can you post the portchannel config and physical interfaces config from the VSS set?

HTH

Server - physical on FreeBSD, have 2 NICs connect to different switche(VSS).

 

interface TenGigabitEthernet1/3/1
 description tralalal
 switchport
 switchport mode access
 channel-group 105 mode active

interface TenGigabitEthernet2/3/1
 description tralalal
 switchport
 switchport mode access
 channel-group 105 mode active

interface Port-channel105
 description tralalal
 switchport
 switchport mode access

 

 

Hi, any idea?