ICX7150 Initial Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2025 02:08 PM
I am new to managed switches. I need to configure a ICX7150-24P to have 9 Virtual LANs or Subnets. These are:
VLAN 1 - Management
VLAN 10 Computers (with 4 Ports Dedicated to 4 rooms hardwired in the house)
VLAN 20 Work Computers (with 1 dedicated ICX Port and 4 Ports off a second 8 Port Switch)
VLAN 30 Media (with 4 TV, 1 Plex Server, 1 Apple TV Port for. Total of 6 Ports from the ICX Switch)
VLAN 40 Cellphones
VLAN 50 Home Automation (with 1 Yellow Board Home Assistant, 3 EO/IR Cameras hardwired, and multiple other wireless devices
VLAN 60 VPN - with 1 Port
VLAN 70 Guest
VLAN 80 StarLinkFallBack - with 1 Port
I have two Ruckus R550 APs that will have dedicated Ports on the ICX7150.
I have configured the names of the VLANs but now I need to configure the ports and IP Addresses. I have tried to configure the IP Addresses, but the commands are not successful.
I am using an ICX7150-24P with SPS08095h.bin for Primary and SPR08095h.bin for Secondary.
What are the necessary configuration commands for this configuration?
The access points should be configured using Trunks. How is this done?
Thanks,
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 08:50 AM
Since your ICX7150-24P is running SPS08095h.bin (switching code) as Primary and SPR08095h.bin (routing code) as Secondary, to configure IP addresses on VE interfaces, the switch must boot into routing code (SPR) — because only under routing code can IP addresses be assigned to VE interfaces.
Once running on SPR code, the general steps are:
- Create the VLAN.
- Create a router interface (VE) for that VLAN.
- Assign the IP address to the VE interface.
Example:
vlan 10
router-interface ve 10
exit
interface ve 10
ip address 192.168.10.1 255.255.255.0
For connecting the Access Points:
- As per your request, AP ports must be configured as trunk ports.
- Set the port as tagged for all VLANs that need to be carried by the AP.
Sample trunk port configuration:
interface ethernet 1/1/10
tagged vlan 10,20,30,40,50,70
After making the changes, use write memory to save the configuration.
Regards,
Kayal

