<?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 How to troubleshoot or check network connection issues on Switches. in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-or-check-network-connection-issues-on/m-p/65457#M190</link>
    <description>&lt;P&gt;Network connection Issues can be few of the things that can be a bit tricky to troubleshoot, Main reason being that there is always not one same cause behind the scenes that caused it, scenario to scenario the cause for the trouble can vary.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally the Issues of not reaching the internet or not able to connect to the internet, not being able to connect to an internal/external resource and not able to get an ip address are seen to be synonymous.&lt;/P&gt;&lt;P&gt;Here being discussed are few of the most common ones that can be seen&amp;nbsp;contribute to&amp;nbsp;Issues of not reaching the internet or not able to connect to the internet, not being able to connect to an internal/external resource.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Issues on IP addressing, please check here&amp;nbsp;&lt;A title="How to troubleshoot DHCP addressing issues" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-DHCP-address-leasing-issues/m-p/65456#M189" target="_blank" rel="noopener"&gt;Check DHCP Issues here &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few of the probable causes to name a few that can contribute to connection issues being discussed here are:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; DNS resolution not working&lt;BR /&gt;&amp;gt; Addressing based issues&lt;BR /&gt;&amp;gt; Gateway dropping connections / NATing issues&lt;BR /&gt;&amp;gt; Internal traffic suppression&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;&amp;gt; Check if DNS resolution is affected:&lt;BR /&gt;Generally, when the internet is not working, it implies the web pages are not loading on the browser.&lt;BR /&gt;Hence do check the below:&lt;BR /&gt;From a end device connected on the network:&lt;BR /&gt;Ping 1.1.1.1&lt;BR /&gt;Do a traceroute to 1.1.1.1&amp;nbsp;&lt;BR /&gt;Ping google.com / speed.cloudflare.com&lt;BR /&gt;And try to open google.com / speed.cloudflare.com&lt;BR /&gt;&lt;BR /&gt;If the ping and traceroute works for 1.1.1.1 or 8.8.8.8&lt;BR /&gt;But not for google.com / speed.cloudflare.com&lt;BR /&gt;&lt;BR /&gt;That would imply the DNS is not working / not resolving&lt;BR /&gt;• Here check if there are issues on the internal DNS systems&lt;BR /&gt;• If the public DNS systems is used then check on firewall/gateway to see if the same is being blocked or dropped&lt;BR /&gt;• Also check if there are security measures such as ACLs/policies in place that could be blocking them as well.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Addressing based issues :&lt;BR /&gt;Check the IP address leased on the PC :&lt;BR /&gt;Check if the gateway can be reached&lt;BR /&gt;Do a "route print -a" or " route print " to confirm that right gateway is being populated on the PC&lt;BR /&gt;&lt;BR /&gt;If all the above come up good, then :&lt;BR /&gt;Follow the ping tests to internal servers and external endpoints&lt;BR /&gt;If needed do a traceroute to check where its dropping.&lt;BR /&gt;&lt;BR /&gt;Once the location of the drop is isolated, based on the role and function of the device, would need to look into what could be causing it.&lt;BR /&gt;• If on core : would need to check if there is any ACL blocking the response or no inter-network communication is taking place.&lt;BR /&gt;• If forwarded from core to gateway appliance and same is not aware where to forward the response back to would need to have that corrected.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp; Gateway connection Dropping :&lt;BR /&gt;This is rare, given the care and dligence taken during the config.&lt;BR /&gt;But if there were any policy change implemented that could drop traffic if the config is not done right.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp; Lastly, traffic suppression :&lt;BR /&gt;If in-case, there is a broadcast storm in the network this can happen.[as this is one of the most common causes] as a consequence.&lt;BR /&gt;Generally these are seen when there is a loop.&lt;BR /&gt;Depending on where the loop is and the traffic flow : the effect can be immediate or delayed.&lt;/P&gt;&lt;P&gt;Follow the below commands to check for traces of a loop.&lt;BR /&gt;&lt;BR /&gt;In enable mode :&lt;BR /&gt;Clear statistics&lt;BR /&gt;Show statistics&lt;BR /&gt;Show statistics brief&lt;BR /&gt;Show statistics cpu-pkt&lt;BR /&gt;Show statistics ethernet&lt;BR /&gt;Show statistics lag&lt;BR /&gt;Show statistics management&lt;BR /&gt;Show statistics unit &amp;lt; specific member ID &amp;gt;&lt;BR /&gt;&lt;BR /&gt;• This should help you trace where the frames are coming from, as generally when in this state.&lt;BR /&gt;The given tell-tale indicator would be the TX and RX of interfaces and their TX and RX utilization.&lt;BR /&gt;&lt;BR /&gt;In case of a loop : for given 2 ports or more [ usually in pairs of 2 ] TX and RX becomes identical.&lt;BR /&gt;And RX is where we would need to start the trace from.&lt;BR /&gt;&lt;BR /&gt;Note :&lt;BR /&gt;In case of Servers and Storage arrays, this can be seen as utilization spike. However this would be only on the ports that are designated for servers and storage arrays.&lt;BR /&gt;And in case of any Backup or read-write cycles : being in progress on the Storage array connected interfaces you will see the spike.&lt;BR /&gt;Hence when checking under this part : do keep the port layouts and the topology handy.&lt;BR /&gt;&lt;BR /&gt;• Another indicator of loop would be MAC Movements, in this case it would be between a set of ports and the same would be high.&lt;BR /&gt;This helps confirm which ports are learning the same MAC address and between which ports the same is shifting across.&lt;BR /&gt;&lt;BR /&gt;In config mode :&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate&lt;BR /&gt;DECIMAL 1 to 50000 moves&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate 20&lt;BR /&gt;sampling-interval Set the sampling interval&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate 20 sampling-interval&lt;BR /&gt;DECIMAL 1 to 86400 seconds&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate 20 sampling-interval 30&lt;BR /&gt;Router(config)#mac-notification interval&lt;BR /&gt;DECIMAL 1 to 3600 seconds&lt;BR /&gt;Router(config)#mac-notification interval 600&lt;BR /&gt;&lt;BR /&gt;Check under show log for the records.&lt;BR /&gt;&lt;BR /&gt;• In case due to the heavy traffic loads the CPU is getting overloaded and NMI is being triggered.&lt;BR /&gt;which is causing the device to reboot.&lt;BR /&gt;&lt;BR /&gt;In this case above log entries and vital notifications will be missed.&lt;BR /&gt;&lt;BR /&gt;To overcome this would suggest configuring a syslog server. As that can store the logs of the switch for review, should it re-start.&lt;BR /&gt;device(config)# configure terminal&lt;BR /&gt;device(config)# logging host &amp;lt;IP of the server &amp;gt;&lt;BR /&gt;device(config)# write memory&lt;BR /&gt;These above should help in isolating if not fixing the connection issues to internet to a point that would need attention.&lt;/P&gt;&lt;P&gt;These are a few things that can be done to check and isolate where the issue lies.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 02:23:38 GMT</pubDate>
    <dc:creator>jdryan</dc:creator>
    <dc:date>2023-08-08T02:23:38Z</dc:date>
    <item>
      <title>How to troubleshoot or check network connection issues on Switches.</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-or-check-network-connection-issues-on/m-p/65457#M190</link>
      <description>&lt;P&gt;Network connection Issues can be few of the things that can be a bit tricky to troubleshoot, Main reason being that there is always not one same cause behind the scenes that caused it, scenario to scenario the cause for the trouble can vary.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally the Issues of not reaching the internet or not able to connect to the internet, not being able to connect to an internal/external resource and not able to get an ip address are seen to be synonymous.&lt;/P&gt;&lt;P&gt;Here being discussed are few of the most common ones that can be seen&amp;nbsp;contribute to&amp;nbsp;Issues of not reaching the internet or not able to connect to the internet, not being able to connect to an internal/external resource.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Issues on IP addressing, please check here&amp;nbsp;&lt;A title="How to troubleshoot DHCP addressing issues" href="https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-DHCP-address-leasing-issues/m-p/65456#M189" target="_blank" rel="noopener"&gt;Check DHCP Issues here &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few of the probable causes to name a few that can contribute to connection issues being discussed here are:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; DNS resolution not working&lt;BR /&gt;&amp;gt; Addressing based issues&lt;BR /&gt;&amp;gt; Gateway dropping connections / NATing issues&lt;BR /&gt;&amp;gt; Internal traffic suppression&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;&amp;gt; Check if DNS resolution is affected:&lt;BR /&gt;Generally, when the internet is not working, it implies the web pages are not loading on the browser.&lt;BR /&gt;Hence do check the below:&lt;BR /&gt;From a end device connected on the network:&lt;BR /&gt;Ping 1.1.1.1&lt;BR /&gt;Do a traceroute to 1.1.1.1&amp;nbsp;&lt;BR /&gt;Ping google.com / speed.cloudflare.com&lt;BR /&gt;And try to open google.com / speed.cloudflare.com&lt;BR /&gt;&lt;BR /&gt;If the ping and traceroute works for 1.1.1.1 or 8.8.8.8&lt;BR /&gt;But not for google.com / speed.cloudflare.com&lt;BR /&gt;&lt;BR /&gt;That would imply the DNS is not working / not resolving&lt;BR /&gt;• Here check if there are issues on the internal DNS systems&lt;BR /&gt;• If the public DNS systems is used then check on firewall/gateway to see if the same is being blocked or dropped&lt;BR /&gt;• Also check if there are security measures such as ACLs/policies in place that could be blocking them as well.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Addressing based issues :&lt;BR /&gt;Check the IP address leased on the PC :&lt;BR /&gt;Check if the gateway can be reached&lt;BR /&gt;Do a "route print -a" or " route print " to confirm that right gateway is being populated on the PC&lt;BR /&gt;&lt;BR /&gt;If all the above come up good, then :&lt;BR /&gt;Follow the ping tests to internal servers and external endpoints&lt;BR /&gt;If needed do a traceroute to check where its dropping.&lt;BR /&gt;&lt;BR /&gt;Once the location of the drop is isolated, based on the role and function of the device, would need to look into what could be causing it.&lt;BR /&gt;• If on core : would need to check if there is any ACL blocking the response or no inter-network communication is taking place.&lt;BR /&gt;• If forwarded from core to gateway appliance and same is not aware where to forward the response back to would need to have that corrected.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp; Gateway connection Dropping :&lt;BR /&gt;This is rare, given the care and dligence taken during the config.&lt;BR /&gt;But if there were any policy change implemented that could drop traffic if the config is not done right.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp; Lastly, traffic suppression :&lt;BR /&gt;If in-case, there is a broadcast storm in the network this can happen.[as this is one of the most common causes] as a consequence.&lt;BR /&gt;Generally these are seen when there is a loop.&lt;BR /&gt;Depending on where the loop is and the traffic flow : the effect can be immediate or delayed.&lt;/P&gt;&lt;P&gt;Follow the below commands to check for traces of a loop.&lt;BR /&gt;&lt;BR /&gt;In enable mode :&lt;BR /&gt;Clear statistics&lt;BR /&gt;Show statistics&lt;BR /&gt;Show statistics brief&lt;BR /&gt;Show statistics cpu-pkt&lt;BR /&gt;Show statistics ethernet&lt;BR /&gt;Show statistics lag&lt;BR /&gt;Show statistics management&lt;BR /&gt;Show statistics unit &amp;lt; specific member ID &amp;gt;&lt;BR /&gt;&lt;BR /&gt;• This should help you trace where the frames are coming from, as generally when in this state.&lt;BR /&gt;The given tell-tale indicator would be the TX and RX of interfaces and their TX and RX utilization.&lt;BR /&gt;&lt;BR /&gt;In case of a loop : for given 2 ports or more [ usually in pairs of 2 ] TX and RX becomes identical.&lt;BR /&gt;And RX is where we would need to start the trace from.&lt;BR /&gt;&lt;BR /&gt;Note :&lt;BR /&gt;In case of Servers and Storage arrays, this can be seen as utilization spike. However this would be only on the ports that are designated for servers and storage arrays.&lt;BR /&gt;And in case of any Backup or read-write cycles : being in progress on the Storage array connected interfaces you will see the spike.&lt;BR /&gt;Hence when checking under this part : do keep the port layouts and the topology handy.&lt;BR /&gt;&lt;BR /&gt;• Another indicator of loop would be MAC Movements, in this case it would be between a set of ports and the same would be high.&lt;BR /&gt;This helps confirm which ports are learning the same MAC address and between which ports the same is shifting across.&lt;BR /&gt;&lt;BR /&gt;In config mode :&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate&lt;BR /&gt;DECIMAL 1 to 50000 moves&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate 20&lt;BR /&gt;sampling-interval Set the sampling interval&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate 20 sampling-interval&lt;BR /&gt;DECIMAL 1 to 86400 seconds&lt;BR /&gt;Router(config)#mac-movement notification threshold-rate 20 sampling-interval 30&lt;BR /&gt;Router(config)#mac-notification interval&lt;BR /&gt;DECIMAL 1 to 3600 seconds&lt;BR /&gt;Router(config)#mac-notification interval 600&lt;BR /&gt;&lt;BR /&gt;Check under show log for the records.&lt;BR /&gt;&lt;BR /&gt;• In case due to the heavy traffic loads the CPU is getting overloaded and NMI is being triggered.&lt;BR /&gt;which is causing the device to reboot.&lt;BR /&gt;&lt;BR /&gt;In this case above log entries and vital notifications will be missed.&lt;BR /&gt;&lt;BR /&gt;To overcome this would suggest configuring a syslog server. As that can store the logs of the switch for review, should it re-start.&lt;BR /&gt;device(config)# configure terminal&lt;BR /&gt;device(config)# logging host &amp;lt;IP of the server &amp;gt;&lt;BR /&gt;device(config)# write memory&lt;BR /&gt;These above should help in isolating if not fixing the connection issues to internet to a point that would need attention.&lt;/P&gt;&lt;P&gt;These are a few things that can be done to check and isolate where the issue lies.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 02:23:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-or-check-network-connection-issues-on/m-p/65457#M190</guid>
      <dc:creator>jdryan</dc:creator>
      <dc:date>2023-08-08T02:23:38Z</dc:date>
    </item>
  </channel>
</rss>

