<?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 How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch. in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50957#M13774</link>
    <description>Hi, Please advice on How to &lt;B&gt;reduce&lt;/B&gt;/load balance &lt;B&gt;Bandwidth utilization &lt;/B&gt;on a &lt;B&gt;Single Link&lt;/B&gt;  between two Core Switch?&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Nov 2014 10:59:00 GMT</pubDate>
    <dc:creator>Paul11</dc:creator>
    <dc:date>2014-11-27T10:59:00Z</dc:date>
    <item>
      <title>How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50957#M13774</link>
      <description>Hi, Please advice on How to &lt;B&gt;reduce&lt;/B&gt;/load balance &lt;B&gt;Bandwidth utilization &lt;/B&gt;on a &lt;B&gt;Single Link&lt;/B&gt;  between two Core Switch?&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2014 10:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50957#M13774</guid>
      <dc:creator>Paul11</dc:creator>
      <dc:date>2014-11-27T10:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50958#M13775</link>
      <description>Hello Yan Linn Aung,&lt;BR /&gt;
&lt;BR /&gt;
1   If you are running VRRP, you can load share the master and backup between the cores. &lt;BR /&gt;
&lt;BR /&gt;
For example&lt;BR /&gt;
&lt;BR /&gt;
For odd vlan tag you can have core1 as master and for even vlan tag you can have core2 as master&lt;BR /&gt;
&lt;BR /&gt;
2 You can group the ports between the core &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2014 18:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50958#M13775</guid>
      <dc:creator>Ravisekar__Raja</dc:creator>
      <dc:date>2014-11-27T18:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50959#M13776</link>
      <description>Hi &lt;A href="https://community.extremenetworks.com/#" target="_blank" rel="nofollow noreferrer noopener"&gt;Ravisekar,&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Please kindly provide the sample configuration commands. Thanks! &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2014 18:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50959#M13776</guid>
      <dc:creator>Paul11</dc:creator>
      <dc:date>2014-11-27T18:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50960#M13777</link>
      <description>Hello Yan Linn,&lt;BR /&gt;
&lt;BR /&gt;
  Sample config for vrrp. In the configuration  I am creating two vlans , vlan9 and vlan10 and then going to run VRRP between them&lt;BR /&gt;
&lt;BR /&gt;
Core1 &lt;BR /&gt;
create vlan vlan9 tag 9&lt;BR /&gt;
conf vlan vlan9 ipaddress 192.168.9.11/24&lt;BR /&gt;
conf vlan vlan9 add ports XXX&lt;BR /&gt;
create vlan vlan10 tag 10&lt;BR /&gt;
conf vlan vlan10 ipaddress 192.168.10.11/24&lt;BR /&gt;
conf vlan vlan10 add ports XXX&lt;BR /&gt;
create vrrp vlan vlan10 vrid 1&lt;BR /&gt;
create vrrp vlan vlan9 vrid 1&lt;BR /&gt;
configure vrrp vlan vlan10 vrid 1 add 192.168.10.10&lt;BR /&gt;
configure vrrp vlan vlan9 vrid 1 add 192.168.9.10&lt;BR /&gt;
enable vrrp vlan vlan10 vrid 1&lt;BR /&gt;
enable vrrp vlan vlan9 vrid 1&lt;BR /&gt;
&lt;BR /&gt;
Core 2 &lt;BR /&gt;
create vlan vlan9 tag 9&lt;BR /&gt;
conf vlan vlan9 ipaddress 192.168.9.10/24&lt;BR /&gt;
conf vlan vlan9 add ports XXX&lt;BR /&gt;
create vlan vlan10 tag 10&lt;BR /&gt;
conf vlan vlan10 ipaddress 192.168.10.10/24&lt;BR /&gt;
conf vlan vlan10 add ports XXX&lt;BR /&gt;
create vrrp vlan vlan10 vrid 1&lt;BR /&gt;
configure vrrp vlan vlan10 vrid 1 priority 255&lt;BR /&gt;
create vrrp vlan vlan9 vrid 1&lt;BR /&gt;
configure vrrp vlan vlan9 vrid 1 priority 255&lt;BR /&gt;
configure vrrp vlan vlan10 vrid 1 add 192.168.10.10&lt;BR /&gt;
configure vrrp vlan vlan9 vrid 1 add 192.168.9.10&lt;BR /&gt;
enable vrrp vlan vlan10 vrid 1&lt;BR /&gt;
enable vrrp vlan vlan9 vrid 1&lt;BR /&gt;
&lt;BR /&gt;
From this configuration core 2 act as default gateway for both vlans since priority in core 2 is set higher than core 1. If you want to load balance for vlan 9 you can configure higher priority in core1 and leave the priority to the default value(100). Below is the output from show commands&lt;BR /&gt;
&lt;BR /&gt;
core1&lt;BR /&gt;
 sh vrrp&lt;BR /&gt;
                      Virtual                 Master&lt;BR /&gt;
   VLAN Name VRID Pri IP Address        State MAC Address       TP/TR/TV/P/T&lt;BR /&gt;
  vlan10(En) 0001 100 192.168.10.10       BKUP 00:00:5e:00:01:01  0  0  0 Y 1&lt;BR /&gt;
   vlan9(En) 0001 100 192.168.9.10        BKUP 00:00:5e:00:01:01  0  0  0 Y 1&lt;BR /&gt;
