<?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: Does anyone have a template configuration for a EXOS switch? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82745#M20256</link>
    <description>&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thank you!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jun 2021 19:14:57 GMT</pubDate>
    <dc:creator>N3Tw0rk1</dc:creator>
    <dc:date>2021-06-08T19:14:57Z</dc:date>
    <item>
      <title>Does anyone have a template configuration for a EXOS switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82742#M20253</link>
      <description>&lt;P&gt;Does anyone have a template configuration for a EXOS switch?&amp;nbsp; Historically speaking,&amp;nbsp; I was a Cisco guy.&amp;nbsp; I’m trying to learn EXOS and would like a template configuration if anyone has one.&amp;nbsp; May as well through in a Extreme Networks Router Template too if you have one.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 03:15:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82742#M20253</guid>
      <dc:creator>N3Tw0rk1</dc:creator>
      <dc:date>2021-06-08T03:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone have a template configuration for a EXOS switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82743#M20254</link>
      <description>&lt;P&gt;This the guide you are looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.extremenetworks.com/CLI_X-Ref/1.0/CLI_X-Ref_Guide_1.0.pdf?_ga=2.211222035.785454936.1623095672-2083372955.1619615471" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://documentation.extremenetworks.com/CLI_X-Ref/1.0/CLI_X-Ref_Guide_1.0.pdf?_ga=2.211222035.785454936.1623095672-2083372955.1619615471&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 03:24:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82743#M20254</guid>
      <dc:creator>EXTR_Paul</dc:creator>
      <dc:date>2021-06-08T03:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone have a template configuration for a EXOS switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82744#M20255</link>
      <description>&lt;P&gt;Hi N3Tw0rk1,&lt;/P&gt;&lt;P&gt;Here an example of template to be adapted for your needs:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# SNMP&lt;BR /&gt;&lt;BR /&gt;configure snmp sysName SWITCH-NAME&lt;BR /&gt;&lt;BR /&gt;configure snmp sysContact MyCONTACT&lt;BR /&gt;&lt;BR /&gt;# timezone&lt;BR /&gt;&lt;BR /&gt;configure timezone name CET 60 autodst name CEST begins every last sunday march at 2 0 ends every last sunday october at 3 0&lt;BR /&gt;&lt;BR /&gt;create qosprofile "QP2&lt;BR /&gt;&lt;BR /&gt;create qosprofile "QP3&lt;BR /&gt;&lt;BR /&gt;create qosprofile "QP4&lt;BR /&gt;&lt;BR /&gt;create qosprofile "QP5&lt;BR /&gt;&lt;BR /&gt;create qosprofile "QP6&lt;BR /&gt;&lt;BR /&gt;create qosprofile "QP7&lt;BR /&gt;&lt;BR /&gt;create ports group "Default (IRL.1)&lt;BR /&gt;&lt;BR /&gt;create ports group "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure ports group "Default (IRL.1)" add 1-22,23-24&lt;BR /&gt;&lt;BR /&gt;configure ports group "Default (TXQ.0)" add 1-22,23-24&lt;BR /&gt;&lt;BR /&gt;# management VLAN&lt;BR /&gt;&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;&lt;BR /&gt;create vlan RouterVLAN&lt;BR /&gt;&lt;BR /&gt;configure vlan RouterVLAN description RouterVLAN&lt;BR /&gt;&lt;BR /&gt;configure vlan RouterVLAN tag 3&lt;BR /&gt;&lt;BR /&gt;configure vlan RouterVLAN ipaddress 10.200.3.1 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;disable ipforwarding vlan RouterVLAN&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# stp&lt;BR /&gt;&lt;BR /&gt;disable stpd s0&lt;BR /&gt;&lt;BR /&gt;configure stpd bpdu-forwarding on&lt;BR /&gt;&lt;BR /&gt;enable stpd s0&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;create vlan VoiceVLAN tag 2&lt;BR /&gt;&lt;BR /&gt;configure vlan VoiceVLAN add nsi 1200002&lt;BR /&gt;&lt;BR /&gt;enable stpd s0 auto-bind VoiceVLAN&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;create vlan WKS tag 4&lt;BR /&gt;&lt;BR /&gt;configure vlan WKS add nsi 1200004&lt;BR /&gt;&lt;BR /&gt;enable stpd s0 auto-bind WKS&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;enable stpd s0 auto-bind IP_TV&lt;BR /&gt;&lt;BR /&gt;configure vlan VoiceVLAN add ports 1-2 tagged&lt;BR /&gt;&lt;BR /&gt;configure vlan WKS add ports 7-8 untagged&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;configure ports 1-2 description-string IP-PHONE&lt;BR /&gt;&lt;BR /&gt;configure ports 7-8 description-string WORKSTATION&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;configure stpd s0 ports auto-edge on 1-22&lt;BR /&gt;&lt;BR /&gt;configure stpd s0 ports edge-safeguard enable 1-22 bpdu-restrict&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# default route&lt;BR /&gt;&lt;BR /&gt;configure iproute add default 10.200.3.254&lt;BR /&gt;&lt;BR /&gt;# Multicast rate limit&lt;BR /&gt;&lt;BR /&gt;# on all ports except uplink&lt;BR /&gt;&lt;BR /&gt;configure ports 23-24 rate-limit flood broadcast 10000&lt;BR /&gt;&lt;BR /&gt;configure ports 23-24 rate-limit flood multicast 10000&lt;BR /&gt;&lt;BR /&gt;configure ports 23-24 rate-limit flood unknown-destmac 10000&lt;BR /&gt;&lt;BR /&gt;configure ports 1-22 rate-limit flood broadcast 500&lt;BR /&gt;&lt;BR /&gt;configure ports 1-22 rate-limit flood multicast 500&lt;BR /&gt;&lt;BR /&gt;# Sharing&lt;BR /&gt;&lt;BR /&gt;enable sharing 23 grouping 23-24 algorithm address-based L2 lacp&lt;BR /&gt;&lt;BR /&gt;# QoS&lt;BR /&gt;&lt;BR /&gt;configure qosscheduler strict-priority ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure ports group "Default (TXQ.0)" delete 23&lt;BR /&gt;&lt;BR /&gt;configure qosscheduler strict-priority ports 23&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP1 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP2 maxbuffer 100 weight 1&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP2 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP3 maxbuffer 100 weight 1&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP3 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP4 maxbuffer 100 weight 1&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP4 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP5 maxbuffer 100 weight 1&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP5 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP6 maxbuffer 100 weight 1&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP6 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP7 maxbuffer 100 weight 1&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP7 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure qosprofile QP8 maxbuffer 100 weight 1 ports "Default (TXQ.0)&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 0 qosprofile QP1 ingress-meter ingmeter0&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 1 qosprofile QP2 ingress-meter ingmeter1&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 2 qosprofile QP3 ingress-meter ingmeter2&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 3 qosprofile QP4 ingress-meter ingmeter3&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 4 qosprofile QP5 ingress-meter ingmeter4&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 5 qosprofile QP6 ingress-meter ingmeter5&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 6 qosprofile QP7 ingress-meter ingmeter6&lt;BR /&gt;&lt;BR /&gt;configure dot1p type 7 qosprofile QP8 ingress-meter ingmeter7&lt;BR /&gt;&lt;BR /&gt;configure cos-index 8 qosprofile QP4 replace-tos 64&lt;BR /&gt;&lt;BR /&gt;# Module mcmgr configuration.&lt;BR /&gt;&lt;BR /&gt;configure igmp snooping filters per-vlan&lt;BR /&gt;&lt;BR /&gt;# netlogin&lt;BR /&gt;&lt;BR /&gt;configure netlogin port 23 authentication mode optional&lt;BR /&gt;&lt;BR /&gt;# Module aaa configuration.&lt;BR /&gt;&lt;BR /&gt;configure radius 1 server 10.250.250.10 client-ip 10.200.3.1 vr VR-Default shared-secret Your-shared-secret&lt;BR /&gt;&lt;BR /&gt;configure radius 1 timeout 10&lt;BR /&gt;&lt;BR /&gt;configure radius 1 retries 3&lt;BR /&gt;&lt;BR /&gt;configure radius 2 server 10.250.251.11 client-ip 10.200.3.1 vr VR-Default shared-secret Your-shared-secret!2&lt;BR /&gt;&lt;BR /&gt;configure radius 2 timeout 10&lt;BR /&gt;&lt;BR /&gt;configure radius 2 retries 3&lt;BR /&gt;&lt;BR /&gt;configure radius-accounting 1 server 10.250.1.81 client-ip 10.200.3.1 vr VR-Default shared-secret Your-shared-secret!2&lt;BR /&gt;&lt;BR /&gt;configure radius-accounting 1 timeout 10&lt;BR /&gt;&lt;BR /&gt;configure radius-accounting 2 server 10.250.1.91 client-ip 10.200.3.1 vr VR-Default shared-secret Your-shared-secret!2&lt;BR /&gt;&lt;BR /&gt;configure radius-accounting 2 timeout 10&lt;BR /&gt;&lt;BR /&gt;enable radius&lt;BR /&gt;&lt;BR /&gt;disable radius mgmt-access&lt;BR /&gt;&lt;BR /&gt;enable radius netlogin&lt;BR /&gt;&lt;BR /&gt;enable radius-accounting&lt;BR /&gt;&lt;BR /&gt;enable radius-accounting netlogin&lt;BR /&gt;&lt;BR /&gt;# Module dosprotect configuration.&lt;BR /&gt;&lt;BR /&gt;enable dos-protect simulated&lt;BR /&gt;&lt;BR /&gt;# SSLP-guard config&lt;BR /&gt;&lt;BR /&gt;# on all ports except uplink&lt;BR /&gt;&lt;BR /&gt;enable slpp guard ports 1-22&lt;BR /&gt;&lt;BR /&gt;configure slpp guard ports 1-22 recovery-timeout none&lt;BR /&gt;&lt;BR /&gt;# SSH2&lt;BR /&gt;&lt;BR /&gt;enable ssh2&lt;BR /&gt;&lt;BR /&gt;y&lt;BR /&gt;&lt;BR /&gt;# LLDP&lt;BR /&gt;&lt;BR /&gt;configure lldp ports all advertise port-description&lt;BR /&gt;&lt;BR /&gt;configure lldp ports all advertise system-name&lt;BR /&gt;&lt;BR /&gt;configure lldp ports all advertise system-capabilities&lt;BR /&gt;&lt;BR /&gt;configure lldp ports all advertise management-address&lt;BR /&gt;&lt;BR /&gt;configure lldp port all advertise vendor-specific dot1 port-vlan-id&lt;BR /&gt;&lt;BR /&gt;configure lldp port all advertise vendor-specific dot1 port-protocol-vlan-id&lt;BR /&gt;&lt;BR /&gt;configure lldp port all advertise vendor-specific dot1 vlan-name&lt;BR /&gt;&lt;BR /&gt;configure lldp port all advertise vendor-specific med capabilities&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1-22 advertise vendor-specific med power-via-mdi&lt;BR /&gt;&lt;BR /&gt;# LLDP-MED&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1-22 advertise vendor-specific med capabilities&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1-22 advertise vendor-specific dot1 vlan-name&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1-22 advertise vendor-specific med power-via-mdi&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1-22 advertise vendor-specific med policy application voice vlan VoiceVLAN dscp 46&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1-22 advertise vendor-specific dot1 port-protocol-vlan-id&lt;BR /&gt;&lt;BR /&gt;enable lldp ports all&lt;BR /&gt;&lt;BR /&gt;configure fabric attach ports 23-24 authentication key&lt;BR /&gt;&lt;BR /&gt;azertyuiop&lt;BR /&gt;&lt;BR /&gt;azertyuiop&lt;BR /&gt;&lt;BR /&gt;configure fabric attach ports 23-24 authentication enable&lt;BR /&gt;&lt;BR /&gt;configure vlan 3 add nsi 1200003&lt;BR /&gt;&lt;BR /&gt;# netlogin&lt;BR /&gt;&lt;BR /&gt;configure policy maptable response tunnel&lt;BR /&gt;&lt;BR /&gt;configure policy vlanauthorization enable&lt;BR /&gt;&lt;BR /&gt;enable policy&lt;BR /&gt;&lt;BR /&gt;enable netlogin dot1x mac&lt;BR /&gt;&lt;BR /&gt;configure netlogin authentication protocol-order dot1x mac web-based cep&lt;BR /&gt;&lt;BR /&gt;enable netlogin ports 1-22 dot1x&lt;BR /&gt;&lt;BR /&gt;enable netlogin ports 1-22 mac&lt;BR /&gt;&lt;BR /&gt;configure netlogin add mac-list default&lt;BR /&gt;&lt;BR /&gt;configure netlogin ports 1-22 allowed-users 3&lt;BR /&gt;&lt;BR /&gt;configure netlogin ports 1-22 authentication mode optional&lt;BR /&gt;&lt;BR /&gt;configure netlogin ports 1-22 restart&lt;BR /&gt;&lt;BR /&gt;configure netlogin authentication service-unavailable add vlan InternetVLAN ports 1-22 untagged&lt;BR /&gt;&lt;BR /&gt;enable netlogin authentication service-unavailable vlan ports 1-22&lt;BR /&gt;&lt;BR /&gt;configure netlogin ports 1-22 authentication mode optional&lt;BR /&gt;&lt;BR /&gt;disable netlogin ports 2,4,6,8,10,12,14,16,20,22 dot1x mac web-based&lt;BR /&gt;&lt;BR /&gt;# DNS&lt;BR /&gt;&lt;BR /&gt;configure dns-client add name-server 10.250.1.1 vr VR-Default&lt;BR /&gt;&lt;BR /&gt;configure dns-client add name-server 10.250.1.2 vr VR-Default&lt;BR /&gt;&lt;BR /&gt;configure dns-client default-domain zorg.local&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# enable PoE&lt;BR /&gt;&lt;BR /&gt;enable inline-power 1-22&lt;BR /&gt;&lt;BR /&gt;enable inline-power&lt;BR /&gt;&lt;BR /&gt;# nodealias&lt;BR /&gt;&lt;BR /&gt;# on all ports except uplink&lt;BR /&gt;&lt;BR /&gt;enable nodealias ports all&lt;BR /&gt;&lt;BR /&gt;disable nodealias ports 23-24&lt;BR /&gt;&lt;BR /&gt;# ntp&lt;BR /&gt;&lt;BR /&gt;enable ntp vr VR-Default&lt;BR /&gt;&lt;BR /&gt;enable ntp vlan RouterVLAN&lt;BR /&gt;&lt;BR /&gt;configure ntp server add 10.250.200.2 vr VR-Default&lt;BR /&gt;&lt;BR /&gt;configure ntp server add 10.250.190.1 vr VR-Default&lt;BR /&gt;&lt;BR /&gt;# SNMP&lt;BR /&gt;&lt;BR /&gt;configure snmpv3 add user snmp_you authentication sha SHA-SECRET aes AES-SECRET&lt;BR /&gt;&lt;BR /&gt;configure snmpv3 add group snmpv3Write user snmp_you sec-model usm&lt;BR /&gt;&lt;BR /&gt;configure snmpv3 add access snmpv3Write sec-model usm sec-level priv read-view defaultAdminView write-view defaultAdminView notify-view defaultadminView&lt;BR /&gt;&lt;BR /&gt;disable snmp access snmp-v1v2c&lt;BR /&gt;&lt;BR /&gt;enable snmp access snmpv3&lt;BR /&gt;&lt;BR /&gt;enable snmp access&lt;BR /&gt;&lt;BR /&gt;# IGMP snooping&lt;BR /&gt;&lt;BR /&gt;configure igmp snooping filters per-vlan&lt;BR /&gt;&lt;BR /&gt;# set admin's account password&lt;BR /&gt;&lt;BR /&gt;configure account admin password&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;aaadmin&lt;BR /&gt;&lt;BR /&gt;aaadmin&lt;BR /&gt;&lt;BR /&gt;save configuration&lt;BR /&gt;&lt;BR /&gt;y&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;And check this : &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000081953&amp;amp;q=failsafe%20account" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000081953&amp;amp;q=failsafe%20account&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 18:51:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82744#M20255</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-06-08T18:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone have a template configuration for a EXOS switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82745#M20256</link>
      <description>&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thank you!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 19:14:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/does-anyone-have-a-template-configuration-for-a-exos-switch/m-p/82745#M20256</guid>
      <dc:creator>N3Tw0rk1</dc:creator>
      <dc:date>2021-06-08T19:14:57Z</dc:date>
    </item>
  </channel>
</rss>

