cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
987
Views
0
Helpful
5
Replies

Cisco CLI Commands to Setting Up a Meraki MR 33 Access Points

ctalavat
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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?

 

View solution in original post

5 Replies 5

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

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?

 

You can stick with this one. Make more sense if you already have it on the switch

Ok.  I'll just configure the port's interface with the cli command that I provided and go from there.  Thank you.

You are welcome. 

Review Cisco Networking for a $25 gift card