- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Catalyst 3000
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 11:34 AM
You can stick with this one. Make more sense if you already have it on the switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 11:39 AM
You are welcome.
