Wired Intelligent Edge (Campus Switching and Routing)

 View Only
last person joined: one year ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of HPE Aruba Networking switching devices, and find ways to improve security across your network.

ArubaOS-Switch / Aruba Mobility Controller – How to Configure LACP Protocol 

Apr 21, 2020 05:08 PM

Requirement:

AOS Mobility Controller and ArubaOS Switch



Solution:

In the following example, LACP protocol is configured on an AOS mobility controller and an ArubaOS switch.

 



Configuration:

 

---------- Mobility Controller Configuration ----------


(Standalone) [mynode] (config) #interface gigabitethernet 0/0/0
(Standalone) [mynode] (config-submode)#lacp group 1 mode active
(Standalone) ^[mynode] (config-submode)#interface gigabitethernet 0/0/1
(Standalone) ^[mynode] (config-submode)#lacp group 1 mode active
(Standalone) ^[mynode] (config-submode)#write memory


(Standalone) [mynode] (config) #interface port-channel 1
(Standalone) [mynode] (config-submode)#switchport mode trunk
(Standalone) ^[mynode] (config-submode)#switchport trunk allowed vlan 20
(Standalone) ^[mynode] (config-submode)#write mem

 

---------- Switch Configuration ----------


Core-Switch(config)# trunk 3,4 trk34 lacp​

Core-Switch(config)# vlan 20 tagged trk34



Verification

 

---------- Mobility Controller Verification ----------


(Standalone) [mynode] #show lacp 1 neighbor

Flags: S - Device is requesting slow LACPDUs
       F - Device is requesting fast LACPDUs
       A - Device is in Active mode P - Device is in Passive mode
LACP Neighbor Table
-------------------
Port      Flags  Pri  OperKey  State  Num  Dev Id
----      -----  ---  -------  -----  ---  ------
GE 0/0/0  SA     0    0x235    0x3d   0x3  54:80:28:B4:84:40
GE 0/0/1  SA     0    0x235    0x3d   0x4  54:80:28:B4:84:40


(Standalone) [mynode] #show vlan 20

VLAN CONFIGURATION
------------------
VLAN  Description  Ports  AAA Profile  Option-82
----  -----------  -----  -----------  ---------
20    VLAN0020     Pc1    N/A          Disabled


(Standalone) [mynode] #ping 10.0.20.1

Press 'q' to abort.
Sending 5, 92-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0.316/0.338/0.394 ms

 

---------- Switch Verification ----------

 

Core-Switch# show lacp peer

LACP Peer Information.


System ID: 548028-b48440


  Local  Local                          Port      Oper    LACP     Tx
  Port   Trunk  System ID         Port  Priority  Key     Mode     Timer
  ------ ------ ----------------- ----- --------- ------- -------- -----
  3      Trk34  000b86-b5bad7     1     255       2       Active   Slow
  4      Trk34  000b86-b5bad7     2     255       2       Active   Slow


Core-Switch# show vlan port trk34 detail

 Status and Counters - VLAN Information - for ports Trk34

  VLAN ID Name                       | Status                 Voice    Jumbo Mode
  ------- -------------------- +            ----------                   -----       -----      --------
  1       DEFAULT_VLAN             | Port-based         No       No      Untagged
  20      Local-Management-... | Port-based         No       No      Tagged


Core-Switch# ping 10.0.20.2
10.0.20.2 is alive, time = 1 ms

40

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.