&lt;BR /&gt;
  En-Enabled, Ds-Disabled, Pri-Priority, T-Advert Timer, P-Preempt&lt;BR /&gt;
  TP-Tracked Pings, TR-Tracked Routes, TV-Tracked VLANs&lt;BR /&gt;
&lt;BR /&gt;
Core2&lt;BR /&gt;
&lt;BR /&gt;
 sh vrrp&lt;BR /&gt;
                      Virtual                 Master&lt;BR /&gt;
   VLAN Name VRID Pri IP Address        State MAC Address       TP/TR/TV/P/T&lt;BR /&gt;
  vlan10(En) 0001 255 192.168.10.10       MSTR 00:00:5e:00:01:01  0  0  0 Y 1&lt;BR /&gt;
   vlan9(En) 0001 255 192.168.9.10        MSTR 00:00:5e:00:01:01  0  0  0 Y 1&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2014 18:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50960#M13777</guid>
      <dc:creator>Ravisekar__Raja</dc:creator>
      <dc:date>2014-11-27T18:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50961#M13778</link>
      <description>Static grouping configuration is simple.. If you have 4 ports from core1 are connected to core2. Lets take example as ports 40 to 44. (40 is the master port of the group that means after enabling sharing , any changes on port 40 will change the config on that group ports41-44)&lt;BR /&gt;
&lt;BR /&gt;
enable sharing 40 grouping 40-44&lt;BR /&gt;
&lt;BR /&gt;
Additionally if you want to set algorithm for loadsharing you can add few more in the above command&lt;BR /&gt;
&lt;BR /&gt;
enable sharing 40 grouping 40-44 algorithm address-based/port based&lt;BR /&gt;
&lt;BR /&gt;
These all for static sharing , if you want to enable LACP mode you can do as below&lt;BR /&gt;
&lt;BR /&gt;
enable sharing 40 grouping 40-44 LACP&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2014 18:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50961#M13778</guid>
      <dc:creator>Ravisekar__Raja</dc:creator>
      <dc:date>2014-11-27T18:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50962#M13779</link>
      <description>Thanks  &lt;A href="https://community.extremenetworks.com/#" target="_blank" rel="nofollow noreferrer noopener"&gt;Ravisekar,&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Even after i enable Lacp .. port is not sharing. Utilization is high on Link 1 only. I want to use &lt;B&gt;load balance on both links&lt;/B&gt;. Please kindly see the below output and advice thanks.&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;* I try L2 static, L3_L4 and LACP. all the same ports are not load balance. *&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;enable sharing 1 grouping 1,4&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;enable sharing 1 grouping 1,4 L3_L4&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;U&gt;enable sharing 1 grouping 1,4 algorithm address-based L3_L4 lacp&lt;BR /&gt;
&lt;/U&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
CoreSW # sh port 1,4  utilization bandwithPort     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
Link_1&amp;gt; A       1000     &lt;B&gt;82.06   &lt;/B&gt;      94.94        &lt;B&gt; 48.23   &lt;/B&gt;        55.72&lt;BR /&gt;
Link_2&amp;gt; A       1000      &lt;B&gt;0.25  &lt;/B&gt;        0.30          &lt;B&gt;1.34&lt;/B&gt;            1.57&lt;BR /&gt;
================================================================================&lt;BR /&gt;
          &amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback&lt;BR /&gt;
