<?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: How to migrate configuration from EOS to EXOS?? in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17191#M453</link>
    <description>Thank you&lt;BR /&gt;
i also have lines like these:&lt;BR /&gt;
&lt;BR /&gt;
#SNMP&lt;BR /&gt;
disable snmp access (all)&lt;BR /&gt;
configure snmpv3 delete access (all)&lt;BR /&gt;
configure snmpv3 delete user (all)&lt;BR /&gt;
configure snmpv3 delete group (all)&lt;BR /&gt;
&lt;BR /&gt;
configure snmpv3 add access read_write sec-model usm write-view (only)&lt;BR /&gt;
&lt;BR /&gt;
are these lines ok ?&lt;BR /&gt;
&lt;BR /&gt;
you wrote :&lt;BR /&gt;
# Basic STP config - this is incomplete!&lt;BR /&gt;
# a newly created VLAN needs to be added&lt;BR /&gt;
&lt;BR /&gt;
i have in my network Cisco Switchec (x20), Extreme C5 (x11), Extreme B5 (x3) and Extreme S4 (x2) switches and they dont neet no special spantree vlan... do i really need to add new vlan for  my new x440 (x6)? what is it for (Also i have Netsight Suite to manage my infrastructure)?&lt;BR /&gt;
&lt;BR /&gt;
regards &lt;BR /&gt;
Marek (Mark)</description>
    <pubDate>Fri, 10 Feb 2017 15:09:00 GMT</pubDate>
    <dc:creator>MarekorMark</dc:creator>
    <dc:date>2017-02-10T15:09:00Z</dc:date>
    <item>
      <title>How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17188#M450</link>
      <description>I need to configure my x440-g2 with exos to use in my network.&lt;BR /&gt;
