<?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: Two X440 stacked random access to management in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9183#M211</link>
    <description>How do you have the MGMT port physically connected? What is on the other end? Do you have both MGMT ports connected on both nodes?</description>
    <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
    <dc:creator>Patrick_Voss</dc:creator>
    <dc:date>2017-09-01T18:25:00Z</dc:date>
    <item>
      <title>Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9174#M202</link>
      <description>Hello&lt;BR /&gt;
&lt;BR /&gt;
I'm quite new to Extreme and have yet some limited knowledge about XOS.&lt;BR /&gt;
&lt;BR /&gt;
But the story is that i have replaced our core router (X440-24t) with two "new" X440-24t in stack.&lt;BR /&gt;
Firmware version 16.2.2.4 as Extreme recommends for the X440.&lt;BR /&gt;
I have copied most of the configuration from the old one.&lt;BR /&gt;
&lt;BR /&gt;
Management port connected with cable to switch port 1:1 with untagged VLAN401&lt;BR /&gt;
&lt;BR /&gt;
I did run the stack config-guide-thingie and it went wonderful, and at the lab where i set them up it worked perfectly. &lt;BR /&gt;
I have it set them to act as router for 3 ip ranges.&lt;BR /&gt;
But when i moved the switches to the server room i began to get random access to the mgmt interface. Tho all traffic to and from configured VLANs are working perfect.&lt;BR /&gt;
&lt;BR /&gt;
After a lot of troubleshooting i noticed that i can access the mgmt-cli via our external IP's that i have configured in the switch, now, i thought this was not possible after reading a lot on vr-mgmt access.&lt;BR /&gt;
I have also random access for outgoing traffic from vr-mgmt to any, basically, for ex. ping google it works sometime but most of the time it does not.&lt;BR /&gt;
&lt;BR /&gt;
But when i access SSH thru our external IP i get no errors or disconnect from cli as i get when connected thru the internal IP i have setup on the mgmt vlan.&lt;BR /&gt;
I can access the mgmt-cli thru any of the VLAN105X ip addresses.&lt;BR /&gt;
&lt;BR /&gt;
Now, what have i done wrong?&lt;BR /&gt;
&lt;BR /&gt;
Config:&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1:1-24,2:1-24&lt;BR /&gt;
configure vr VR-Default add ports 1:1-24,2:1-24&lt;BR /&gt;
configure vlan default delete ports 1:1-24,2:1-24&lt;BR /&gt;
enable jumbo-frame ports all&lt;BR /&gt;
configure vman ethertype 0x8100 secondaryconfigure iproute add default 172.16.254.1 vr VR-Mgmt&lt;BR /&gt;
configure iproute add default xx.xxx.88.93&lt;BR /&gt;
  configure vlan Mgmt ipaddress 172.16.254.254 255.255.255.0  configure vlan WAN ipaddress xx.xxx.88.94 255.255.255.252  enable ipforwarding vlan WAN  configure vlan VLAN1052 ipaddress xx.xxx.60.193 255.255.255.224  enable ipforwarding vlan VLAN1052  configure vlan VLAN1053 ipaddress xxx.xxx.115.129 255.255.255.240  enable ipforwarding vlan VLAN1053  configure vlan VLAN1054 ipaddress xxx.xxx.115.145 255.255.255.240  enable ipforwarding vlan VLAN1054  configure vlan VLAN1055 ipaddress xxx.xxx.115.161 255.255.255.224  enable ipforwarding vlan VLAN1055&lt;BR /&gt;
