Getting a pfSense router, an EAP225 Access point, and a Cisco 3650 to work together on vlan
I'm trying to expand my network and setup a separate SSID on its own vlan. In the tplink Oomada software I created the ssid and assigned it vlan10 on an EAP225 access point. This access point is on switch port 2 of a cisc0 3650.
On pfSense I made a vlan interface under the lan interface, gave it ip 192.168.10.1/24 and dhcp range of .10 to .100. This is on switch port 1 of the same cisco 3650. 192.168.0.1 is my normal pfsense lan ip.
What are the cisco commands to bridge the gap so to speak? I've tried:
interface vlan10 ip address 192.168.10.2 255.255.255.0 ip helper-address 192.168.0.1 interface gi0/1 switchport mode trunk switchport trunk allowed vlan 1,10 interface gi0/2 switchport mode trunk switchport trunk allowed vlan 1,10
Am I incorrect in thinking I need to have a trunk port where wifi access point connects (as it will have multiple ssid's, each with a separate network range and vlan) along with a trunk port where pfSense connects? Or am I just out in left field altogther.
I've been stumbling around for a few days and would appreciate anyone that point me in the right direction. All I've managed to do so far is block traffic and have to move cables to reconnect everything so I can undo what I just tried. My family is getting tired of me breaking wifi. Thanks in advance.