12-20-2011 12:18 PM - edited 03-07-2019 03:59 AM
I setup a simple two link LACP between our 6509 and new Netapp (see configs below) Once I set it up I noticed in the "show ethercahnnel summary" it shows Po5 and Po5b - Where did the "b" come from? Did I do something wrong?
#show etherchannel summ
5 Po5(SU) LACP Gi3/8(P)
5 Po5B(SU) LACP Gi3/10(P)
interface Port-channel5
description connection to CANAV3240A Netapp
switchport
switchport access vlan 2
switchport mode access
no ip address
interface GigabitEthernet3/8
description connected to CANAV3240a e0
switchport
switchport access vlan 2
switchport mode access
no ip address
channel-protocol lacp
channel-group 5 mode active
interface GigabitEthernet3/10
description connected to CANAV3240a e1
switchport
switchport mode access
no ip address
channel-protocol lacp
channel-group 5 mode active
Solved! Go to Solution.
12-20-2011 06:50 PM
Like Anazarenko said, this is what we called secondary aggregator. It is caused by config inconsistancy.
In your config, you have the following:
interface GigabitEthernet3/8
description connected to CANAV3240a e0
switchport
switchport access vlan 2 <<<<< THIS IS MISSING ON PORT G3/10
switchport mode access
no ip address
channel-protocol lacp
channel-group 5 mode active
interface GigabitEthernet3/10
description connected to CANAV3240a e1
switchport
switchport mode access
no ip address
channel-protocol lacp
channel-group 5 mode active
The best thing to do is remove G3/10 from the port-channel, fix the configuration and re-add it back again. I believe PO5b will not disappear until the switch is rebooted.
Regards,
jerry
12-20-2011 01:57 PM
Dear Luke,
Your canfiguration on physical ports is not mirrored or consistent.
interface GigabitEthernet3/10 must belong to access vlan 2 as well.
When Cisco can''t bundle physical ports together,it moves inconsistent ports to separate dummy bundles like Po5A, Po5B etc.
12-20-2011 06:50 PM
Like Anazarenko said, this is what we called secondary aggregator. It is caused by config inconsistancy.
In your config, you have the following:
interface GigabitEthernet3/8
description connected to CANAV3240a e0
switchport
switchport access vlan 2 <<<<< THIS IS MISSING ON PORT G3/10
switchport mode access
no ip address
channel-protocol lacp
channel-group 5 mode active
interface GigabitEthernet3/10
description connected to CANAV3240a e1
switchport
switchport mode access
no ip address
channel-protocol lacp
channel-group 5 mode active
The best thing to do is remove G3/10 from the port-channel, fix the configuration and re-add it back again. I believe PO5b will not disappear until the switch is rebooted.
Regards,
jerry
12-21-2011 05:18 AM
Thansk to you both, I totally missed that. I added the correct line and it worked like it should. Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide