<?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 Core switch in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9659#M687</link>
    <description>Hi community. Good day all. I am new with this product. I need your help configuring a Bdiamond 8810 as a core switch. Connecting to distribution switch with vlan configs. Do you have advice or  sample configs there for me to help.thank in advance.</description>
    <pubDate>Mon, 02 Oct 2017 18:31:00 GMT</pubDate>
    <dc:creator>Resolut1on</dc:creator>
    <dc:date>2017-10-02T18:31:00Z</dc:date>
    <item>
      <title>Core switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9659#M687</link>
      <description>Hi community. Good day all. I am new with this product. I need your help configuring a Bdiamond 8810 as a core switch. Connecting to distribution switch with vlan configs. Do you have advice or  sample configs there for me to help.thank in advance.</description>
      <pubDate>Mon, 02 Oct 2017 18:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9659#M687</guid>
      <dc:creator>Resolut1on</dc:creator>
      <dc:date>2017-10-02T18:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Core switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9660#M688</link>
      <description>If you already have a design put down on paper (VLAN, IP Addresses, What port need to be added into the VLAN) you can utilize the following articles to configure a basic L2/L3 network with routing:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Create-VLAN-in-EXOS" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Create-VLAN-in-EXOS&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/Which-command-is-used-to-add-ports-to-a-vlan" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/Which-command-is-used-to-add-ports-to-a-vlan&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Configure-IP-address-on-a-VLAN" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Configure-IP-address-on-a-VLAN&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-enable-inter-VLAN-routing-in-EXOS" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-enable-inter-VLAN-routing-in-EXOS&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
This should help you get started.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2017 18:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9660#M688</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-10-02T18:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Core switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9661#M689</link>
      <description>I have a problem configuring distribution switch and core switch.&lt;BR /&gt;
&lt;BR /&gt;
1. Our distribution is no assigned IP. only VLANS, working as a switch no routing.&lt;BR /&gt;
2.  Our core switch has assigned IP for all VLANS. How can I establish a  connection from distribution to core through vlan? how can I know if my  vlans are successfully transport without ip address in distribution.  lastly is it possible to ping core to distribution in this set up? or  laptop connected to distribution and ping the core?ping core and  distribution not working without IP set up but our set up in  distribution is only VLAN...IP's are in core.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2017 18:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9661#M689</guid>
      <dc:creator>Resolut1on</dc:creator>
      <dc:date>2017-10-02T18:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Core switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9662#M690</link>
      <description>##Configuring VLANs&lt;BR /&gt;
conf vlan default delete ports all&lt;BR /&gt;
create vlan &lt;VLAN name=""&gt; vr vr-default&lt;BR /&gt;
conf vlan &lt;VLAN name=""&gt; tag &lt;TAG number=""&gt;&lt;BR /&gt;
conf vlan &lt;VLAN name=""&gt; ipaddress &amp;lt;10.0.0.0/24&amp;gt;&lt;BR /&gt;
conf vlan &lt;VLAN name=""&gt; add ports  [tagged or untagged]&lt;BR /&gt;
&lt;BR /&gt;
##Configure VLAN Routing&lt;BR /&gt;
enable ipforwarding&lt;BR /&gt;
enable ipforwarding vlan &lt;VLAN_NAME&gt;&lt;BR /&gt;
&lt;BR /&gt;
##Configure Default Gateway&lt;BR /&gt;
configure iproute add default &lt;I&gt;&lt;BR /&gt;
&lt;BR /&gt;
##Configure Static Route (if needed)&lt;BR /&gt;
config iproute add 10.1.25.0/24 10.1.8.1&lt;BR /&gt;
&lt;BR /&gt;
##Configure LAG (if needed)&lt;BR /&gt;
enable sharing 1:47 grouping 1:47, 2:47, 3:48, 4:48 algorithm address-based L3_L4 lacp&lt;BR /&gt;
configure vlan &lt;VLAN_NAME&gt; add ports 1:47 untagged&lt;BR /&gt;
&lt;BR /&gt;
##Configure Port Speed and Duplex (if needed)&lt;BR /&gt;
config port 1 auto off speed 100 duplex full&lt;BR /&gt;
config port 1:1 auto off speed 100 duplex full&lt;BR /&gt;
&lt;BR /&gt;&lt;/VLAN_NAME&gt;&lt;/I&gt;&lt;/VLAN_NAME&gt;&lt;/VLAN&gt;&lt;/VLAN&gt;&lt;/TAG&gt;&lt;/VLAN&gt;&lt;/VLAN&gt;</description>
      <pubDate>Mon, 02 Oct 2017 18:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9662#M690</guid>
      <dc:creator>Darren_Saliva</dc:creator>
      <dc:date>2017-10-02T18:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Core switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9663#M691</link>
      <description>I have a problem configuring distribution switch and core switch.&lt;BR /&gt;
&lt;BR /&gt;
1. Our distribution is no assigned IP. only VLANS, working as a switch no routing.&lt;BR /&gt;
2.  Our core switch has assigned IP for all VLANS. How can I establish a  connection from distribution to core through vlan? how can I know if my  vlans are successfully transport without ip address in distribution.  lastly is it possible to ping core to distribution in this set up? or  laptop connected to distribution and ping the core?ping core and  distribution not working without IP set up but our set up in  distribution is only VLAN...IP's are in core.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2017 18:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9663#M691</guid>
      <dc:creator>Resolut1on</dc:creator>
      <dc:date>2017-10-02T18:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Core switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9664#M692</link>
      <description>Please continue conversation in this question's new thread: &lt;A href="https://community.extremenetworks.com/extreme/topics/core-switch-jpb235n1ni32r" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/core-switch-jpb235n1ni32r&lt;/A&gt;</description>
      <pubDate>Mon, 02 Oct 2017 18:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/core-switch/m-p/9664#M692</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-10-02T18:41:00Z</dc:date>
    </item>
  </channel>
</rss>

