Skip to main content
Ed1
New Member
August 20, 2016
Question

Full Mesh A/A Cluster with Cisco Stacked Switches (Stack/VSS/vPC)

  • August 20, 2016
  • 1 reply
  • 5016 views

Hi,

In an Active Active Cluster Full Mesh setup using Cisco Stacked switches and aggregate/LACP/etherchannel, should the port-channels on the Cisco side be different for each cluster unit aggregate port or should it be one port channel?

 

e.g if using Cisco 2960-X stack is it ...

----------------------------------------------

int port-channel 1

 description "primary FG01 aggregate port1 and 2 -- mapped to int Gig1/0/1 and Gig2/0/1"

!

int port-channel 2

 description "slave FG02 aggregate port1 and 2 -- mapped to int Gig1/0/2 and Gig2/0/2"

!

--------

or is it

--------

int port-channel 1

 description "primary & slave FG aggregate port1 and 2 -- mapped to int Gig1/0/1 , Gig1/0/2, Gig2/0/1 and Gig2/0/2"

!

    1 reply

    jintrah_FTNT
    Staff
    Staff
    August 21, 2016

    Hi Ed,

     

    It should be different aggregates on cisco as below,

     

    ---------------------------------------------- int port-channel 1  description "primary FG01 aggregate port1 and 2 -- mapped to int Gig1/0/1 and Gig2/0/1" ! int port-channel 2  description "slave FG02 aggregate port1 and 2 -- mapped to int Gig1/0/2 and Gig2/0/2" ! --------