<?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: adding a sec IP add on ve interface in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16072#M458</link>
    <description>&lt;P style="margin: 0;"&gt;hi Ben,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 18:32:08 GMT</pubDate>
    <dc:creator>claude_karemera</dc:creator>
    <dc:date>2020-10-29T18:32:08Z</dc:date>
    <item>
      <title>adding a sec IP add on ve interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16068#M454</link>
      <description>&lt;P style="margin: 0;"&gt;how can i add a sec ip add on ve interfaces but on diff subnet with primary?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:04:32 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16068#M454</guid>
      <dc:creator>claude_karemera</dc:creator>
      <dc:date>2020-10-29T18:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: adding a sec IP add on ve interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16069#M455</link>
      <description>&lt;P style="margin: 0;"&gt;Hey Claude,&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Yes, you can. However, this is generally not recommended as having two networks in one broadcast domain is not a best practice. If needed under a special circumstance, you would issue something similar to:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;conf t&lt;/P&gt;
&lt;P style="margin: 0;"&gt;interface ve 10&lt;VE-NUM&gt;&lt;/VE-NUM&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;ip address 192.168.10.1 255.255.255.0 &lt;IP-ADDRESS&gt;&lt;SUBNET-MASK&gt;secondary&lt;/SUBNET-MASK&gt;&lt;/IP-ADDRESS&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;*replace IP address and subnet mask as needed&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;EDIT: Correct usage in nested comment below&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:11:19 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16069#M455</guid>
      <dc:creator>BenBeck</dc:creator>
      <dc:date>2020-10-29T18:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: adding a sec IP add on ve interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16070#M456</link>
      <description>&lt;P style="margin: 0;"&gt;Hi Ben,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;i did that but it is restricting to be in same network.... here is the "Error: &lt;STRONG&gt;must assign primary ip address on specified subnet first"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:19:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16070#M456</guid>
      <dc:creator>claude_karemera</dc:creator>
      <dc:date>2020-10-29T18:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: adding a sec IP add on ve interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16071#M457</link>
      <description>&lt;P style="margin: 0;"&gt;Hey Claude,&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;I double-checked this in the lab. I misused the 'secondary' syntax there. Apologies. The secondary syntax is for two IP addresses in the same subnet such as:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;conf t&lt;/P&gt;
&lt;P style="margin: 0;"&gt;interface ve 10&lt;/P&gt;
&lt;P style="margin: 0;"&gt;ip address 192.168.10.1 255.255.255.0&lt;/P&gt;
&lt;P style="margin: 0;"&gt;ip address 192.168.10.2 255.255.255.0 secondary&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;In your scenario, you simply enter the second address normally. An Example:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;conf t&lt;/P&gt;
&lt;P style="margin: 0;"&gt;interface ve 10&lt;/P&gt;
&lt;P style="margin: 0;"&gt;ip address 192.168.10.1 255.255.255.0&lt;/P&gt;
&lt;P style="margin: 0;"&gt;ip address 192.168.20.1 255.255.255.0&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:27:14 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16071#M457</guid>
      <dc:creator>BenBeck</dc:creator>
      <dc:date>2020-10-29T18:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: adding a sec IP add on ve interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16072#M458</link>
      <description>&lt;P style="margin: 0;"&gt;hi Ben,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:32:08 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16072#M458</guid>
      <dc:creator>claude_karemera</dc:creator>
      <dc:date>2020-10-29T18:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: adding a sec IP add on ve interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16073#M459</link>
      <description>&lt;P style="margin: 0;"&gt;hi Ben,&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;still have an issue on icx 7150-08P....&amp;nbsp; they can register to SZ100 but they are not showing any info.... but for 24 and 48 are working normally. please do you have any idea on this?&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;DIV style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image_ images_messages_5f9b100135f40c7ccb39a91a_37dfc1e76eb34bdcf786bf71c3361b45_ICX71508Ports-8295f9e6-d9f4-4bae-9bed-4aeaf2c1e307-932818040.PNG"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/2058i6265F6F7686831DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image_ images_messages_5f9b100135f40c7ccb39a91a_37dfc1e76eb34bdcf786bf71c3361b45_ICX71508Ports-8295f9e6-d9f4-4bae-9bed-4aeaf2c1e307-932818040.PNG" alt="Image_ images_messages_5f9b100135f40c7ccb39a91a_37dfc1e76eb34bdcf786bf71c3361b45_ICX71508Ports-8295f9e6-d9f4-4bae-9bed-4aeaf2c1e307-932818040.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:54:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/adding-a-sec-IP-add-on-ve-interface/m-p/16073#M459</guid>
      <dc:creator>claude_karemera</dc:creator>
      <dc:date>2020-10-29T18:54:57Z</dc:date>
    </item>
  </channel>
</rss>

