<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ICX7150 Initial Configuration in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-Initial-Configuration/m-p/104888#M7342</link>
    <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Once running on SPR code, the general steps are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create the VLAN.&lt;/LI&gt;&lt;LI&gt;Create a router interface (VE) for that VLAN.&lt;/LI&gt;&lt;LI&gt;Assign the IP address to the VE interface.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;vlan 10&lt;BR /&gt;router-interface ve 10&lt;BR /&gt;exit&lt;BR /&gt;interface ve 10&lt;BR /&gt;ip address 192.168.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;For connecting the Access Points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;As per your request, AP ports must be configured as trunk ports.&lt;/LI&gt;&lt;LI&gt;Set the port as tagged for all VLANs that need to be carried by the AP.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Sample trunk port configuration:&lt;/P&gt;&lt;P&gt;interface ethernet 1/1/10&lt;BR /&gt;tagged vlan 10,20,30,40,50,70&lt;/P&gt;&lt;P&gt;After making the changes, use write memory to save the configuration.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kayal&lt;/P&gt;</description>
    <pubDate>Mon, 28 Apr 2025 15:50:58 GMT</pubDate>
    <dc:creator>kayal</dc:creator>
    <dc:date>2025-04-28T15:50:58Z</dc:date>
    <item>
      <title>ICX7150 Initial Configuration</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-Initial-Configuration/m-p/102141#M7173</link>
      <description>&lt;P&gt;I am new to managed switches. I need to configure a ICX7150-24P to have 9 Virtual LANs or Subnets. These are:&lt;/P&gt;&lt;P&gt;VLAN 1 - Management&lt;/P&gt;&lt;P&gt;VLAN 10 Computers (with 4 Ports Dedicated to 4 rooms hardwired in the house)&lt;/P&gt;&lt;P&gt;VLAN 20 Work Computers (with 1 dedicated ICX Port and 4 Ports off a second 8 Port Switch)&lt;/P&gt;&lt;P&gt;VLAN 30 Media (with 4 TV, 1 Plex Server, 1 Apple TV Port for. Total of 6 Ports from the ICX Switch)&lt;/P&gt;&lt;P&gt;VLAN 40 Cellphones&lt;/P&gt;&lt;P&gt;VLAN 50 Home Automation (with 1 Yellow Board Home Assistant, 3 EO/IR Cameras hardwired, and multiple other wireless devices&lt;/P&gt;&lt;P&gt;VLAN 60 VPN - with 1 Port&lt;/P&gt;&lt;P&gt;VLAN 70 Guest&amp;nbsp;&lt;/P&gt;&lt;P&gt;VLAN 80&amp;nbsp;StarLinkFallBack - with 1 Port&lt;/P&gt;&lt;P&gt;I have two Ruckus R550 APs that will have dedicated Ports on the ICX7150.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I am using an ICX7150-24P with SPS08095h.bin for Primary and SPR08095h.bin for Secondary.&lt;/P&gt;&lt;P&gt;What are the necessary configuration commands for this configuration?&lt;/P&gt;&lt;P&gt;The access points should be configured using Trunks. How is this done?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 22:08:02 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-Initial-Configuration/m-p/102141#M7173</guid>
      <dc:creator>peter_floyd_678</dc:creator>
      <dc:date>2025-02-01T22:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7150 Initial Configuration</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-Initial-Configuration/m-p/104888#M7342</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Once running on SPR code, the general steps are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create the VLAN.&lt;/LI&gt;&lt;LI&gt;Create a router interface (VE) for that VLAN.&lt;/LI&gt;&lt;LI&gt;Assign the IP address to the VE interface.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;vlan 10&lt;BR /&gt;router-interface ve 10&lt;BR /&gt;exit&lt;BR /&gt;interface ve 10&lt;BR /&gt;ip address 192.168.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;For connecting the Access Points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;As per your request, AP ports must be configured as trunk ports.&lt;/LI&gt;&lt;LI&gt;Set the port as tagged for all VLANs that need to be carried by the AP.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Sample trunk port configuration:&lt;/P&gt;&lt;P&gt;interface ethernet 1/1/10&lt;BR /&gt;tagged vlan 10,20,30,40,50,70&lt;/P&gt;&lt;P&gt;After making the changes, use write memory to save the configuration.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kayal&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 15:50:58 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-Initial-Configuration/m-p/104888#M7342</guid>
      <dc:creator>kayal</dc:creator>
      <dc:date>2025-04-28T15:50:58Z</dc:date>
    </item>
  </channel>
</rss>

