Wireless Access

last person joined: 20 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

Ether Channel Configuration

This thread has been viewed 2 times
  • 1.  Ether Channel Configuration

    Posted Dec 06, 2012 04:39 AM

    Dear Friends,

     

    We want to configure ether channel between MC3600 and Cisco 2960x. Any can share any reference material or guide line for the  same.

     

    As our network is running with around 70 AP's and we can't afford too much down time.. that is why i want to make sure everything before starting configuration..

     

    thank you



  • 2.  RE: Ether Channel Configuration

    EMPLOYEE
    Posted Dec 06, 2012 05:10 AM

    Port Channel

     

    Aruba Side:

     

    interface port-channel 4

    trusted

    switchport mode trunk

    switchport trunk allowed vlan 1-4094

    add gigabitethernet 2/0

    add gigabitethernet 2/1

     

    Cisco Side:

     

    interface GigabitEthernet3/0/8

     description To-Aruba

     switchport trunk encapsulation dot1q

     switchport trunk allowed vlan [allowed vlans]

     switchport mode trunk

     channel-group 4 mode on

    !

    interface GigabitEthernet3/0/9

     description To-Aruba

     switchport trunk encapsulation dot1q

     switchport trunk allowed vlan [allowed vlans]

     switchport mode trunk

      channel-group 4 mode on

     

     



  • 3.  RE: Ether Channel Configuration

    Posted Dec 06, 2012 05:48 AM

    thank you friend..

     

    is there any change is required in WLAN profile or port side or vlan side. i mean any thing else is required???



  • 4.  RE: Ether Channel Configuration

    EMPLOYEE
    Posted Dec 06, 2012 08:31 AM

    Of course you need to replace the config with your VLANs and ports.  

     

    [EDIT] Please take another look, because I did not post the Cisco side the first time.

     

     



  • 5.  RE: Ether Channel Configuration

    Posted Dec 06, 2012 01:41 PM

    thank you joseph. i will try and get back to you..