<?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 Adding a 24 port switch to a stack via copper? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/adding-a-24-port-switch-to-a-stack-via-copper/m-p/34689#M6846</link>
    <description>Create Date: Feb  5 2013  4:53PM&lt;BR /&gt;
&lt;BR /&gt;
I have a stack and we have a remote closet with one Cat5e cable that we want to add a 24 port switch onto. On the core we have to vlans with dhcp relay enabled. The 24 port is plugged into port 1:45 of the stack and port 24 of the 24 port switch. I'm reading the vlan tagging should be enabled for the voice vlan but it seemed like we lost connectivity to the 24 port switch when tagging was enabled on our voice vlan on that port. maybe some routing was missing?&lt;BR /&gt;
&lt;BR /&gt;
Stack config&lt;BR /&gt;
onfigure slot 1 module X440-48p&lt;BR /&gt;
configure sys-recovery-level slot 1 reset&lt;BR /&gt;
configure slot 2 module X440-48p&lt;BR /&gt;
configure sys-recovery-level slot 2 reset&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1:1-48, 2:1-48&lt;BR /&gt;
configure vr VR-Default add ports 1:1-48, 2:1-48&lt;BR /&gt;
configure vlan default delete ports 1:1-48, 2:1-48&lt;BR /&gt;
create qosprofile "QP6"&lt;BR /&gt;
create vlan "datavlan1"&lt;BR /&gt;
configure vlan datavlan1 tag 101&lt;BR /&gt;
create vlan "voice1"&lt;BR /&gt;
configure vlan voice1 tag 100&lt;BR /&gt;
disable flow-control rx-pause port 1:43&lt;BR /&gt;
configure ports 2:47 qosprofile qp6&lt;BR /&gt;
enable dot1p replacement port 2:47&lt;BR /&gt;
_x005F_x001B_configure vlan datavlan1 add ports 1:41, 1:45, 2:45 tagged  &lt;BR /&gt;
configure vlan datavlan1 add ports 1:1-40, 1:42-44, 1:47-48, 2:1-44, 2:46 untagged  &lt;BR /&gt;
configure vlan voice1 add ports 1:1-41, 1:45, 1:47-48, 2:1-40, 2:45-46 tagged  &lt;BR /&gt;
configure vlan voice1 add ports 1:46, 2:47-48 untagged  &lt;BR /&gt;
configure vlan voice1 ipaddress 10.1.2.254 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan voice1&lt;BR /&gt;
configure vlan datavlan1 ipaddress 10.1.1.5 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan datavlan1&lt;BR /&gt;
&lt;BR /&gt;
configure iproute add default 10.1.2.253&lt;BR /&gt;
&lt;BR /&gt;
configure bootprelay dhcp-agent information option vr VR-Default&lt;BR /&gt;
enable bootprelay vlan datavlan1&lt;BR /&gt;
enable bootprelay vlan Default&lt;BR /&gt;
enable bootprelay vlan voice1&lt;BR /&gt;
configure bootprelay vlan voice1 add 10.1.2.253&lt;BR /&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;
24 Port&lt;BR /&gt;
&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-24&lt;BR /&gt;
configure vr VR-Default add ports 1-24&lt;BR /&gt;
configure vlan default delete ports 1-24&lt;BR /&gt;
create qosprofile "QP6"&lt;BR /&gt;
create vlan "datavlan1"&lt;BR /&gt;
configure vlan datavlan1 tag 101&lt;BR /&gt;
create vlan "voice1"&lt;BR /&gt;
configure vlan voice1 tag 100&lt;BR /&gt;
configure vlan datavlan1 add ports 1-24 untagged  &lt;BR /&gt;
configure vlan voice1 add ports 1-23 tagged  &lt;BR /&gt;
configure vlan datavlan1 ipaddress 10.1.1.17 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan datavlan1&lt;BR /&gt;
configure vlan voice1 ipaddress 10.1.2.252 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan voice1&lt;BR /&gt;
&lt;BR /&gt;
configure bootprelay dhcp-agent information option vr VR-Default&lt;BR /&gt;
enable bootprelay vlan datavlan1&lt;BR /&gt;
enable bootprelay vlan voice1&lt;BR /&gt;
configure bootprelay vlan voice1 add 10.1.2.253&lt;BR /&gt;
&lt;BR /&gt;
  (from telecotek)</description>
    <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T05:58:00Z</dc:date>
    <item>
      <title>Adding a 24 port switch to a stack via copper?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/adding-a-24-port-switch-to-a-stack-via-copper/m-p/34689#M6846</link>
      <description>Create Date: Feb  5 2013  4:53PM&lt;BR /&gt;
