cancel
Showing results for 
Search instead for 
Did you mean: 

VLANs and the ICX7150-C08P

pat_becker
New Contributor II

Hi All!

I received my ICX7150-C08P along with an R610 to replace my Ubiquiti gear. My current network configuration is Verizon ONT to pfSense on a Dell r210 -> Ubiquiti 8 port PoE switch -> Ubiquiti AC-Pro AP. I have 3 wireless LANs, one guest, one normal use, and one for the work laptops. The guest network and normal use network are on the LAN interface in pfSense and I have created VLAN10 as an interface for the work laptops. Then, in the AC-Pro I created the WLAN for work and in the VLAN section I added that it was for VLAN 10 and viola, up and running without making any config changes to the switch. When setting up the R610 with the WLANs it was no sweat (with the Ubiquiti switch). When configuring the work SSID I added "10" to the VLAN config and everything was working nicely. This is where I run into some trouble. When swapping out the Ubiquiti switch for the ICX7150-C08P, all devices plugged in come up without configuration, even the R610 AP. The only thing is that my "work" SSID (VLAN10) doesn't have internet access. I'm thinking that I need to configure the port that its plugged into on the ICX7150-C08P (its plugged into port e1/1/3) as either tagged or a trunk port to pass all VLANs but I'm struggling to figure out which way to go. I puttered around on the CLI and created a VLAN 10 and tried to tag port 1/1/3 for that VLAN but still no internet. I also tried following some of the Rukus documentation for VLANs but wasn't able to get it working. Is this possible to have one switch port have the default "Access VLAN" of 1 and have VLAN10 configured as well?

1 ACCEPTED SOLUTION

harald_thomas_c
New Contributor III

You need to configure a second port in this vlan, or where is your router connected.

pls paste your ubiquity vlan settings, I can sen you snippets with the vlan config.

cheers

Harald

View solution in original post

5 REPLIES 5

Hi Harald -- I got it figured out. I have e1/1/1 plugged into the router directly and e1/1/3 plugged into the AP. After I added e1/1/1 and e1/1/3 as "tagged" on VLAN10 it came up and I was able to get internet access on that VLAN. Hopefully this is the right way to do it!

Image_ images_messages_5fb2b83838150f55db64a9e6_984548196d5e1f02725a6dc628b689a3_vlanconfig-08a58f15-7f5e-4561-8a39-7c20f99e64fc-778813256.JPG
SSH@ICX7150-C08P Switch#sh config
!
Startup-config data location is flash memory
!
Startup configuration:
!
ver 08.0.91T211
!
stack unit 1
  module 1 icx7150-c08p-poe-port-management-module
  module 2 icx7150-2-sfp-port-2g-module
!
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
 spanning-tree 802-1w
!
vlan 10 name VLAN10 by port
 tagged ethe 1/1/1 ethe 1/1/3
 spanning-tree 802-1w
!