<?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 Clients cannot access network in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69696#M18693</link>
    <description>I have a x440 that is accessible via the network fine, from the switch itself I can ping the rest of the network fine, but clients on this switch are getting the correct ip settings via dhcp but cannot ping anything else on the network besides this switch.</description>
    <pubDate>Wed, 24 Jul 2019 21:13:08 GMT</pubDate>
    <dc:creator>jmbmichael</dc:creator>
    <dc:date>2019-07-24T21:13:08Z</dc:date>
    <item>
      <title>Clients cannot access network</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69696#M18693</link>
      <description>I have a x440 that is accessible via the network fine, from the switch itself I can ping the rest of the network fine, but clients on this switch are getting the correct ip settings via dhcp but cannot ping anything else on the network besides this switch.</description>
      <pubDate>Wed, 24 Jul 2019 21:13:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69696#M18693</guid>
      <dc:creator>jmbmichael</dc:creator>
      <dc:date>2019-07-24T21:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Clients cannot access network</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69697#M18694</link>
      <description>Show us the VLAN config and the port &amp;lt;-&amp;gt; VLAN assignments.</description>
      <pubDate>Wed, 24 Jul 2019 21:36:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69697#M18694</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2019-07-24T21:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clients cannot access network</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69698#M18695</link>
      <description>Default     1  ------------------------------------------------ ANY  0    /0  VR-Default&lt;BR /&gt;
Mgmt      4095 ------------------------------------------------ ANY  0    /1  VR-Mgmt&lt;BR /&gt;
VLAN101     101 172.19.0.42  /23 ---------------------------- ANY  3    /13 VR-Default&lt;BR /&gt;
VLAN102     102 ------------------------------------------------ ANY  0    /0  VR-Default&lt;BR /&gt;
VLAN103     103 ------------------------------------------------ ANY  0    /0  VR-Default&lt;BR /&gt;
VLAN104     104 ------------------------------------------------ ANY  0    /0  VR-Default&lt;BR /&gt;
VLAN110     110 ------------------------------------------------ ANY  15    /28 VR-Default&lt;BR /&gt;
VLAN130     130 ------------------------------------------------ ANY  15    /28 VR-Default&lt;BR /&gt;
VLAN131     131 ------------------------------------------------ ANY  15    /28 VR-Default&lt;BR /&gt;
VLAN201     201 ------------------------------------------------ ANY  13    /16 VR-Default&lt;BR /&gt;
VLAN800     800 ------------------------------------------------ ANY  15    /28 VR-Default&lt;BR /&gt;
VLAN998     998 ------------------------------------------------ ANY  15    /28 VR-Default&lt;BR /&gt;
VLAN999     999 ------------------------------------------------ ANY  15    /28 VR-Default&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
configure vlan VLAN101 add ports 1:25-28 tagged&lt;BR /&gt;
configure vlan VLAN101 add ports 1:16-24 untagged&lt;BR /&gt;
configure vlan VLAN110 add ports 1:1-28 tagged&lt;BR /&gt;
configure vlan VLAN130 add ports 1:1-28 tagged&lt;BR /&gt;
configure vlan VLAN131 add ports 1:1-28 tagged&lt;BR /&gt;
configure vlan VLAN201 add ports 1:26 tagged&lt;BR /&gt;
configure vlan VLAN201 add ports 1:1-15 untagged&lt;BR /&gt;
configure vlan VLAN800 add ports 1:1-28 tagged&lt;BR /&gt;
configure vlan VLAN998 add ports 1:1-28 tagged&lt;BR /&gt;
configure vlan VLAN999 add ports 1:1-28 tagged&lt;BR /&gt;
configure vlan VLAN101 ipaddress 172.19.0.42 255.255.254.0</description>
      <pubDate>Wed, 24 Jul 2019 21:52:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69698#M18695</guid>
      <dc:creator>jmbmichael</dc:creator>
      <dc:date>2019-07-24T21:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clients cannot access network</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69699#M18696</link>
      <description>configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1:1-28&lt;BR /&gt;
configure vr VR-Default add ports 1:1-28&lt;BR /&gt;
configure vlan default delete ports 1:1-28&lt;BR /&gt;
create vlan "VLAN101"&lt;BR /&gt;
configure vlan VLAN101 tag 101&lt;BR /&gt;
create vlan "VLAN102"&lt;BR /&gt;
configure vlan VLAN102 tag 102&lt;BR /&gt;
create vlan "VLAN103"&lt;BR /&gt;
configure vlan VLAN103 tag 103&lt;BR /&gt;
create vlan "VLAN104"&lt;BR /&gt;
configure vlan VLAN104 tag 104&lt;BR /&gt;
create vlan "VLAN110"&lt;BR /&gt;
configure vlan VLAN110 tag 110&lt;BR /&gt;
create vlan "VLAN130"&lt;BR /&gt;
configure vlan VLAN130 tag 130&lt;BR /&gt;
create vlan "VLAN131"&lt;BR /&gt;
configure vlan VLAN131 tag 131&lt;BR /&gt;
create vlan "VLAN201"&lt;BR /&gt;
configure vlan VLAN201 tag 201&lt;BR /&gt;
create vlan "VLAN800"&lt;BR /&gt;
configure vlan VLAN800 tag 800&lt;BR /&gt;
create vlan "VLAN998"&lt;BR /&gt;
configure vlan VLAN998 tag 998&lt;BR /&gt;
create vlan "VLAN999"&lt;BR /&gt;
configure vlan VLAN999 tag 999</description>
      <pubDate>Wed, 24 Jul 2019 21:53:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69699#M18696</guid>
      <dc:creator>jmbmichael</dc:creator>
      <dc:date>2019-07-24T21:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Clients cannot access network</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69700#M18697</link>
      <description>What IP range are the clients using? What VLAN are they in? Which port is the uplink? Which resource are they unable to reach?</description>
      <pubDate>Thu, 25 Jul 2019 14:48:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clients-cannot-access-network/m-p/69700#M18697</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2019-07-25T14:48:33Z</dc:date>
    </item>
  </channel>
</rss>

