<?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: IP Address Assignment in 8200 Devices in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/IP-Address-Assignment-in-8200-Devices/m-p/101105#M385</link>
    <description>&lt;P&gt;Thank you for posting.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":victory_hand:"&gt;✌️&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 06:00:30 GMT</pubDate>
    <dc:creator>hemant_singh</dc:creator>
    <dc:date>2024-12-30T06:00:30Z</dc:date>
    <item>
      <title>IP Address Assignment in 8200 Devices</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/IP-Address-Assignment-in-8200-Devices/m-p/77961#M344</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: IP ADDRESS ASSIGNMENT IN 8200 DEVICES::&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In 8200, The Switching image was deprecated with 10.0 and each platform will only use one image starting with 10.0.&lt;/P&gt;&lt;P&gt;ALL the L3 image support L2 features starting with 10.0, Only routing image are available for all supported models.&lt;BR /&gt;Switching features are still available in the routing image.&lt;/P&gt;&lt;P&gt;&amp;gt;The 8200 by design doesn't support l2 image so there is no ip default-gateway command.&lt;/P&gt;&lt;P&gt;&amp;gt;Instead we need to specify the route to forward the traffic to an external subnet. We can either use static routes, default routes or a routing protocol.&lt;/P&gt;&lt;P&gt;&amp;gt;If you want to use the ICX8200 switch as a L2 device follow the below steps:&lt;BR /&gt;&lt;BR /&gt;You just need to add a default route to the device, And then add the VLANs you want. The ICX8200 model can only run L3 firmware images. That's&amp;nbsp;why we need to add a default route for it to start behaving as an L2 switch, where it is only passing VLAN traffic in and out. We&amp;nbsp;also need to identify the VLAN where this default route communication goes through. And&amp;nbsp;then create a virtual interface and assign the IP that will be used for management and for communication with the default gateway.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;-Create the virtual interface and assign the IP form MGMT and default route:&lt;/P&gt;&lt;P&gt;ICX8200-switch#conf t&lt;BR /&gt;ICX8200-switch(config)#vlan 10&lt;BR /&gt;ICX8200-switch(config-vlan10)#interface ve 10&lt;BR /&gt;ICX8200-switch(config-if-ve10)#ip address 10.10.10.2/24&lt;/P&gt;&lt;P&gt;Here's the command for the default route:&lt;/P&gt;&lt;P&gt;ICX8200-switch#conf t&lt;BR /&gt;ICX8200-switch(config)#ip route 0.0.0.0/0 10.10.10.1 (IP address of your ICX7850 router, which is the default gateway for the management vlan)&lt;/P&gt;&lt;P&gt;ICX8200 with the code 10.00, this code only came in routing, so you can configure the IP address under a VE, loopback or port.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Beginning with the 09.0.00 release, when a VLAN is configured, a virtual routing interface is statically mapped to the VLAN ID. However,&lt;BR /&gt;only when you issue the interface ve-num command does the virtual interface get created.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please refer to the below link of the L3 Routing configuration Guide under Subheading "Assigning an IPv4 Address to an Ethernet Port"&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/documents/4466-fastiron-10-0-10-ga-layer-3-routing-configuration-guide" target="_blank"&gt;https://support.ruckuswireless.com/documents/4466-fastiron-10-0-10-ga-layer-3-routing-configuration-guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please refer to the below link of the L3 Routing Configuration Guide under Subheading "Assigning an IP address to a virtual interface"&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/documents/4466-fastiron-10-0-10-ga-layer-3-routing-configuration-guide" target="_blank"&gt;https://support.ruckuswireless.com/documents/4466-fastiron-10-0-10-ga-layer-3-routing-configuration-guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please refer to the below link of the L3 Routing Configuration Guide under Subheading "Assigning an IP address to a loopback interface"&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/documents/4466-fastiron-10-0-10-ga-layer-3-routing-configuration-guide" target="_blank"&gt;https://support.ruckuswireless.com/documents/4466-fastiron-10-0-10-ga-layer-3-routing-configuration-guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 11:30:14 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/IP-Address-Assignment-in-8200-Devices/m-p/77961#M344</guid>
      <dc:creator>Mayank</dc:creator>
      <dc:date>2024-04-11T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address Assignment in 8200 Devices</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/IP-Address-Assignment-in-8200-Devices/m-p/101105#M385</link>
      <description>&lt;P&gt;Thank you for posting.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":victory_hand:"&gt;✌️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 06:00:30 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/IP-Address-Assignment-in-8200-Devices/m-p/101105#M385</guid>
      <dc:creator>hemant_singh</dc:creator>
      <dc:date>2024-12-30T06:00:30Z</dc:date>
    </item>
  </channel>
</rss>

