05-20-2017 04:58 AM
Hi
I would like to know how should be a good vpc configuration on 5K for a layer 2 third party switch. Any example will be appreciated? I have 2 Nexus 5K and 2 third party L2 switches
Thank you
Solved! Go to Solution.
05-21-2017 06:02 AM
Hi Julio
on the 5k side you just setup a vpc port-channel config identical on each 5k use LACP active as below , and on the layer 2 switch just use a standard port-channel and connect a link to each 5k , depending on what the 3rd party switch is but most should support LACP these days
you can connect up standard cisco switches like that too that don't understand vpc feature , stacks as well can be split across 5ks as well vpc etherchannel to standard etherchannel
interface port-channel10
description **TO_L2_SWITCH**
switchport mode trunk
speed 10000
vpc 10
interface Ethernet1/9
description ***TO_L2_SWITCH***
switchport mode trunk
channel-group 10 mode active
interface Ethernet2/9
description ***TO_L2_SWITCH***
switchport mode trunk
channel-group 10 mode active
05-21-2017 06:02 AM
Hi Julio
on the 5k side you just setup a vpc port-channel config identical on each 5k use LACP active as below , and on the layer 2 switch just use a standard port-channel and connect a link to each 5k , depending on what the 3rd party switch is but most should support LACP these days
you can connect up standard cisco switches like that too that don't understand vpc feature , stacks as well can be split across 5ks as well vpc etherchannel to standard etherchannel
interface port-channel10
description **TO_L2_SWITCH**
switchport mode trunk
speed 10000
vpc 10
interface Ethernet1/9
description ***TO_L2_SWITCH***
switchport mode trunk
channel-group 10 mode active
interface Ethernet2/9
description ***TO_L2_SWITCH***
switchport mode trunk
channel-group 10 mode active
05-21-2017 06:06 AM
Thank you so much Mark!
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