I also noticed that when im doing an arping from an linux machine i get this&lt;BR /&gt;
&lt;BR /&gt;
# arping -D -I ens32 -c 6 172.16.254.254&lt;BR /&gt;
ARPING 172.16.254.254 from 0.0.0.0 ens32&lt;BR /&gt;
Unicast reply from 172.16.254.254 [00:04:96:98:04:B6]  0.904ms&lt;BR /&gt;
Sent 1 probes (1 broadcast(s))&lt;BR /&gt;
Received 1 response(s)&lt;BR /&gt;
# arping -I ens32 -c 2 172.16.254.254&lt;BR /&gt;
ARPING 172.16.254.254 from 172.16.254.41 ens32&lt;BR /&gt;
Unicast reply from 172.16.254.254 [02:04:96:6D:59:9B]  0.916ms&lt;BR /&gt;
Sent 2 probes (1 broadcast(s))&lt;BR /&gt;
Received 1 response(s)&lt;BR /&gt;
and on the switch i get this from iparp&lt;BR /&gt;
# sh iparp vr "VR-Mgmt" &lt;BR /&gt;
VR            Destination      Mac                Age  Static  VLAN          VID   Port&lt;BR /&gt;
VR-Mgmt       172.16.254.41    00:50:56:b6:ac:1e    2      NO  Mgmt          4095    &lt;BR /&gt;
Dynamic Entries  :           6             Static Entries            :          0&lt;BR /&gt;
Pending Entries  :           1&lt;BR /&gt;
In Request       :       15389             In Response               :       1671&lt;BR /&gt;
Out Request      :       30438             Out Response              :       3924&lt;BR /&gt;
Failed Requests  :        4656&lt;BR /&gt;
Proxy Answered   :        3913&lt;BR /&gt;
Rx Error         :           0             Dup IP Addr               :  172.16.254.254&lt;BR /&gt;
Rejected Count   :         307             Rejected IP               :   172.16.254.41&lt;BR /&gt;
Rejected Port    :                         Rejected I/F              : &lt;BR /&gt;
Max ARP entries  :        4096             Max ARP pending entries   :        256&lt;BR /&gt;
ARP address check:    Enabled              ARP refresh               :    Enabled&lt;BR /&gt;
Timeout          :          20 minutes     ARP Sender-Mac Learning   :   Disabled&lt;BR /&gt;
Locktime         :        1000 milliseconds&lt;BR /&gt;
Retransmit Time  :        1000 milliseconds&lt;BR /&gt;
Reachable Time   :      900000 milliseconds (Auto)&lt;BR /&gt;
Fast Convergence :         Off &lt;BR /&gt;
I'm going mad soon </description>
      <pubDate>Fri, 01 Sep 2017 18:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9174#M202</guid>
      <dc:creator>Magnus_Isaksson</dc:creator>
      <dc:date>2017-09-01T18:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9175#M203</link>
      <description>In short, don't do it this way &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
The mgmt port is for true out-of-band management and shouldn't be connected back into the same switch.&lt;BR /&gt;
&lt;BR /&gt;
Take a look at the discussion in this thread: &lt;A href="https://community.extremenetworks.com/extreme/topics/recommendation-for-configuration-of-management-port-when-summit-x440-24p-is-only-switch-in-the-network" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/recommendation-for-configuration-of-management-...&lt;/A&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9175#M203</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-09-01T18:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9176#M204</link>
      <description>Here's a few other topics covering this:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;&lt;A href="https://community.extremenetworks.com/extreme/topics/problems-with-connectivity-on-vlan-mgmt" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/problems-with-connectivity-on-vlan-mgmt&lt;/A&gt; 
 
&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.extremenetworks.com/extreme/topics/mngmt-vlan" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/mngmt-vlan&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.extremenetworks.com/extreme/topics/recommendation-for-configuration-of-management-port-when-summit-x440-24p-is-only-switch-in-the-network" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/recommendation-for-configuration-of-management-...&lt;/A&gt; 
&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9176#M204</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-09-01T18:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9177#M205</link>
      <description>Thank you&lt;BR /&gt;
If i understand this correctly, i just need to set an IP on VLAN401 (it our mgmt vlan) and then i can manage the switch without connection to the management port?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9177#M205</guid>
      <dc:creator>Magnus_Isaksson</dc:creator>
      <dc:date>2017-09-01T18:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9178#M206</link>
      <description>The mgmt VLAN in the switch is dedicated for the management port. It is separate to the rest of the ports and they will not mix. Any of the created VLAN IPs can be used to manage the switch.</description>
      <pubDate>Fri, 01 Sep 2017 18:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9178#M206</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-09-01T18:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9179#M207</link>
      <description>Hello Magnus,&lt;BR /&gt;
