<?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: How to add an IP to a VLAN interface?  Brocade VDX NOS 6.0x in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6152#M44</link>
    <description>helps a lot!   Can the ports work in some kind of hybrid mode (tagged and untagged)?</description>
    <pubDate>Wed, 14 Feb 2018 20:56:00 GMT</pubDate>
    <dc:creator>SeanScarfo</dc:creator>
    <dc:date>2018-02-14T20:56:00Z</dc:date>
    <item>
      <title>How to add an IP to a VLAN interface?  Brocade VDX NOS 6.0x</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6150#M42</link>
      <description>I've inherited a VDX 6740T and I'm trying to add an IP to a vlan / vlan interface.  VLAN has been created and assigned to the appropriate ports as tagged, and I've created a VE interface with matching ID.   However, I'm unsure how to add an IP to this.  &lt;BR /&gt;
&lt;BR /&gt;
Anyone familiar with the Brocade VDX NOS?</description>
      <pubDate>Wed, 14 Feb 2018 20:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6150#M42</guid>
      <dc:creator>SeanScarfo</dc:creator>
      <dc:date>2018-02-14T20:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to add an IP to a VLAN interface?  Brocade VDX NOS 6.0x</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6151#M43</link>
      <description>Create VLAN&lt;BR /&gt;
interface vlan 10Create VE &amp;amp; IP under Rbridge configuration&lt;BR /&gt;
rbridge-id 1&lt;BR /&gt;
 interface Ve 10&lt;BR /&gt;
  ip address 192.168.1.1/24&lt;BR /&gt;
  !&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
VLAN untagged on interface&lt;BR /&gt;
interface TenGigabitEthernet 1/0/1&lt;BR /&gt;
 switchport&lt;BR /&gt;
 switchport mode access&lt;BR /&gt;
 switchport access vlan 10&lt;BR /&gt;
 no shutdownOr VLAN tagged on interface&lt;BR /&gt;
interface TenGigabitEthernet 1/0/1&lt;BR /&gt;
 switchport&lt;BR /&gt;
 switchport&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 switchport trunk allowed vlan add 10&lt;BR /&gt;
 switchport trunk tag native-vlan&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
Hope this helps</description>
      <pubDate>Wed, 14 Feb 2018 20:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6151#M43</guid>
      <dc:creator>Mick_Day</dc:creator>
      <dc:date>2018-02-14T20:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to add an IP to a VLAN interface?  Brocade VDX NOS 6.0x</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6152#M44</link>
      <description>helps a lot!   Can the ports work in some kind of hybrid mode (tagged and untagged)?</description>
      <pubDate>Wed, 14 Feb 2018 20:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6152#M44</guid>
      <dc:creator>SeanScarfo</dc:creator>
      <dc:date>2018-02-14T20:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to add an IP to a VLAN interface?  Brocade VDX NOS 6.0x</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6153#M45</link>
      <description>Same thing but for &amp;gt; 7.2.0a1 please?&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2018 20:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6153#M45</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2018-02-14T20:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to add an IP to a VLAN interface?  Brocade VDX NOS 6.0x</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6154#M46</link>
      <description>VDX does not have a dual mode as such&lt;BR /&gt;
&lt;BR /&gt;
If you set native VLAN as untagged this may acheive the desired outcome&lt;BR /&gt;
interface TenGigabitEthernet 1/0/1&lt;BR /&gt;
 no switchport trunk tag native-vlan   See &lt;A href="http://www.brocade.com/content/html/en/configuration-guide/nos-700-l2guide/GUID-73EDD343-D4CB-4990-AB97-C6C0C7E40C15.html" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.brocade.com/content/html/en/configuration-guide/nos-700-l2guide/GUID-73EDD343-D4CB-4990-AB97-C6C0C7E40C15.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6154#M46</guid>
      <dc:creator>Mick_Day</dc:creator>
      <dc:date>2018-02-15T16:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to add an IP to a VLAN interface?  Brocade VDX NOS 6.0x</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6155#M47</link>
      <description>Does this switch support Voice Traffic.</description>
      <pubDate>Tue, 02 Oct 2018 16:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/how-to-add-an-ip-to-a-vlan-interface-brocade-vdx-nos-6-0x/m-p/6155#M47</guid>
      <dc:creator>Bot5</dc:creator>
      <dc:date>2018-10-02T16:24:00Z</dc:date>
    </item>
  </channel>
</rss>

