<?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: Cannot ping or ssh outside of VLAN in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100526#M22522</link>
    <description>&lt;P&gt;#6 shouldnt be possible I think. You cant configure the gateway if its outside a direct attached subnet.&lt;/P&gt;&lt;P&gt;too large subnet could be, because then the switch would try to reach the destination directly and not via Gateway.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 07:43:46 GMT</pubDate>
    <dc:creator>Stefan_K_</dc:creator>
    <dc:date>2024-06-10T07:43:46Z</dc:date>
    <item>
      <title>Cannot ping or ssh outside of VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100510#M22517</link>
      <description>&lt;P&gt;I have recently set up some EX 5420-48port switches on-site at one of our plants. The subnet is 172.25.20.x/24. Now that I'm back at the office, I cannot ping, ssh, or communicate with these switches from my office subnet, which is 172.25.17.x/24.&lt;/P&gt;&lt;P&gt;I connected remotely to another switch in the plant subnet and it can ping the switches there in that same vlan without issue. However, me being at 172.25.17.200, I cannot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are very basic configs - I simply powered them on, provided an IP and default gateway on the default VLAN, and turned on http and SSH access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I need to do on these switches to allow ping and ssh from anywhere on the network?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 15:35:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100510#M22517</guid>
      <dc:creator>chrisg2</dc:creator>
      <dc:date>2024-06-07T15:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping or ssh outside of VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100515#M22518</link>
      <description>&lt;P&gt;Guess in the dark: Wrong subnet mask (/16) on the new switches.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2024 11:57:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100515#M22518</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2024-06-08T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping or ssh outside of VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100517#M22519</link>
      <description>&lt;P&gt;If you're in the same VLAN/Subnet as the switch IP and you cannot ping or SSH to the switch, I suspect one of the following:&lt;/P&gt;&lt;P&gt;1) A VLAN tagging issue&lt;BR /&gt;Helpful Layer 2 commands include:&lt;BR /&gt;show fdb&lt;BR /&gt;show fdb port &amp;lt;#&amp;gt;&lt;BR /&gt;show fdb vlan &amp;lt;#&amp;gt;&lt;BR /&gt;show port &amp;lt;#&amp;gt; vlan&lt;BR /&gt;show port &amp;lt;#&amp;gt; vid&lt;BR /&gt;&lt;BR /&gt;The FDB should show the MAC of your PC on the ports in the direction of your PC.&lt;BR /&gt;The FDB should show the MAC of the switch on the ports in the direction of the switch.&lt;BR /&gt;If this is not the case, either the VLAN is not extended across a link, or for some other reason, traffic from that MAC is not being received on that port.&lt;/P&gt;&lt;P&gt;Layer 3 commands include:&lt;/P&gt;&lt;P&gt;ping &amp;lt;IP&amp;gt;&lt;BR /&gt;show iparp &amp;lt;IP&amp;gt;&lt;BR /&gt;show iparp port &amp;lt;#&amp;gt;&lt;BR /&gt;show iparp vlan &amp;lt;VLAN&amp;gt;&lt;/P&gt;&lt;P&gt;#In Windows CMD&lt;BR /&gt;arp -a&lt;/P&gt;&lt;P&gt;If the PC and switch have IPs in the same VLAN/Subnet, they should learn ARPs for each other after a ping attempt.&lt;BR /&gt;If this is not the case, see FDB commands above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) SSH is not enabled or windows firewall is preventing some traffic&lt;/P&gt;&lt;P&gt;enable ssh2&lt;/P&gt;&lt;P&gt;Windows firewall will blocking incoming ping requests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the PC/Switch are in different VLANs/Subnets, I would suspect a similar issue to the above, but troubleshoot between the switch and the switch's default gateway (show iproute), troubleshoot between the PC and it's default gateway, and troubleshoot between the 2 default gateways if they are different. Potential issues could be a wrong/missing default gateway, routing between VLANs not being enabled on relevant routers, or some routing rule blocking traffic.&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2024 18:55:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100517#M22519</guid>
      <dc:creator>Gabriel_G</dc:creator>
      <dc:date>2024-06-08T18:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping or ssh outside of VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100519#M22521</link>
      <description>&lt;P&gt;Okay so because you can ping the switches locally, it's one of a few other things.&lt;/P&gt;&lt;P&gt;#1 - ACL's. You've mentioned the config is fairly blank, so unlikley&lt;/P&gt;&lt;P&gt;#2 - Ports plugged in incorrectly - You can ping it, so unlikley&lt;/P&gt;&lt;P&gt;#3 - Gateway address entered incorrectly. Possible&lt;/P&gt;&lt;P&gt;#4 - Routing issue further out in the network. Have you run a trace? Where does it stop?&lt;/P&gt;&lt;P&gt;#5 config issue on router. Can you log into the router and ping from there? Can you do a source ping from the router using an IP on the switch network and ping elsewhere into the network?&lt;/P&gt;&lt;P&gt;#6 subnet typo. Maybe? Too small a subnet entered on the switch will cause an issue if the gateway is outside of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2024 23:17:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100519#M22521</guid>
      <dc:creator>Brent_Addis</dc:creator>
      <dc:date>2024-06-08T23:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping or ssh outside of VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100526#M22522</link>
      <description>&lt;P&gt;#6 shouldnt be possible I think. You cant configure the gateway if its outside a direct attached subnet.&lt;/P&gt;&lt;P&gt;too large subnet could be, because then the switch would try to reach the destination directly and not via Gateway.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 07:43:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-ping-or-ssh-outside-of-vlan/m-p/100526#M22522</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2024-06-10T07:43:46Z</dc:date>
    </item>
  </channel>
</rss>

