So I have messed with this for over 4 hours and cant figure it out. I have a MX64 with all ports configured as Trunk with All VLANS. This is plugged into a Cisco 3750x POE switch. The issue is I have multi SSIDS on a MR33 and none of them will connect. Looks like the DHCP isn't being passed. But it is because any access vlan tagged port on the 3750x works. Port 24 is my uplink to my MX and ports 11&12 are my APS. I have included my 1 AP IP settings as well and MX port settings. Please help me out I am at a loss of whats wrong. Here is my switch config......... Building configuration... Current configuration : 4488 bytes ! ! Last configuration change at 14:24:16 UTC Sun Apr 3 2011 by root ! NVRAM config last updated at 14:24:17 UTC Sun Apr 3 2011 by root ! version 15.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname c01-switch-core-01 ! boot-start-marker boot-end-marker ! ! no aaa new-model switch 1 provision ws-c3750x-24p system mtu routing 1500 ! ! ip domain-name name ip device tracking ! ! spanning-tree mode pvst spanning-tree extend system-id ! ! ! ! ! ! vlan internal allocation policy ascending ! ! ! ! ! ! ! interface GigabitEthernet1/0/11 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet1/0/12 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet1/0/24 description UPLINK switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk ! interface Vlan1 no ip address shutdown ! interface Vlan10 description Managment ip address dhcp ! interface Vlan20 description Wired Network no ip address ! interface Vlan30 description Guest no ip address ! interface Vlan40 description IOT no ip address ! ip http server ip http secure-server ! ! ! line con 0 line vty 0 4 login local transport input ssh line vty 5 15 login ! end
... View more