&lt;BR /&gt;
I have a stack and we have a remote closet with one Cat5e cable that we want to add a 24 port switch onto. On the core we have to vlans with dhcp relay enabled. The 24 port is plugged into port 1:45 of the stack and port 24 of the 24 port switch. I'm reading the vlan tagging should be enabled for the voice vlan but it seemed like we lost connectivity to the 24 port switch when tagging was enabled on our voice vlan on that port. maybe some routing was missing?&lt;BR /&gt;
&lt;BR /&gt;
Stack config&lt;BR /&gt;
onfigure slot 1 module X440-48p&lt;BR /&gt;
configure sys-recovery-level slot 1 reset&lt;BR /&gt;
configure slot 2 module X440-48p&lt;BR /&gt;
configure sys-recovery-level slot 2 reset&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1:1-48, 2:1-48&lt;BR /&gt;
configure vr VR-Default add ports 1:1-48, 2:1-48&lt;BR /&gt;
configure vlan default delete ports 1:1-48, 2:1-48&lt;BR /&gt;
create qosprofile "QP6"&lt;BR /&gt;
create vlan "datavlan1"&lt;BR /&gt;
configure vlan datavlan1 tag 101&lt;BR /&gt;
create vlan "voice1"&lt;BR /&gt;
configure vlan voice1 tag 100&lt;BR /&gt;
disable flow-control rx-pause port 1:43&lt;BR /&gt;
configure ports 2:47 qosprofile qp6&lt;BR /&gt;
enable dot1p replacement port 2:47&lt;BR /&gt;
_x005F_x001B_configure vlan datavlan1 add ports 1:41, 1:45, 2:45 tagged  &lt;BR /&gt;
configure vlan datavlan1 add ports 1:1-40, 1:42-44, 1:47-48, 2:1-44, 2:46 untagged  &lt;BR /&gt;
configure vlan voice1 add ports 1:1-41, 1:45, 1:47-48, 2:1-40, 2:45-46 tagged  &lt;BR /&gt;
configure vlan voice1 add ports 1:46, 2:47-48 untagged  &lt;BR /&gt;
configure vlan voice1 ipaddress 10.1.2.254 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan voice1&lt;BR /&gt;
configure vlan datavlan1 ipaddress 10.1.1.5 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan datavlan1&lt;BR /&gt;
&lt;BR /&gt;
configure iproute add default 10.1.2.253&lt;BR /&gt;
&lt;BR /&gt;
configure bootprelay dhcp-agent information option vr VR-Default&lt;BR /&gt;
enable bootprelay vlan datavlan1&lt;BR /&gt;
enable bootprelay vlan Default&lt;BR /&gt;
enable bootprelay vlan voice1&lt;BR /&gt;
configure bootprelay vlan voice1 add 10.1.2.253&lt;BR /&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;
24 Port&lt;BR /&gt;
&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-24&lt;BR /&gt;
configure vr VR-Default add ports 1-24&lt;BR /&gt;
configure vlan default delete ports 1-24&lt;BR /&gt;
create qosprofile "QP6"&lt;BR /&gt;
create vlan "datavlan1"&lt;BR /&gt;
configure vlan datavlan1 tag 101&lt;BR /&gt;
create vlan "voice1"&lt;BR /&gt;
configure vlan voice1 tag 100&lt;BR /&gt;
configure vlan datavlan1 add ports 1-24 untagged  &lt;BR /&gt;
configure vlan voice1 add ports 1-23 tagged  &lt;BR /&gt;
configure vlan datavlan1 ipaddress 10.1.1.17 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan datavlan1&lt;BR /&gt;
configure vlan voice1 ipaddress 10.1.2.252 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan voice1&lt;BR /&gt;
&lt;BR /&gt;
configure bootprelay dhcp-agent information option vr VR-Default&lt;BR /&gt;
enable bootprelay vlan datavlan1&lt;BR /&gt;
enable bootprelay vlan voice1&lt;BR /&gt;
configure bootprelay vlan voice1 add 10.1.2.253&lt;BR /&gt;
&lt;BR /&gt;
  (from telecotek)</description>
      <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/adding-a-24-port-switch-to-a-stack-via-copper/m-p/34689#M6846</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Adding a 24 port switch to a stack via copper?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/adding-a-24-port-switch-to-a-stack-via-copper/m-p/34690#M6847</link>
      <description>Create Date: Feb  6 2013  4:53PM&lt;BR /&gt;
&lt;BR /&gt;
With this configuration all that was required was that the ports connecting the core to the 24 port switch needed to have the vocie vlan tagging enabled. no addtional route was required.  (from telecotek)</description>
      <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/adding-a-24-port-switch-to-a-stack-via-copper/m-p/34690#M6847</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:58:00Z</dc:date>
    </item>
  </channel>
</rss>

