- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:53 AM
Hi everyone,
My organization recently purchased a Cisco 9200S switch for testing. Our core switches are Dell S4048ON. I'm trying to set up a port-channel between the core switches and the Cisco switch.
The issue I'm facing is that one of the ports in the port-channel on the Cisco switch is always in a "suspended" state.
This same configuration works perfectly on a Cisco 2960. I've double-checked the port-channel and individual port configurations, and there don't appear to be any mismatches.
show version CISCO
Cisco IOS XE Software, Version 17.12.03
show version DELL
OS Version: 10.5.2.2
Below is the configuration:
Core Switches (Dell S4048ON, configured in a stack using vStack)
Core-A
interface port-channel20
description to-new-cisco-test
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 9,160,168,224-225
spanning-tree vlan 1-4093 cost 500
vlt-port-channel 20
interface ethernet1/1/23
no shutdown
channel-group 20 mode active
no switchport
flowcontrol receive on
Core-B
interface port-channel20
description to-new-cisco-test
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 9,160,168,224-225
spanning-tree vlan 1-4093 cost 500
interface ethernet1/1/23
no shutdown
channel-group 20 mode active
no switchport
flowcontrol receive on
Cisco9200S
interface Port-channel1
description UPLINK
switchport trunk allowed vlan 9,160,168,224,225
switchport mode trunk
spanning-tree vlan 1-4093 cost 500
ip dhcp snooping trust
end
interface GigabitEthernet1/0/48
switchport trunk allowed vlan 9,160,168,224,225
switchport mode trunk
channel-group 1 mode active
ip dhcp snooping trust
end
interface GigabitEthernet2/0/48
switchport trunk allowed vlan 9,160,168,224,225
switchport mode trunk
channel-group 1 mode active
ip dhcp snooping trust
end
Here is the port-channel status from the Cisco switch:
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SU) LACP Gi1/0/48(P)
Gi2/0/48(s)
Any idea why Gi2/0/48 is always in the "suspended" state?
Thank you for your help!
Solved! Go to Solution.
- Labels:
-
Catalyst 9000
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 12:23 AM - edited 12-25-2024 12:23 AM
Hello
Dell core B interface ethernet1/1/23 isnt assigned to VLT
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:56 AM
Share
Show lacp count
MHM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 11:28 AM
DELL
do show lacp counter interface port-channel 20
LACPDUs Port Marker Marker Response LACPDUs
Sent Recv Sent Recv Sent Recv Err Pkts
---------------------------------------------------------------------------
ethernet1/1/23 0 0 0 0 1139721 60176 0
do show lacp counter interface port-channel 20
LACPDUs Port Marker Marker Response LACPDUs
Sent Recv Sent Recv Sent Recv Err Pkts
---------------------------------------------------------------------------
ethernet1/1/23 0 0 0 0 3103 115 0
Cisco
show lacp counters
LACPDUs Marker Marker Response LACPDUs
Port Sent Recv Sent Recv Sent Recv Pkts Err
--------------------------------------------------------------------------
Channel group: 1
Gi1/0/48 40794 1115728 0 0 0 0 0
Gi2/0/48 40794 53155 0 0 0 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 12:01 PM
I send you PM
MHM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 11:14 AM
channel-group 1 mode active
With this you are forcing LACP. You can try with different option. Both vendor may not understand each other
flowcontrol receive on
Another feature that can cause problem. Usually not used in cisco side
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 11:30 AM
tried to turn off flowcontrol, still suspended
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 12:55 PM
Try not to use Active mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 12:23 PM
Dell EMC switches support VLT ( like vpc in Cisco Nexus ) do u configured that and is your VLT link (po1000, by default) and keepalive link is up??
If no, then configure VLT domain first
If yes, then check spanning tree and things that @Flavio Miranda mentioned
HTH!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 12:23 AM - edited 12-25-2024 12:23 AM
Hello
Dell core B interface ethernet1/1/23 isnt assigned to VLT
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 03:01 AM
solved, thanks