all switches that i have are c5 and b5 witch eos ... now i need to translate eos config file to exos....&lt;BR /&gt;
&lt;BR /&gt;
and this is my base config to migrate:&lt;BR /&gt;
&lt;BR /&gt;
set ip address 172.16.0.XXX mask 255.255.240.0 gateway 172.16.0.1&lt;BR /&gt;
&lt;BR /&gt;
#SNMP&lt;BR /&gt;
clear snmp access ro security-model v1  &lt;BR /&gt;
clear snmp access ro security-model v2c  &lt;BR /&gt;
clear snmp access public security-model v1  &lt;BR /&gt;
clear snmp access public security-model v2c  &lt;BR /&gt;
clear snmp access public security-model usm&lt;BR /&gt;
clear snmp group ro ro security-model v1&lt;BR /&gt;
clear snmp group ro ro security-model v2c&lt;BR /&gt;
clear snmp group public public security-model v1&lt;BR /&gt;
clear snmp user public&lt;BR /&gt;
clear snmp group public public&lt;BR /&gt;
&lt;BR /&gt;
set snmp user USER authentication md5 PASSWORD encryption des privacy PASSWORD  nonvolatile&lt;BR /&gt;
set snmp group read_write user USER security-model usm&lt;BR /&gt;
set snmp access read_write security-model usm privacy exact read All write All notify All nonvolatile&lt;BR /&gt;
&lt;BR /&gt;
#global&lt;BR /&gt;
set length 24&lt;BR /&gt;
set width 150 default&lt;BR /&gt;
set summertime enable CEST&lt;BR /&gt;
set summertime recurring last Sunday March 02:00 last Sunday October 03:00 60&lt;BR /&gt;
set timezone 'CET' 1 0&lt;BR /&gt;
set ssh enabled&lt;BR /&gt;
set sntp client unicast&lt;BR /&gt;
set sntp server 172.16.XX.XX&lt;BR /&gt;
set sntp server 172.16.XX.XX precedence 2&lt;BR /&gt;
set prompt XXXXXXX&lt;BR /&gt;
set system name XXXXXX&lt;BR /&gt;
set system location XXXXX&lt;BR /&gt;
set logout 60&lt;BR /&gt;
set logging default severity 6&lt;BR /&gt;
set logging application STP level 7&lt;BR /&gt;
set logging server 1 ip-addr 172.16.XX.XX state enable&lt;BR /&gt;
set gvrp disable&lt;BR /&gt;
set ciscodp status disable&lt;BR /&gt;
set   banner login "LOL"&lt;BR /&gt;
set system login USER super-user enable local-only yes&lt;BR /&gt;
set system login admin super-user enable local-only yes&lt;BR /&gt;
clear system login ro&lt;BR /&gt;
clear system login rw&lt;BR /&gt;
&lt;BR /&gt;
set password admin&lt;BR /&gt;
set password USER&lt;BR /&gt;
&lt;BR /&gt;
#ports&lt;BR /&gt;
set spantree mstcfgid cfgname 'SPT-NAME' rev 1&lt;BR /&gt;
set spantree adminedge ge.1.1-46 true&lt;BR /&gt;
set lldp port tx-tlv sys-name mgmt-addr ge.1.47-48&lt;BR /&gt;
set igmpsnooping interfacemode ge.1.1-48 enable&lt;BR /&gt;
set dhcpsnooping trust port lag.0.1 enable&lt;BR /&gt;
set dhcpsnooping trust port ge.1.47-48 enable&lt;BR /&gt;
set dhcpsnooping enable&lt;BR /&gt;
#jesli jest LAG&lt;BR /&gt;
set lacp aadminkey lag.0.1 100&lt;BR /&gt;
set lacp singleportlag enable&lt;BR /&gt;
set port lacp port ge.1.47-48 aadminkey 100 enable&lt;BR /&gt;
&lt;BR /&gt;
#NAC&lt;BR /&gt;
set vlanauthorization enable&lt;BR /&gt;
set policy maptable response tunnel&lt;BR /&gt;
set multiauth precedence dot1x mac&lt;BR /&gt;
&lt;BR /&gt;
set eapol auth-mode forced-auth ge.1.47-48&lt;BR /&gt;
set eapol auth-mode auto ge.1.1-46&lt;BR /&gt;
set multiauth port mode force-auth ge.1.47-48&lt;BR /&gt;
set multiauth port mode auth-reqd ge.1.1-46&lt;BR /&gt;
set macauthentication port  enable ge.1.1-46&lt;BR /&gt;
set eapol enable&lt;BR /&gt;
&lt;BR /&gt;
please help me or i'll broke that ...#$@$! x440....&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2017 17:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17188#M450</guid>
      <dc:creator>MarekorMark</dc:creator>
      <dc:date>2017-02-08T17:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17189#M451</link>
      <description>Marek, we do have an Python script that can be used in Windows or Linux that can convert the configuration from EOS to EXOS. The script might not convert everything, so it would be recommended to review the converted output and test before placing into production. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-convert-EOS-configurations-to-EXOS-using-e2x-py" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-convert-EOS-configurations-to-EXOS-...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2017 21:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17189#M451</guid>
      <dc:creator>Ty_Izzet</dc:creator>
      <dc:date>2017-02-08T21:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17190#M452</link>
      <description>Hi Marek,&lt;BR /&gt;