&lt;BR /&gt;
CoreSW #sh sharing &lt;BR /&gt;
Load Sharing Monitor&lt;BR /&gt;
Config    Current    Agg       Ld Share    Ld Share  Agg   Link    Link Up&lt;BR /&gt;
Master    Master     Control   Algorithm   Group     Mbr   State   Transitions&lt;BR /&gt;
==============================================================================&lt;BR /&gt;
     1      1        LACP      L3_L4       1          Y      A        0&lt;BR /&gt;
                                        L3_L4       4          Y      A        0&lt;BR /&gt;
==============================================================================&lt;BR /&gt;
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback&lt;BR /&gt;
Load Sharing Algorithm: (L2) Layer 2 address based&lt;BR /&gt;
                        (L3_L4) Layer 3 address and Layer 4 port based&lt;BR /&gt;
Number of &lt;B&gt;load sharing trunks&lt;/B&gt;:&lt;B&gt; 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;/B&gt;Please kindly advice. Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2014 18:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50962#M13779</guid>
      <dc:creator>Paul11</dc:creator>
      <dc:date>2014-11-27T18:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50963#M13780</link>
      <description>write an acl to drop unnecessary multicast trafic sent from host.&lt;BR /&gt;
Are you using Mlag,STP ,RSTP,ESRP?&lt;BR /&gt;
Any of the above protocols there are better options.&lt;BR /&gt;
is this a triangular toplogy.</description>
      <pubDate>Thu, 27 Nov 2014 19:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50963#M13780</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-11-27T19:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50964#M13781</link>
      <description>In show sharing you must see all the ports in lag.&lt;BR /&gt;
could you check the configuration.&lt;BR /&gt;
on both the switches.&lt;BR /&gt;
enable sharing 1 grouping 1,2 algorithm address-based l2</description>
      <pubDate>Mon, 01 Dec 2014 20:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50964#M13781</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-01T20:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to reduce/load balance Bandwidth utilization on a Single Link  between two Core Switch.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50965#M13782</link>
      <description>Even after i enable Lacp .. port is not sharing. Utilization is high on Link 1 only. I want to use &lt;B&gt;load balance on both links&lt;/B&gt;. Please kindly see the below output and advice thanks.&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;* I try L2 static, L3_L4 and LACP. all the same ports are not load balance. *&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;enable sharing 1 grouping 1,4&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;enable sharing 1 grouping 1,4 L3_L4&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;U&gt;enable sharing 1 grouping 1,4 algorithm address-based L3_L4 lacp&lt;BR /&gt;
&lt;/U&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
CoreSW # sh port 1,4  utilization bandwithPort     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
Link_1&amp;gt; A       1000     &lt;B&gt;82.06   &lt;/B&gt;      94.94        &lt;B&gt; 48.23   &lt;/B&gt;        55.72&lt;BR /&gt;
Link_2&amp;gt; A       1000      &lt;B&gt;0.25  &lt;/B&gt;        0.30          &lt;B&gt;1.34&lt;/B&gt;            1.57&lt;BR /&gt;
================================================================================&lt;BR /&gt;
          &amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback&lt;BR /&gt;
&lt;BR /&gt;
CoreSW #sh sharing &lt;BR /&gt;
Load Sharing Monitor&lt;BR /&gt;
Config    Current    Agg       Ld Share    Ld Share  Agg   Link    Link Up&lt;BR /&gt;
Master    Master     Control   Algorithm   Group     Mbr   State   Transitions&lt;BR /&gt;
==============================================================================&lt;BR /&gt;
     1      1        LACP      L3_L4       1          Y      A        0&lt;BR /&gt;
                                        L3_L4       4          Y      A        0&lt;BR /&gt;
==============================================================================&lt;BR /&gt;
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback&lt;BR /&gt;
Load Sharing Algorithm: (L2) Layer 2 address based&lt;BR /&gt;
                        (L3_L4) Layer 3 address and Layer 4 port based&lt;BR /&gt;
Number of &lt;B&gt;load sharing trunks&lt;/B&gt;:&lt;B&gt; 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;/B&gt;Please kindly advice. Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Dec 2014 20:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-reduce-load-balance-bandwidth-utilization-on-a-single/m-p/50965#M13782</guid>
      <dc:creator>Paul11</dc:creator>
      <dc:date>2014-12-01T20:42:00Z</dc:date>
    </item>
  </channel>
</rss>

