<?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 Configuration IP ADDRESS on Enterasys for a VLAN in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11380#M2408</link>
    <description>Hi everyone&lt;BR /&gt;
&lt;BR /&gt;
I'm a noob with Enterasys sws. Please need your help&lt;BR /&gt;
&lt;BR /&gt;
We've 6 switchs (2 Cisco and 4 Enterasys A2) every switch is in a different IDF, We ́re in the segmentation process and we're created a VLAN 20 for Switchs Management, with the cisco we don't have any problem, but with Enterasys we don't have idea how to configure a IP ADDRESS in VLAN 20 to reach every Enterasys under this VLAN 20&lt;BR /&gt;
&lt;BR /&gt;
Please somebody help me!</description>
    <pubDate>Wed, 13 Sep 2017 03:31:00 GMT</pubDate>
    <dc:creator>Mau_Medina</dc:creator>
    <dc:date>2017-09-13T03:31:00Z</dc:date>
    <item>
      <title>Configuration IP ADDRESS on Enterasys for a VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11380#M2408</link>
      <description>Hi everyone&lt;BR /&gt;
&lt;BR /&gt;
I'm a noob with Enterasys sws. Please need your help&lt;BR /&gt;
&lt;BR /&gt;
We've 6 switchs (2 Cisco and 4 Enterasys A2) every switch is in a different IDF, We ́re in the segmentation process and we're created a VLAN 20 for Switchs Management, with the cisco we don't have any problem, but with Enterasys we don't have idea how to configure a IP ADDRESS in VLAN 20 to reach every Enterasys under this VLAN 20&lt;BR /&gt;
&lt;BR /&gt;
Please somebody help me!</description>
      <pubDate>Wed, 13 Sep 2017 03:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11380#M2408</guid>
      <dc:creator>Mau_Medina</dc:creator>
      <dc:date>2017-09-13T03:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuration IP ADDRESS on Enterasys for a VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11381#M2409</link>
      <description>Are you running your management in vlan 20? &lt;BR /&gt;
&lt;BR /&gt;
Try&lt;BR /&gt;
&lt;BR /&gt;
set host vlan 20</description>
      <pubDate>Wed, 13 Sep 2017 05:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11381#M2409</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2017-09-13T05:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuration IP ADDRESS on Enterasys for a VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11382#M2410</link>
      <description>Yes, the management is in vlan 20!! </description>
      <pubDate>Wed, 13 Sep 2017 05:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11382#M2410</guid>
      <dc:creator>Mau_Medina</dc:creator>
      <dc:date>2017-09-13T05:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuration IP ADDRESS on Enterasys for a VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11383#M2411</link>
      <description>Did that work?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2017 05:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11383#M2411</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2017-09-13T05:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuration IP ADDRESS on Enterasys for a VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11384#M2412</link>
      <description>If you have different switches with VLANs and want to connect them together you have to set the  egress state of the ports where the switches are connect together:&lt;BR /&gt;
example: Switch A is connected with Switch B (let's say the uplink port between both is ge.1.1 then you have to:&lt;BR /&gt;
- create the VLAN : set vlan create 20&lt;BR /&gt;
- configure Data Host Port into vlan 20: set host vlan 20&lt;BR /&gt;
- configure ge.1.1 to forward vlan 20 traffic tagged: set vlan egress 20 ge.1.1 tagged&lt;BR /&gt;
- configure the ip address on both switches: set ip address 10.0.0.1 mask 255.0.0.0 gateway 10.0.0.254&lt;BR /&gt;
At the cisco - I'm not sure - but I guess you have to set the port in trunk mode  and allow vlan 20.&lt;BR /&gt;
&lt;BR /&gt;
If you configure two Enterasys switches like the example and connect them together it should be possible to ping from one to the other.&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Axel&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11384#M2412</guid>
      <dc:creator>ar1</dc:creator>
      <dc:date>2017-09-13T08:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configuration IP ADDRESS on Enterasys for a VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11385#M2413</link>
      <description>On the A2's you can confirm the up link port settings  by running the command  Show vlan portinfo port por#   The port may be assigned to vlan 1 untagged and vlan  20 tagged on egress  So if you want to have both assigned to 20  First do set port vlan port# 20 modified-egress   And follow the steps above from Axel  Then again run the  show vlan portinfo port port# to confirm your settings</description>
      <pubDate>Fri, 15 Sep 2017 15:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/configuration-ip-address-on-enterasys-for-a-vlan/m-p/11385#M2413</guid>
      <dc:creator>Jason_Parker</dc:creator>
      <dc:date>2017-09-15T15:18:00Z</dc:date>
    </item>
  </channel>
</rss>

