<?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: I need some help with a Extreme Summit X440-24t configuration in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31730#M5675</link>
    <description>Did you try with a different switch and verify if it is working? Did you try to reinstall the putty application? Any firewall installed?&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
    <dc:creator>Ram3</dc:creator>
    <dc:date>2017-02-16T12:01:00Z</dc:date>
    <item>
      <title>I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31717#M5662</link>
      <description>Hi guys, I need some help.&lt;BR /&gt;
&lt;BR /&gt;
We bought a Extreme Summit X440-24t switch and the idea is to replace a Cisco 3560 switch. I have no experience with XOS and there are two port configurations that I don´t know how to set up. These are the configurations on the cisco way:&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;## On these port how can I set up the port-security with MAC on ExtremeXOS&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
1. interface GigabitEthernet0/1:&lt;BR /&gt;
    &lt;BR /&gt;
      switchport access vlan 450&lt;BR /&gt;
      switchport port-security mac-address c0ea.e46a.1821&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;## On these port how can I set up the port to L3 routing port and set up an IP to the port.&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
2. interface GigabitEthernet0/26:&lt;BR /&gt;
&lt;BR /&gt;
      no switchport&lt;BR /&gt;
      ip address 177.69.10.4 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
i appreciate your help!</description>
      <pubDate>Wed, 27 Aug 2014 17:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31717#M5662</guid>
      <dc:creator>Alysson_Campos</dc:creator>
      <dc:date>2014-08-27T17:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31718#M5663</link>
      <description>In extreme everything is vlan based. You need to create vlan, configure tag on vlan, add the port in vlan, configure IP address on vlan and then enable routing(ipforwarding)&lt;BR /&gt;
&lt;BR /&gt;
create vlan test&lt;BR /&gt;
configure vlan test tag 450&lt;BR /&gt;
configure vlan test add port 1,2 untagged  (untagged is same as Access port in cisco)&lt;BR /&gt;
confiugre vlan test ipaddress 177.69.10.4 255.255.255.0&lt;BR /&gt;
enable ipforwarding.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2014 20:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31718#M5663</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-08-27T20:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31719#M5664</link>
      <description>Thank you Sumit Tokle. In that case what you´re saying is that when I enable ipforwarding to a specific vlan X it turns those ports in that vlanX into a L3 routing ports? Because in my understanding a Vlan is a L2 usually.</description>
      <pubDate>Wed, 27 Aug 2014 22:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31719#M5664</guid>
      <dc:creator>Alysson_Campos</dc:creator>
      <dc:date>2014-08-27T22:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31720#M5665</link>
      <description>Yes, you are correct. &lt;BR /&gt;
&lt;BR /&gt;
I believe in Cisco, you need to configure "ip routing" command in order to enable routing. In same way, you could configure "enable ipforwarding &lt;VLAN_NAME&gt;" to configure that interface as L3&lt;/VLAN_NAME&gt;</description>
      <pubDate>Thu, 28 Aug 2014 05:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31720#M5665</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-08-28T05:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31721#M5666</link>
      <description>Hi Alysson,&lt;BR /&gt;
&lt;BR /&gt;
To answer the first part of your question you can configure MAC security by connecting the device to the relevant port (so the MAC address appears on that port) and then running the following:&lt;BR /&gt;
&lt;BR /&gt;
create vlan test tag 450&lt;BR /&gt;
configure vlan test add port 1 untagged&lt;BR /&gt;
configure port 1 vlan test lock-learning&lt;BR /&gt;
&lt;BR /&gt;
This will lock the MAC address on port 1 so no other MAC addresses can be used. You can also use 'limit-learning' to limit the number of MACs learnt to a certain number. 'unlock-learning' removes the lock and 'unlimited-learning' removes the limit.&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Kevin&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31721#M5666</guid>
      <dc:creator>Kevin_Eaton</dc:creator>
      <dc:date>2014-08-29T13:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31722#M5667</link>
      <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
