10-16-2023 03:25 PM
Hi all,
I'm trying to create a port channel from an EdgeSwitch 24 to a Cisco 9300, but after testing by connecting just one cable I don't get any connectivity between them. The arp table on the 9300 shows the IP address of the edgeswitch but an incomplete mac address. I also noted an odd behaviour; both switches management IP's are on the same subnet, and after connecting them, the arp table on the 9300 begins listing all the free IP's in that subnet with an Incomplete mac address.
A show lacp neighbor on the Cisco 9300 shows the EdgeSwitch mac address associated with interface GigabitEthernet1/0/2 on channel group 4.
I have successfully connected the two via a basic trunk, but want a port channel. If I remove the channel-group 4 mode active command from the Cisco interface, the link works fine as a normal trunk port.
Here is the relevant config from both (just the config on the two ports I am testing with for brevity):
Cisco 9300 (17.3.4)
interface Port-channel4 switchport mode trunk interface GigabitEthernet1/0/2 switchport mode trunk channel-group 4 mode active
EdgeSwitch 24
interface 0/23 switchport mode trunk interface lag 1 switchport mode trunk
I have a Cisco 3750 switch. I configured a port-channel on it as below:
interface Port-channel1 switchport trunk encapsulation dot1q switchport mode trunk interface GigabitEthernet1/0/23 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode active
And it successfully connects to the EdgeSwitch (no configuration change on the EdgeSwitch).
The Cisco 9300 does not have the encapsulation dot1q command. Is there something else I have missed?
thanks
jc
Solved! Go to Solution.
10-17-2023 09:37 PM
Solved! Just had to set the edgeswitch management vlan to match the vlan the rest of the network knows that subnet to be in.
Silly thing to miss really...
10-17-2023 12:40 AM
- Check this thread for hints : https://community.ui.com/questions/Link-aggregation-between-UniFi-Switch-and-Cisco-Switch/6c20f2a4-5d1f-4bc6-aab6-c165daaf9dce
encapsulation dot1q is no longer needed on the 9300 because it is the default,
M.
06-25-2024 09:05 PM
Hi, Mace1000
Consultation...
The mgt vlan coincides on the side of the ubiquiti APs and the extended node in an sd access solution, but the port channel is down, does anyone know the proper configuration?
Both ends accept PACP protocol.
Thank you very much for the community and always help us forward Cisco with the new solutions and the live 2024 event.
Ciro Gustavo Mele.
Thanks again.
Congratulations, keep it up
10-17-2023 01:02 AM
How many vlan in trunk?
10-17-2023 06:43 PM
Thanks for the replies.
@marce1000I checked the config to make sure there were no stray vlans on the EdgeSwitch and it is only as I posted.
@MHM Cisco WorldThere are 36 vlans in the Cisco database, and 7 in the EdgeSwitch database. I have not applied any allowed vlan commands. The link works fine as a basic trunk.
I enabled lacp debugging (debug lacp) on the 9300, and after connecting them together I could see the interface and port-channel come online, but there were no debug messages at all.
10-17-2023 09:37 PM
Solved! Just had to set the edgeswitch management vlan to match the vlan the rest of the network knows that subnet to be in.
Silly thing to miss really...
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