&lt;BR /&gt;
E2X is not able to create a good conversion of your template. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
With a few adjustments of the template it converts parts of it to the following (edited for this post):&lt;BR /&gt;
&lt;BR /&gt;
# IP address&lt;BR /&gt;
configure vlan Default ipaddress 172.16.0.2 255.255.240.0&lt;BR /&gt;
configure iproute add default 172.16.0.1&lt;BR /&gt;
&lt;BR /&gt;
# LAG for ports 47 and 48&lt;BR /&gt;
enable sharing 47 grouping 47-48 algorithm address-based L3 lacp&lt;BR /&gt;
&lt;BR /&gt;
# Basic STP config - this is incomplete!&lt;BR /&gt;
# a newly created VLAN needs to be added to STP&lt;BR /&gt;
configure mstp region 'SPT-NAME&lt;BR /&gt;
'configure mstp revision 1&lt;BR /&gt;
configure stpd s0 mode mstp cist&lt;BR /&gt;
enable stpd s0&lt;BR /&gt;
configure stpd s0 ports link-type edge 1-46&lt;BR /&gt;
&lt;BR /&gt;
# Prompt / Name and Banner&lt;BR /&gt;
configure snmp sysName "XXXXXX"&lt;BR /&gt;
configure snmp sysLocation "XXXXX"&lt;BR /&gt;
configure banner before-login acknowledge save-to-configuration&lt;BR /&gt;
LOL&lt;BR /&gt;
Press RETURN to proceed to login&lt;BR /&gt;
&lt;BR /&gt;
# SSH&lt;BR /&gt;
configure ssh2 key&lt;BR /&gt;
enable ssh2&lt;BR /&gt;
&lt;BR /&gt;
# Syslog&lt;BR /&gt;
configure syslog add 172.16.0.1:514 local4&lt;BR /&gt;
configure log target syslog 172.16.0.1:514 local4 severity debug-data&lt;BR /&gt;
enable log target syslog 172.16.0.1:514 local4&lt;BR /&gt;
&lt;BR /&gt;
# SNTP and timezone&lt;BR /&gt;
configure sntp-client primary 172.16.0.1&lt;BR /&gt;
enable sntp-client&lt;BR /&gt;
configure timezone name CET 60 autodst name CEST 60 begins every last Sunday March at 02 00 ends every last Sunday October at 03 00&lt;BR /&gt;
&lt;BR /&gt;
The interactive mode of E2X contains How-Tos for SNMP:&lt;BR /&gt;
&lt;BR /&gt;
# remove default SNMP credentials&lt;BR /&gt;
disable snmp community public&lt;BR /&gt;
disable snmp community private&lt;BR /&gt;
disable snmpv3 default-user&lt;BR /&gt;
disable snmpv3 default-group&lt;BR /&gt;
configure snmp delete community readonly all&lt;BR /&gt;
configure snmp delete community readwrite all&lt;BR /&gt;
configure snmpv3 delete user admin&lt;BR /&gt;
configure snmpv3 delete user initial&lt;BR /&gt;
configure snmpv3 delete user initialmd5&lt;BR /&gt;
configure snmpv3 delete user initialsha&lt;BR /&gt;
configure snmpv3 delete user initialmd5Priv&lt;BR /&gt;
configure snmpv3 delete user initialshaPriv&lt;BR /&gt;
&lt;BR /&gt;
# configure SNMPv3&lt;BR /&gt;
configure snmpv3 add user &lt;U&gt; authentication sha &lt;AUTHPASS&gt; privacy aes &lt;BR /&gt;
configure snmpv3 add group &lt;GROUPNAME&gt; user &lt;U&gt; sec-model usm&lt;BR /&gt;
configure snmpv3 add access &lt;GROUPNAME&gt; sec-model usm sec-level priv read-view defaultAdminView write-view defaultAdminView notify-view defaultAdminView&lt;BR /&gt;
&lt;BR /&gt;
I hope that gets you started with a template for EXOS.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik&lt;/GROUPNAME&gt;&lt;/U&gt;&lt;/GROUPNAME&gt;&lt;/AUTHPASS&gt;&lt;/U&gt;</description>
      <pubDate>Fri, 10 Feb 2017 01:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17190#M452</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-02-10T01:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17191#M453</link>
      <description>Thank you&lt;BR /&gt;
i also have lines like these:&lt;BR /&gt;
&lt;BR /&gt;
#SNMP&lt;BR /&gt;
disable snmp access (all)&lt;BR /&gt;
configure snmpv3 delete access (all)&lt;BR /&gt;
configure snmpv3 delete user (all)&lt;BR /&gt;
configure snmpv3 delete group (all)&lt;BR /&gt;
&lt;BR /&gt;
configure snmpv3 add access read_write sec-model usm write-view (only)&lt;BR /&gt;
&lt;BR /&gt;
are these lines ok ?&lt;BR /&gt;
&lt;BR /&gt;
you wrote :&lt;BR /&gt;
# Basic STP config - this is incomplete!&lt;BR /&gt;
# a newly created VLAN needs to be added&lt;BR /&gt;
&lt;BR /&gt;
i have in my network Cisco Switchec (x20), Extreme C5 (x11), Extreme B5 (x3) and Extreme S4 (x2) switches and they dont neet no special spantree vlan... do i really need to add new vlan for  my new x440 (x6)? what is it for (Also i have Netsight Suite to manage my infrastructure)?&lt;BR /&gt;
&lt;BR /&gt;
regards &lt;BR /&gt;
Marek (Mark)</description>
      <pubDate>Fri, 10 Feb 2017 15:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17191#M453</guid>
      <dc:creator>MarekorMark</dc:creator>
      <dc:date>2017-02-10T15:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17192#M454</link>
      <description>Hi Marek,&lt;BR /&gt;
