cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1786
Views
10
Helpful
16
Replies

C9300 - Trunked EtherChannel issues

lucy.bettison
Level 1
Level 1

Hi,

Currently trying to configure two HP C7000 Chassis ports bundled into one EtherChannel, trunking multiple VLANs on a Cat9300

When we configure the interfaces with channel-group 10 mode on, both links come up bundled into the port channel but the hosts on the VM side are inaccessible.

When we configure the interfaces with channel-group 10 mode active, one interfaces goes suspended and one stays up and bundled.

The HP config is very basic and only used VLAN tagging and the LACP seems to be set and the timer set to short.

Group: 10
----------
Group state = L2
Ports: 2 Maxports = 16
Port-channels: 1 Max Port-channels = 16
Protocol: LACP
Minimum Links: 0


Ports in the group:
-------------------
Port: Te1/1/7
------------

Port state = Up Mstr Assoc In-Bndl
Channel group = 10 Mode = Active Gcchange = -
Port-channel = Po10 GC = - Pseudo port-channel = Po10
Port index = 0 Load = 0x00 Protocol = LACP

Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.

Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Te1/1/7 SA bndl 32768 0xA 0xA 0x13C 0x3D

Partner's information:

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te1/1/7 FA 1 0409.7386.39cd 4s 0x0 0x4 0x21 0x3F

Age of the port in the current state: 0d:00h:30m:01s

Port: Te2/1/7
------------

Port state = Up Cnt-bndl Suspend Mstr Not-in-Bndl
Channel group = 10 Mode = Active Gcchange = -
Port-channel = null GC = - Pseudo port-channel = Po10
Port index = 0 Load = 0x00 Protocol = LACP

Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.

Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Te2/1/7 FA susp 32768 0xA 0xA 0x23C 0xF

Partner's information:

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te2/1/7 FA 1 0409.7386.2991 0s 0x0 0x5 0x21 0xF

Age of the port in the current state: 0d:00h:29m:58s

Port-channels in the group:
---------------------------

Port-channel: Po10 (Primary Aggregator)

------------

Age of the Port-channel = 1d:01h:25m:24s
Logical slot/port = 35/10 Number of ports = 1
HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = LACP
Port security = Disabled

Ports in the Port-channel:

Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Te1/1/7 Active 0

Time since last port bundled: 0d:00h:30m:01s Te1/1/7
Time since last port Un-bundled: 0d:00h:30m:04s Te2/1/7

 

16 Replies 16

balaji.bandi
Hall of Fame
Hall of Fame

Can you post the config of both the side :  ( is the VM confiured different port-channel, post that config)

when you say VM not reachable that VLAN to be allowed in the Port-channel ? it would be nice to have small diagram how they connected also.

 

last time i was success with below config :


Catalyst 9300

interface Port-channeX
switchport mode trunk

interface GigabitEthernet1/0/1
switchport mode trunk
channel-group X mode active

interface GigabitEthernet2/0/1
switchport mode trunk
channel-group X mode active

HP Switch

interface Bridge-AggregationX
port link-type trunk
link-aggregation mode dynamic

interface GigabitEthernet2/0/1
port link-type trunk
port link-aggregation group X

interface GigabitEthernet1/0/1
port link-type trunk
port link-aggregation group X

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi BB

This is the config:

interface TenGigabitEthernet1/1/7
description to HP c7000 Host
switchport trunk native vlan 1000
switchport trunk allowed vlan 1300,1301,1305,1308,2300,2301,2305,2308
switchport mode trunk
channel-group 10 mode active
lacp rate fast
end

interface TenGigabitEthernet2/1/7
description to HP c7000 Host
switchport trunk native vlan 1000
switchport trunk allowed vlan 1300,1301,1305,1308,2300,2301,2305,2308
switchport mode trunk
channel-group 10 mode active
end

 

interface Port-channel10
description to HP c7000 Host
switchport trunk native vlan 1000
switchport trunk allowed vlan 1300,1301,1305,1308,2300,2301,2305,2308
switchport mode trunk
end

 

There isn't a vswitch at the other side, they just use shared uplink sets.

can you post the below  output :

show etherchannel 10 summary

show interface Ten1/1/7

show interface Ten2/1/7

have you configured the other side HP blade chassis ? Another option trying a single-port trunk and see if that works.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

There is no config on the HP side. They just tag VLANs.

interface TenGigabitEthernet1/1/7
description to HP c7000 Host
switchport trunk native vlan 1000
switchport trunk allowed vlan 1300,1301,1305,1308,2300,2301,2305,2308
switchport mode trunk
channel-group 10 mode active
lacp rate fast
end

interface TenGigabitEthernet2/1/7
description to HP c7000 Host
switchport trunk native vlan 1000
switchport trunk allowed vlan 1300,1301,1305,1308,2300,2301,2305,2308
switchport mode trunk
channel-group 10 mode active
lacp rate fast
end

 

Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator

