<?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: ERS4850 Web Server disabling itself in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ers4850-web-server-disabling-itself/m-p/87279#M1629</link>
    <description>It seems like possibly previous sessions not closing TCP ports properly which are then getting exhausted which then gets cleared when you disable/enable the web-server.&lt;BR /&gt;
&lt;BR /&gt;
When you SSH into the switch try running the 'show ip netstat' command to see if there is an excessive number of connections in use for the web-server (port 80 or 443). If so, take a look at the foreign address to see if it seems logical. Do this before you disable/enable the web-server.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Example (from a ERS4500 switch running older code but it should look similar)&lt;BR /&gt;
This was run right after connecting to the web-interface from my PC. These closed after about a minute of inactivity.&lt;BR /&gt;
.56 is the 4500&lt;BR /&gt;
.150 is my PC&lt;BR /&gt;
Of course if you are using HTTPS it will be port 443&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;4524GT-PWR#show ip netstat&lt;BR /&gt;Proto Recv-Q Send-Q Local Address        Foreign Address      State&lt;BR /&gt;----- ------ ------ --------------------- --------------------- -----------&lt;BR /&gt;TCP       0     0 0.0.0.0.23           0.0.0.0.0            LISTEN&lt;BR /&gt;TCP       0     0 0.0.0.0.80           0.0.0.0.0            LISTEN&lt;BR /&gt;TCP       0     3 192.168.40.56.23     192.168.40.150.58448 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58637 TIME_WAIT&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58638 TIME_WAIT&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58641 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58642 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58643 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58645 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58646 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58647 ESTABLISHED&lt;BR /&gt;UDP       0     0 0.0.0.0.161          0.0.0.0.0&lt;BR /&gt;UDP       0     0 0.0.0.0.0            0.0.0.0.0&lt;BR /&gt;UDP       0     0 0.0.0.0.0            0.0.0.0.0&lt;BR /&gt;UDP       0     0 0.0.0.0.0            0.0.0.0.0&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 02 May 2019 05:12:31 GMT</pubDate>
    <dc:creator>Roger_Gravelle</dc:creator>
    <dc:date>2019-05-02T05:12:31Z</dc:date>
    <item>
      <title>ERS4850 Web Server disabling itself</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ers4850-web-server-disabling-itself/m-p/87278#M1628</link>
      <description>I am having an irritating issue with one of my ERS4850 stacks: every time I want to connect to it via the internal web server, I have to SSH to it and disable the web server (using web-server disable) then re-enable it (via web-server enable) in order to connect.  I do a wr mem after I do this, then when I try to connect to the switch later in the day or on a following day I need to go through the same process again, even though I can confirm via the CLI that the web server is enabled.&lt;BR /&gt;
&lt;BR /&gt;
The switch is running v5.12.2.011, and this is the only switch that I am having this issue with.  Is there something obvious that I'm missing here?</description>
      <pubDate>Thu, 02 May 2019 04:29:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ers4850-web-server-disabling-itself/m-p/87278#M1628</guid>
      <dc:creator>rumanchu</dc:creator>
      <dc:date>2019-05-02T04:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERS4850 Web Server disabling itself</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ers4850-web-server-disabling-itself/m-p/87279#M1629</link>
      <description>It seems like possibly previous sessions not closing TCP ports properly which are then getting exhausted which then gets cleared when you disable/enable the web-server.&lt;BR /&gt;
&lt;BR /&gt;
When you SSH into the switch try running the 'show ip netstat' command to see if there is an excessive number of connections in use for the web-server (port 80 or 443). If so, take a look at the foreign address to see if it seems logical. Do this before you disable/enable the web-server.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Example (from a ERS4500 switch running older code but it should look similar)&lt;BR /&gt;
This was run right after connecting to the web-interface from my PC. These closed after about a minute of inactivity.&lt;BR /&gt;
.56 is the 4500&lt;BR /&gt;
.150 is my PC&lt;BR /&gt;
Of course if you are using HTTPS it will be port 443&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;4524GT-PWR#show ip netstat&lt;BR /&gt;Proto Recv-Q Send-Q Local Address        Foreign Address      State&lt;BR /&gt;----- ------ ------ --------------------- --------------------- -----------&lt;BR /&gt;TCP       0     0 0.0.0.0.23           0.0.0.0.0            LISTEN&lt;BR /&gt;TCP       0     0 0.0.0.0.80           0.0.0.0.0            LISTEN&lt;BR /&gt;TCP       0     3 192.168.40.56.23     192.168.40.150.58448 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58637 TIME_WAIT&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58638 TIME_WAIT&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58641 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58642 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58643 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58645 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58646 ESTABLISHED&lt;BR /&gt;TCP       0     0 192.168.40.56.80     192.168.40.150.58647 ESTABLISHED&lt;BR /&gt;UDP       0     0 0.0.0.0.161          0.0.0.0.0&lt;BR /&gt;UDP       0     0 0.0.0.0.0            0.0.0.0.0&lt;BR /&gt;UDP       0     0 0.0.0.0.0            0.0.0.0.0&lt;BR /&gt;UDP       0     0 0.0.0.0.0            0.0.0.0.0&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 May 2019 05:12:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ers4850-web-server-disabling-itself/m-p/87279#M1629</guid>
      <dc:creator>Roger_Gravelle</dc:creator>
      <dc:date>2019-05-02T05:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERS4850 Web Server disabling itself</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ers4850-web-server-disabling-itself/m-p/87280#M1630</link>
      <description>I just attempted to connect via HTTP and was unable to, so I logged in via SSH and ran show ip netstat:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;bhrs-28thNorth-edge#sho ip netstat&lt;BR /&gt;Proto Recv-Q Send-Q  Local Address         Foreign Address       State      &lt;BR /&gt;----- ------ ------  --------------------- --------------------- -----------&lt;BR /&gt;TCP        0      0  0.0.0.0.22            0.0.0.0.0             LISTEN     &lt;BR /&gt;TCP        0    104  11.23.102.5.22        11.23.40.83.1088      ESTABLISHED&lt;BR /&gt;UDP        0      0  0.0.0.0.161           0.0.0.0.0            &lt;BR /&gt;UDP        0      0  0.0.0.0.0             0.0.0.0.0            &lt;BR /&gt;UDP        0      0  0.0.0.0.0             0.0.0.0.0            &lt;BR /&gt;----------------------------------------------------------------------------&lt;BR /&gt;Proto Port  Service&lt;BR /&gt;----- ----- -------&lt;BR /&gt;TCP   22    SSH    &lt;BR /&gt;UDP   161   SNMP   &lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
That foreign address is the IP of the computer that I'm using to SSH to the switch.</description>
      <pubDate>Sat, 04 May 2019 03:39:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/ers4850-web-server-disabling-itself/m-p/87280#M1630</guid>
      <dc:creator>rumanchu</dc:creator>
      <dc:date>2019-05-04T03:39:38Z</dc:date>
    </item>
  </channel>
</rss>