there is the reference about lock learning&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-enable-port-security-mac-learning-on-Summit-X460" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-enable-port-security-mac-learning-on-S...&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jan 2017 04:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31722#M5667</guid>
      <dc:creator>Bin</dc:creator>
      <dc:date>2017-01-20T04:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31723#M5668</link>
      <description>Hi Bin,&lt;BR /&gt;
&lt;BR /&gt;
In this part you have explained how to bind MAC to a port. I want to know how I can bind public IP to a port. &lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance...</description>
      <pubDate>Fri, 20 Jan 2017 04:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31723#M5668</guid>
      <dc:creator>Rahul_Auchare</dc:creator>
      <dc:date>2017-01-20T04:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31724#M5669</link>
      <description>In addition to what Bin provided you can also have look at the below article for more info:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-limit-the-number-of-MAC-addresses-learned-on-a-port/?q=how+to+limit+the+no+of+mac+addresses&amp;amp;#38;l=en_US&amp;amp;#38;fs=Search&amp;amp;#38;pn=1" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-limit-the-number-of-MAC-addresses-l...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jan 2017 23:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31724#M5669</guid>
      <dc:creator>Tripathy__Priya</dc:creator>
      <dc:date>2017-01-20T23:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31725#M5670</link>
      <description>Hope  the provided information helped you for fetching information which you were looking for. Please let us know if  you have any further queries or shall we close this discussion moving forward.....&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Jan 2017 02:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31725#M5670</guid>
      <dc:creator>Tripathy__Priya</dc:creator>
      <dc:date>2017-01-22T02:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31726#M5671</link>
      <description>Hello Everyone,can somebody help me for taking console of extreme summit  x440-24t,i have serial console cable and putty software with me anything required other than this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31726#M5671</guid>
      <dc:creator>venkatesh_siddi</dc:creator>
      <dc:date>2017-02-16T12:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31727#M5672</link>
      <description>Connect the console cable into Extreme switch and other end into your laptop. Now open the putty session and select the connection type "Serial", then click "Open". Now you will have access to Extreme switch, enter using username "admin" and password blank (no password).&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31727#M5672</guid>
      <dc:creator>Ram3</dc:creator>
      <dc:date>2017-02-16T12:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31728#M5673</link>
      <description>Hi Ram, I connected console cable laptop and switch and gave ip address in putty and same in laptop to but no use,can u pls help me on this.&lt;BR /&gt;
Thanks in advance&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31728#M5673</guid>
      <dc:creator>venkatesh_siddi</dc:creator>
      <dc:date>2017-02-16T12:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31729#M5674</link>
      <description>Hello,i gave ip address 192.168.10.x /24 in my pc and in putty i gave 192.168.10.x i was able to login the putty but getting network fatal error.&lt;BR /&gt;
Please help on this,Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31729#M5674</guid>
      <dc:creator>venkatesh_siddi</dc:creator>
      <dc:date>2017-02-16T12:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31730#M5675</link>
      <description>Did you try with a different switch and verify if it is working? Did you try to reinstall the putty application? Any firewall installed?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31730#M5675</guid>
      <dc:creator>Ram3</dc:creator>
      <dc:date>2017-02-16T12:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31731#M5676</link>
      <description>Yes Ram , i reinstalled the putty but no luck,what i did is connected cable pc to switch and installed putty and checked serial and tried opening it,it is not responding.&lt;BR /&gt;
&lt;BR /&gt;
Please help me out .Thanks in advance.</description>
      <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31731#M5676</guid>
      <dc:creator>venkatesh_siddi</dc:creator>
      <dc:date>2017-02-16T12:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need some help with a Extreme Summit X440-24t configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31732#M5677</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
could you be more specific as to what exaclty you did? What kind of cable connected between which interfaces exaclty?&lt;BR /&gt;
&lt;BR /&gt;
If you tried a serial connection, did you verify that you used the correct name for the serial port? On Windows, you can use the hardware manager to find out which name(s) is (are) used for the serial port(s). USB to serial converters often use different names (resp. numbers).&lt;BR /&gt;
&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/i-need-some-help-with-a-extreme-summit-x440-24t-configuration/m-p/31732#M5677</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-02-16T12:01:00Z</dc:date>
    </item>
  </channel>
</rss>