&lt;BR /&gt;
At first glance it looks like a duplicate IP. The arping output is showing 00:04:96:98:04:B6 and 02:04:96:6D:59:9B. These are both Extreme Switches. The one starting with 02 is a stack mac address. Can you confirm what the other switch is? It may be one of the nodes in the stack. You should be able to find this with the "show stacking detail" output if you want to paste it in here.</description>
      <pubDate>Fri, 01 Sep 2017 18:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9179#M207</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-09-01T18:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9180#M208</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
both mac belong to stack-1&lt;BR /&gt;
# sh stacking detail &lt;BR /&gt;
Stacking Node 00:04:96:98:04:b6 information:&lt;BR /&gt;
   Current:&lt;BR /&gt;
      Stacking                  : Enabled&lt;BR /&gt;
      Role                      : Master&lt;BR /&gt;
      Priority                  : Automatic&lt;BR /&gt;
      Slot number               : 1&lt;BR /&gt;
      Stack state               : Active&lt;BR /&gt;
      Master capable?           : Yes&lt;BR /&gt;
      Stacking protocol         : Enhanced&lt;BR /&gt;
      License level restriction : &lt;NONE&gt;&lt;BR /&gt;
      In active topology?       : Yes&lt;BR /&gt;
      Factory MAC address       : 00:04:96:98:04:b6&lt;BR /&gt;
      Stack MAC address         : 02:04:96:6d:59:9b&lt;BR /&gt;
      Alternate IP address      : &lt;NONE&gt;&lt;BR /&gt;
      Alternate gateway         : &lt;NONE&gt;&lt;BR /&gt;
      Stack Port 1:&lt;BR /&gt;
         State                  : Link down&lt;BR /&gt;
         Blocked?               : No&lt;BR /&gt;
         Control path active?   : No&lt;BR /&gt;
      Stack Port 2:&lt;BR /&gt;
         State                  : Operational&lt;BR /&gt;
         Blocked?               : No&lt;BR /&gt;
         Control path active?   : Yes&lt;BR /&gt;
   Configured:&lt;BR /&gt;
      Stacking                  : Enabled&lt;BR /&gt;
      Master capable?           : Yes&lt;BR /&gt;
      Slot number               : 1&lt;BR /&gt;
      Stack MAC address         : 02:04:96:6d:59:9b&lt;BR /&gt;
      Stacking protocol         : Enhanced&lt;BR /&gt;
      License level restriction : &lt;NONE&gt;&lt;BR /&gt;
&lt;BR /&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9180#M208</guid>
      <dc:creator>Magnus_Isaksson</dc:creator>
      <dc:date>2017-09-01T18:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9181#M209</link>
      <description>Can you send us a "show vlan" output?</description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9181#M209</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9182#M210</link>
      <description># sh vlan&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual   &lt;BR /&gt;
                                                                              Active router&lt;BR /&gt;
                                                                              /Total&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Default         1    ------------------------------------------------- ANY    0 /0   VR-Default &lt;BR /&gt;
