Hello,
thank you very for your help.
Regards
--
___________________________________________
Antonio Modesto Guirado Puerta
Fundaci??n Integra.
http://www.f-integra.orgTel??fono: +34 968 277847 / 968 355161
Fax: +34 968 355131
Correo:
antonio.guirado@f-integra.org___________________________________________
Este mensaje y los posibles documentos adjuntos al mismo son
confidenciales y dirigidos exclusivamente a los destinatarios
de los mismos. Si por un error de transmisi??n, o equivocaci??n
en la direcci??n de env??o, usted ha recibido este mensaje y no
es el destinatario de la informaci??n, por favor, notif??queselo
al remitente y borre este mensaje, sin usar, informar, distribuir,
imprimir, copiar o difundir el mensaje, total o parcialmente, por
ning??n medio. Gracias.
Original Message:
Sent: 12/17/2020 5:56:00 PM
From: mkk
Subject: RE: Cisco Ethernchannel mode on vs 6300 arubaOS-CX
Below a quick example to create a port-channel/linkaggeregation/lacp on a abura-cx switch.
AOSCX01# config
AOSCX01(config)# int lag 10
AOSCX01(config-lag-if)# no routing
AOSCX01(config-lag-if)# no shutdown
AOSCX01(config-lag-if)# lacp mode active
AOSCX01(config-lag-if)# lacp rate fast
AOSCX01(config-lag-if)# vlan trunk allowed all
AOSCX01(config-lag-if)# interface 1/1/2
AOSCX01(config-if)# no shut
AOSCX01(config-if)# lag 10
AOSCX01(config-if)# write mem
AOSCX02# config
AOSCX02(config)# int lag 10
AOSCX02(config-lag-if)# no routing
AOSCX02(config-lag-if)# no shutdown
AOSCX02(config-lag-if)# lacp mode active
AOSCX02(config-lag-if)# lacp rate fast
AOSCX02(config-lag-if)# vlan trunk allowed all
AOSCX02(config-lag-if)# interface 1/1/2
AOSCX02(config-if)# no shut
AOSCX02(config-if)# lag 10
AOSCX02(config-if)# write mem
------------------------------
Marcel Koedijk | MVP Expert 2020 | ACMP | ACCP | Ekahau ECSE
------------------------------
Original Message:
Sent: Dec 17, 2020 04:53 AM
From: Vincent Giles
Subject: Cisco Ethernchannel mode on vs 6300 arubaOS-CX
Hi,
On the 6300 just create a lag interface: interface lag 5 (for instance).
By default this LAG is a static LAG (no LACP data-unit are exchanged, no lacp in the LAG interface config).
So, you're good to go with our current firwmware.
LACP passive is when the switch expects to create a LAG using LACP but it will not trigger LACP DUs.
LACP active is when the switch expects to create a LAG using LACP and will initiate LACP DUs for this.
------------------------------
Vincent Giles
Original Message:
Sent: Dec 16, 2020 06:06 AM
From: Antonio Guirado
Subject: Cisco Ethernchannel mode on vs 6300 arubaOS-CX
Hello,
I must create a aggregation link (2x10G) between a Cisco and Aruba-6300. The problem is that Cisco must use mode on. There is no packet exchange to create the aggregation. I have ArubaOS-CS 10.04.2000 but I think it only supports LACP (mode active/passive). Is it possible?. Can I upgrade/downgrade ArubaOS-CS to support a aggregation link vs a Cisco device with mode on?.
Thanks
Regards
------------------------------
Antonio Guirado
------------------------------