05-17-2023 11:10 AM
I have 2 Meraki MR33 APs. I just want to verify what CLI commands do I input in the port interfaces to get them online. I have a Cisco Catalyst 3840 switch.
Solved! Go to Solution.
05-17-2023 11:21 AM
Looking at a previous interface configuration, I found the following:
interface GigabitEthernetx/x/x
description ****WIRELESS AP****
switchport trunk native vlan xx
switchport mode trunk
switchport voice vlan xxx
spanning-tree portfast
I noticed there were some differences in which you suggested, is there a difference in config for the interface?
05-17-2023 11:17 AM
Hi,
Basically you need to put the port in trunk with native vlan. Native vlan being the management vlan.
interface Gix/x
description Meraki AP
switchport trunk native vlan xx
switchport mode trunk
no snmp trap link-status
spanning-tree portfast trunk
spanning-tree guard root
05-17-2023 11:21 AM
Looking at a previous interface configuration, I found the following:
interface GigabitEthernetx/x/x
description ****WIRELESS AP****
switchport trunk native vlan xx
switchport mode trunk
switchport voice vlan xxx
spanning-tree portfast
I noticed there were some differences in which you suggested, is there a difference in config for the interface?
05-17-2023 11:34 AM
You can stick with this one. Make more sense if you already have it on the switch
05-17-2023 11:36 AM
Ok. I'll just configure the port's interface with the cli command that I provided and go from there. Thank you.
05-17-2023 11:39 AM
You are welcome.
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