M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port

A - formed by Auto LAG


Number of channel-groups in use: 3
Number of aggregators: 3

Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
10 Po10(SU) LACP Te1/1/7(P) Te2/1/7(s)

 

 

Hello,

 

Looks like one port is using fast hellos while the other is using slow hellos. Since the one using fast hellos is up.bundled in prt channel try to make them all the same. They must all be either fast or slow (both sides) in order to be up in the port-channel and function correctly

 

interface x/x
lacp rate fast

Hope that helps

-David

Implemeted that config but not made a difference

Group: 10
----------
Group state = L2
Ports: 2 Maxports = 16
Port-channels: 1 Max Port-channels = 16
Protocol: LACP
Minimum Links: 0


Ports in the group:
-------------------
Port: Te1/1/7
------------

Port state = Up Mstr Assoc In-Bndl
Channel group = 10 Mode = Active Gcchange = -
Port-channel = Po10 GC = - Pseudo port-channel = Po10
Port index = 0 Load = 0x00 Protocol = LACP

Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.

Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Te1/1/7 FA bndl 32768 0xA 0xA 0x13C 0x3F

Partner's information:

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te1/1/7 FA 1 0409.7386.39cd 0s 0x0 0x4 0x21 0x3F

Age of the port in the current state: 0d:00h:00m:29s

Port: Te2/1/7
------------

Port state = Down Not-in-Bndl
Channel group = 10 Mode = Active Gcchange = -
Port-channel = null GC = - Pseudo port-channel = Po10
Port index = 0 Load = 0x00 Protocol = LACP

Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.

Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Te2/1/7 FA down 32768 0xA 0xA 0x23C 0xF

Partner's information:

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te2/1/7 FP 1 0409.7386.2991 0s 0x0 0x5 0x21 0x6

Age of the port in the current state: 0d:00h:00m:04s

Port-channels in the group:
---------------------------

Port-channel: Po10 (Primary Aggregator)

------------

Age of the Port-channel = 1d:02h:39m:22s
Logical slot/port = 35/10 Number of ports = 1
HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = LACP
Port security = Disabled

Ports in the Port-channel:

Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Te1/1/7 Active 0

Time since last port bundled: 0d:00h:00m:29s Te1/1/7
Time since last port Un-bundled: 0d:00h:00m:31s Te1/1/7

In the config you provided after this it shows you only put that command on one interface. I would remove it form all. Secondly, try removing all config from the interfaces and leave the port channel config only. The ports should inherit the configuration. So shut down the ports, remove all config except the port channel config, then configure the port channel with all the settings (trunk, allowed VLAN, native VLAN, etc) See if that brings it up.

That put both ports into suspended. They don't inherit all the settings.

And having LACP rate fast on both interfaces still causes one to go suspended.

show lacp internal

share this  

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

Channel group 10
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Te1/1/7 FA bndl 32768 0xA 0xA 0x13C 0x3F
Te2/1/7 FA susp 32768 0xA 0xA 0x23C 0xF

show etherchannel port

this one also I need  

waiting your reply 

Channel-group listing:
----------------------

Group: 1
----------

Group: 2
----------

Group: 10
----------
Ports in the group:
-------------------
Port: Te1/1/7
------------

Port state = Up Mstr Assoc In-Bndl
Channel group = 10 Mode = Active Gcchange = -
Port-channel = Po10 GC = - Pseudo port-channel = Po10
Port index = 0 Load = 0x00 Protocol = LACP

Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.

Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Te1/1/7 FA bndl 32768 0xA 0xA 0x13C 0x3F

Partner's information:

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te1/1/7 FA 1 0409.7386.39cd 0s 0x0 0x4 0x21 0x3F

Age of the port in the current state: 0d:04h:22m:20s

Port: Te2/1/7
------------

Port state = Up Cnt-bndl Suspend Mstr Not-in-Bndl
Channel group = 10 Mode = Active Gcchange = -
Port-channel = null GC = - Pseudo port-channel = Po10
Port index = 0 Load = 0x00 Protocol = LACP

Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.

Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Te2/1/7 FA susp 32768 0xA 0xA 0x23C 0xF

Partner's information:

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te2/1/7 FA 1 0409.7386.2991 0s 0x0 0x5 0x21 0xF

Age of the port in the current state: 0d:04h:22m:17s

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te1/1/7 FA 1 0409.7386.39cd 0s 0x0 0x4 0x21 0x3F

LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Te2/1/7 FA 1 0409.7386.2991 0s 0x0 0x5 0x21 0xF

 

As I guess, the partner use different Dev-ID in both Link and that prevent port to bundle,
so check HP side, are you connect cisco to two HP SW ?

Review Cisco Networking for a $25 gift card