I am using VLAN 1515 and VLAN 2020 for two different SSID's The port where AP is plugged in is in trunk mode with the following VLAN's, 1,1515, 2020 along with native VLAN 1. Below is the extract from my switch config. Default gateway is .1 address on the switch where switch provide DHCP services to the AP. In my case, I have static routes for VLAN 1515 and 2020 assigned on the Cisco NGFW device and pointing to the uplink address on the switch. Just spotted that in my config VLAN 1 doesn't have any IP assignment, but not sure what has to be there. On my Cisco NGFW I have VLAN 1 with the subnet which is used for Meraki AP. Config ! ! no ip domain lookup ip dhcp excluded-address 192.20.20.0 192.20.20.1 ip dhcp excluded-address 192.15.15.0 192.15.15.1 ! ip dhcp pool WIFI network 192.15.15.0 255.255.255.0 default-router 192.15.15.1 dns-server 8.8.8.8 8.8.4.4 lease infinite ! ip dhcp pool WIFI-S network 192.20.20.0 255.255.255.0 default-router 192.20.20.1 dns-server 8.8.8.8 8.8.4.4 lease infinite ! ! ! no ip igmp snooping vlan 1011 login on-success log ipv6 nd raguard policy HOST_POLICY ! udld enable ! interface GigabitEthernet0/0 vrf forwarding Mgmt-vrf ip address 10.66.102.2 255.255.255.0 negotiation auto ! interface TenGigabitEthernet1/0/1 description Uplink switchport mode trunk ip arp inspection trust logging event trunk-status load-interval 30 ip dhcp snooping trust ! interface TenGigabitEthernet1/0/2 switchport trunk allowed vlan 1,1011,1515,2020 switchport mode trunk speed auto 5000 ip dhcp snooping trust ! ! interface Vlan1 no ip address ! interface Vlan5 description In-band Management ip address 192.168.5.10 255.255.255.0 ! interface Vlan35 description Uplink ip address 175.35.69.2 255.255.255.248 ! interface Vlan100 description Data ip address 192.168.100.10 255.255.255.0 ! interface Vlan1515 description WIFI ip address pool WIFI ! interface Vlan2020 description WIFI-S ip address pool WIFI-S !
... View more