Mgmt            4095 172.16.254.254 /24  ----------------------------- ANY    1 /1   VR-Mgmt    &lt;BR /&gt;
MGMTVLAN        401  ------------------------------------------------- ANY    17/18  VR-Default &lt;BR /&gt;
VLAN100         100  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN101         101  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN1052        1052 xx.xxx.60.193  /27  -f--------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN1053        1053 xxx.xxx.115.129/28  -f--------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN1054        1054 xxx.xxx.115.145/28  -f--------------------------- ANY    13/13  VR-Default &lt;BR /&gt;
VLAN1055        1055 xxx.xxx.115.161/27  -f--------------------------- ANY    13/13  VR-Default &lt;BR /&gt;
VLAN2           2    ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN2000        2000 ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN2001        2001 ------------------------------------------------- ANY    13/13  VR-Default &lt;BR /&gt;
VLAN2002        2002 ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN203         203  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN208         208  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN402         402  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN403         403  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN504         504  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN505         505  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN600         600  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN701         701  ------------------------------------------------- ANY    13/13  VR-Default &lt;BR /&gt;
VLAN702         702  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
VLAN703         703  ------------------------------------------------- ANY    12/12  VR-Default &lt;BR /&gt;
WAN             4093 xx.xxx.88.94   /30  -f--------------------------- ANY    1 /1   VR-Default &lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Flags : (B) BFD Enabled, (c) 802.1ad customer VLAN, (C) EAPS Control VLAN,&lt;BR /&gt;
        (d) Dynamically created VLAN, (D) VLAN Admin Disabled,&lt;BR /&gt;
        (e) CES Configured, (E) ESRP Enabled, (f) IP Forwarding Enabled,&lt;BR /&gt;
        (F) Learning Disabled, (h) TRILL Enabled, (i) ISIS Enabled,&lt;BR /&gt;
        (I) Inter-Switch Connection VLAN for MLAG, (k) PTP Configured,&lt;BR /&gt;
        (l) MPLS Enabled, (L) Loopback Enabled, (m) IPmc Forwarding Enabled,&lt;BR /&gt;
        (M) Translation Member VLAN or Subscriber VLAN, (n) IP Multinetting Enabled,&lt;BR /&gt;
        (N) Network Login VLAN, (o) OSPF Enabled, (O) Flooding Disabled,&lt;BR /&gt;
        (p) PIM Enabled, (P) EAPS protected VLAN, (r) RIP Enabled,&lt;BR /&gt;
        (R) Sub-VLAN IP Range Configured, (s) Sub-VLAN, (S) Super-VLAN,&lt;BR /&gt;
        (t) Translation VLAN or Network VLAN, (T) Member of STP Domain,&lt;BR /&gt;
        (v) VRRP Enabled, (V) VPLS Enabled, (W) VPWS Enabled, (Z) OpenFlow Enabled&lt;BR /&gt;
Total number of VLAN(s) : 24 &lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9182#M210</guid>
      <dc:creator>Magnus_Isaksson</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9183#M211</link>
      <description>How do you have the MGMT port physically connected? What is on the other end? Do you have both MGMT ports connected on both nodes?</description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9183#M211</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9184#M212</link>
      <description>Yes, mgmt port is connected with a cable to port 1:1 on switch 1, but i did not do that to switch 2&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9184#M212</guid>
      <dc:creator>Magnus_Isaksson</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9185#M213</link>
      <description>I think that might be your problem. The MGMT port should be used for out of band management which means it needs to be connected to another switch. Considering the MAC addresses are shared looping the port into itself can cause come confusion. Disconnect that port and try to access one of the user created IP addresses and see if your issue goes away.</description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9185#M213</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9186#M214</link>
      <description>I did as you suggested, added an IP on VLAN401 and disabled port 1:1&lt;BR /&gt;
Seems to work great now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
I just did as they had done on the old switch, tho there was no stacking involved there.&lt;BR /&gt;
&lt;BR /&gt;
But the access to mgmt from all the IP:s configured on the switch is to be expected?&lt;BR /&gt;
Is there a way to limit that except thru ACL?&lt;BR /&gt;
&lt;BR /&gt;
And thanks for the help! was about to get mad there for a moment </description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9186#M214</guid>
      <dc:creator>Magnus_Isaksson</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9187#M215</link>
      <description>Yes as long as you can reach the IP you can telnet or SSH to it. There is a way to limit who can access the switch using an access profile for SSH:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/SSH-Access-Profile" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/SSH-Access-Profile&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9187#M215</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9188#M216</link>
      <description>Here's another, similar article:&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Create-an-ACL-on-an-XOS-switch-for-SSH2-service-access" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Create-an-ACL-on-an-XOS-switch-for-SSH2-se...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9188#M216</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-09-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Two X440 stacked random access to management</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9189#M217</link>
      <description>Thank you so much for your help!</description>
      <pubDate>Fri, 01 Sep 2017 20:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/two-x440-stacked-random-access-to-management/m-p/9189#M217</guid>
      <dc:creator>Magnus_Isaksson</dc:creator>
      <dc:date>2017-09-01T20:05:00Z</dc:date>
    </item>
  </channel>
</rss>