&lt;BR /&gt;
your SNMP commands look OK.&lt;BR /&gt;
&lt;BR /&gt;
EXOS does not use STP by default. It needs to be enabled to use it. On EXOS, VLANs and/or ports need to be added to STP to use it for this VLAN / port. The Default VLAN 1 is the only VLAN added to EXOS STP by default. You do not need to add a new VLAN for STP, but rather all new VLANs need to be added to STP.&lt;BR /&gt;
&lt;BR /&gt;
The RADIUS and MAC auth / dot1X config can be created by ExtremeControl (formerly known as NAC).&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Fri, 10 Feb 2017 15:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17192#M454</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-02-10T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17193#M455</link>
      <description>Thank you&lt;BR /&gt;
&lt;BR /&gt;
and what about these lines ?:&lt;BR /&gt;
&lt;BR /&gt;
set igmpsnooping interfacemode ge.1.1-48 enable&lt;BR /&gt;
&lt;BR /&gt;
set dhcpsnooping trust port lag.0.1 enable&lt;BR /&gt;
set dhcpsnooping trust port ge.1.47-48 enable&lt;BR /&gt;
set dhcpsnooping enable&lt;BR /&gt;
&lt;BR /&gt;
my translation:&lt;BR /&gt;
&lt;BR /&gt;
configure igmp snooping filters per-port&lt;BR /&gt;
enable igmp snooping&lt;BR /&gt;
&lt;BR /&gt;
configure trusted-ports 51-52 trust-for dhcp-server&lt;BR /&gt;
enable ip-security dhcp-snooping vlan VLAN_0XXX ports 51-52  violation-action drop-packet&lt;BR /&gt;
&lt;BR /&gt;
and how aobout if i would add radius servers (my 2 nac gateways)? or it will be added by nac (when i will configure SNMPv3 on switches and i will add  IPs of my new switches to NAC Console and NAC manager) ??&lt;BR /&gt;
&lt;BR /&gt;
regards &lt;BR /&gt;
Marek (Mark)</description>
      <pubDate>Fri, 10 Feb 2017 15:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17193#M455</guid>
      <dc:creator>MarekorMark</dc:creator>
      <dc:date>2017-02-10T15:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17194#M456</link>
      <description>Hi Marek,&lt;BR /&gt;
&lt;BR /&gt;
on EXOS, IGMP snooping is enabled by default, you may not need additional configuration.&lt;BR /&gt;
&lt;BR /&gt;
I have not tested DHCP snooping on EXOS, so I cannot comment on that part.&lt;BR /&gt;
&lt;BR /&gt;
When adding a switch to NAC (ExtremeControl), NAC can be used to configure the RADIUS servers. After the switch is added, NAC can be used to configure authentication on the switch. This needs a working SNMP configuration.&lt;BR /&gt;
&lt;BR /&gt;
You can add the RADIUS server configuration manually, if you prefer that.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Fri, 10 Feb 2017 16:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17194#M456</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-02-10T16:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to migrate configuration from EOS to EXOS??</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17195#M457</link>
      <description>Thank you very much ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-migrate-configuration-from-eos-to-exos/m-p/17195#M457</guid>
      <dc:creator>MarekorMark</dc:creator>
      <dc:date>2017-02-10T16:40:00Z</dc:date>
    </item>
  </channel>
</rss>

