Hi, I just installed v8 on one of our 320.
Works fine so far except of one thing.
I am having troubles creating a Port Channel with our Cisco Switch.
We have another 320 with v7.505 connected to the Cisco switch with Link Aggreagtion. It works like a charm.
I created another Port Channel on our Cisco and created a LAG on the ASG v8. I connected the cables but on the cisco switch there is only one Link in FA. The otherone is in SP.
I don't know why. The Port Channel is configured just like the other one with the V7.505.
Here is the Cisco config.
[SIZE="4"]PORT-CHANNEL 1[/SIZE] (working)
description Port-Channel to Cisco1
switchport trunk encapsulation dot1q
switchport trunk native vlan ???
switchport trunk allowed vlan 1,2,3,4,5,??? (Not the real VLANs)
switchport mode trunk
interface GigabitEthernet0/27
description Link1 in Port-Channel1 to Cisco1
switchport trunk encapsulation dot1q
switchport trunk native vlan ???
switchport trunk allowed vlan 1,2,3,4,5,??? (Not the real VLANs)
switchport mode trunk
channel-group 1 mode active
interface GigabitEthernet0/28
description Link2 in Port-Channel1 to Cisco1
switchport trunk encapsulation dot1q
switchport trunk native vlan ???
switchport trunk allowed vlan 1,2,3,4,5,??? (Not the real VLANs)
switchport mode trunk
channel-group 1 mode active
[SIZE="4"]PORT-CHANNEL 4[/SIZE] (Not working)
interface Port-channel4
description Port-Channel to Cisco2
switchport trunk encapsulation dot1q
switchport trunk native vlan ???
switchport trunk allowed vlan 1,2,3,4,5,??? (Not the real VLANs)
switchport mode trunk
interface GigabitEthernet0/7
description Link1 to PortChannel4 Cisco2
switchport trunk encapsulation dot1q
switchport trunk native vlan ???
switchport trunk allowed vlan 1,2,3,4,5,??? (Not the real VLANs)
switchport mode trunk
channel-protocol lacp
channel-group 4 mode active
interface GigabitEthernet0/8
description Link2 to PortChannel4 Cisco2
switchport trunk encapsulation dot1q
switchport trunk native vlan ???
switchport trunk allowed vlan 1,2,3,4,5,??? (Not the real VLANs)
switchport mode trunk
channel-protocol lacp
channel-group 4 mode active
[SIZE="4"]SH LACP Neighbors[/SIZE]
Here is the show lacp neighbor:
Channel group 1 neighbors (working)
Partner's information:
LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Gi0/27 SA 32768 3cdf.1ec9.2b80 13s 0x0 0x1 0x11C 0x3D
Gi0/28 SA 32768 3cdf.1ec9.2b80 27s 0x0 0x1 0x11D 0x3D
Channel group 4 neighbors (not working)
Partner's information:
LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Gi0/7 FA 255 001a.8c17.2f70 4s 0x0 0x11 0x1 0x3F
Gi0/8 SP 0 0000.0000.0000 4294967s 0x0 0x0 0x0 0x0
Is there a known issue or does anybody know what I am doing wrong?
Thanks
Tobias
This thread was automatically locked due to age.