I'm having issues with a LAG setup between a Cisco ASR920 and a Netonix. Just wondering if anyone has seen anything similar?
On the Netonix what I have configured: port 1&2 key 0, LACP-A, Slow, 32768. I've tried switching to LACP-P & static as well, no change.
On Cisco:
- Code: Select all
interface Port-channel5
description ETHERCHANNEL TO TOWER NETONIX
mtu 9000
no ip address
no negotiation auto
no keepalive
[vlans here]
!
interface GigabitEthernet0/0/4
description LINK TO NETONIX - PORT 1
mtu 9000
no ip address
media-type auto-select
negotiation auto
channel-group 5 mode active
!
interface GigabitEthernet0/0/5
description SECOND LINK TO NETONIX - PORT 2
mtu 9000
no ip address
media-type auto-select
negotiation auto
channel-group 5 mode active
Logs on the Cisco switch:
- Code: Select all
100844: Aug 20 10:41:51.430 EDT: GigabitEthernet0/0/5 taken out of port-channel5
100845: Aug 20 10:41:51.438 EDT: GigabitEthernet0/0/5 added as member-2 to port-channel5
100846: Aug 20 10:42:48.795 EDT: GigabitEthernet0/0/4 taken out of port-channel5
100847: Aug 20 10:42:48.886 EDT: GigabitEthernet0/0/4 added as member-2 to port-channel5
100848: Aug 20 10:43:19.120 EDT: GigabitEthernet0/0/5 taken out of port-channel5
100849: Aug 20 10:43:19.135 EDT: GigabitEthernet0/0/5 added as member-2 to port-channel5
100850: Aug 20 10:44:13.276 EDT: GigabitEthernet0/0/4 taken out of port-channel5
100851: Aug 20 10:44:13.468 EDT: GigabitEthernet0/0/4 added as member-2 to port-channel5
No noteworthy logs on the Netonix, I don't see the flapping in the logs. Not sure what here really to check.