Thursday, December 26, 2019

Pfsense, Unifi, and this Dell N2048 switch. This switch is frustrating me.

My setup:

Pfsense box - Pretty sure I have this setup correctly.  Three vlans, full access, guest access, and IoT access.

Dell N2048 switch - This is what I am struggling with.  Setting up the AP’s so all three vlans are available on them.

Unifi AP - These are pretty straight forward.  

My question:

I am trying to get the APs setup to broadcast all three vlans so I can manage what the clients have access to.  The current config I am running on the switch is attached.

!Current Configuration: !Software Capability "Stack Limit = 12, VLAN Limit = 4093" !Image File "N2000Stdv6.5.1.6" !System Description "Dell EMC Networking N2048P, 6.5.1.6, Linux 3.6.5-e3cd5a07" !System Software Version 6.5.1.6 ! configure vlan 10,20,30,40 exit vlan 10 name "Full_Tubes" exit vlan 20 name "Guest_Tubes" exit vlan 30 name "IoT_Tubes" exit vlan 40 name "External" exit stack member 1 4 ! N2048P exit ip routing interface vlan 1 ip address 192.168.50.2 255.255.255.0 exit interface vlan 10 ip address 192.168.10.2 255.255.255.0 ip helper-address 192.168.50.1 dhcp exit interface vlan 20 ip address 192.168.20.2 255.255.255.0 ip helper-address 192.168.50.1 dhcp exit interface vlan 30 ip address 192.168.30.2 255.255.255.0 ip helper-address 192.168.50.1 dhcp exit ip default-gateway 192.168.50.1 username "xyz" password xyz privilege 15 encrypted ip ssh server application install SupportAssist auto-restart start-on-boot ! interface Gi1/0/1 description "WAN port, dont fuck with it" switchport trunk native vlan 10 switchport trunk allowed vlan 10,20,30 exit ! interface Gi1/0/2 description "MacMini" switchport access vlan 10 exit ! interface Gi1/0/48 description "AP Mac - 80:xyz" switchport mode trunk switchport access vlan 10 switchport trunk native vlan 10 switchport trunk allowed vlan 10,20,30 exit snmp-server engineid local support-assist server "default" proxy-ip-address "192.168.50.2" port "443" username "xyz" password "xyz" xyz exit exit no hiveagent exit 

In this current config the AP is not seen via the Unifi controller. I am also pretty sure I don't have interface Gi1/0/1 setup correctly.

Any help on this would be great.



No comments:

Post a Comment