Wireless Access

last person joined: 16 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

port-channel issue

This thread has been viewed 15 times
  • 1.  port-channel issue

    Posted Jul 01, 2015 05:10 PM

    hi,

    I am setting up port-chnnel between two 10 gig interfaces of aruba 7210 controller  and cisco 6500 switch 10 gig interfaces. The interfaces are constantly flapping and port-channel is not coming up. Can someone provide a workng config? Aruba side is showing "forwarding disabled"  as well, 

     

    thanks


    #7210


  • 2.  RE: port-channel issue

    EMPLOYEE
    Posted Jul 01, 2015 05:12 PM

    Are you using LACP or static? LACP is recommended

    Is spanning-tree disabled on the controller? It is recommended to disable STP on the controller side.

     

    Please post your current  port-config from both sides.

     



  • 3.  RE: port-channel issue

    Posted Jul 02, 2015 09:51 AM

    Hi Falam,

     

    First of all you have to turn off spanning tree on the Aruba ports, Make sure you disable spanning-tree on the physical ports as well as the port channel.

    Ensure that the configs of the Cisco ports( Duplex, Speed and STP) have to match exactly or else the channel probably won't come up.

     

    Try to put command "switchport nonegotiate" on the Cisco side and see if it works.

     

    Please feel free for any further help on this.



  • 4.  RE: port-channel issue

    Posted Jul 02, 2015 05:03 PM

    hi,

    i disabled spanning-tree on Aruba but it caused loop. The etherchannel issue still there. I used below config. 

     

    Switch:

    interface GigabitEthernetx/y

     description xyz

     switchport

     switchport trunk allowed vlan 10,20,30

     switchport mode trunk

     switchport nonegotiate

     logging event link-status

     platform qos trust none remark

     no cdp enable

     spanning-tree portfast edge trunk

     spanning-tree guard root

     channel-group 1 mode active

    end

     

     

    interface Port-channel1

      switchport

     switchport trunk allowed vlan 10,20,30

     switchport mode trunk

     switchport nonegotiate

     logging event link-status

     platform qos trust none remark

     spanning-tree portfast edge trunk

     spanning-tree guard root

    end

     

     

     

    Controller:

    no spanning-tree

     

    interface gigabitethernet 0/0/0

    description abc

    trusted

    trusted vlan 1-4094

    switchport mode trunk

    switchport trunk allowed vlan <.....>

    lacp group 1 mode active

    lldp transmit

    lldp receive

    lldp med

    !

    !

     

    interface port-channel 1

    trusted

    trusted vlan 1-4094

    switchport mode trunk

    switchport trunk allowed vlan <......>



  • 5.  RE: port-channel issue

    Posted Jul 03, 2015 01:32 AM

    HI friend,

    I think you have configured a static channel, enable LACP on both sides.

     

    Please feel free for any further help on this.



  • 6.  RE: port-channel issue

    Posted Jul 03, 2015 03:36 AM

    hi, there is lacp on both sides in the config i posted.



  • 7.  RE: port-channel issue

    Posted Jul 06, 2015 08:48 AM

    Hi

     

    This is the LACP config on our Aruba 3600, should be no different on 72xx controller and 10 gig links.

    This config goes towards Cisco switch, not sure what model.

     

    interface gigabitethernet 1/0
            description "GE1/0"
            trusted
            trusted vlan 1-4094
            lacp group 0 mode active
    !

    interface gigabitethernet 1/1
            description "GE1/1"
            trusted
            trusted vlan 1-4094
            lacp group 0 mode active

    interface port-channel 0
            trusted
            trusted vlan xx
            switchport mode trunk
            switchport trunk allowed vlan xx
            spanning-tree portfast

     

    If this does not work, you will have to look at the Cisco side of things.

     

    Roar Fossen