<?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: H3C &amp;lt;----&amp;gt; Procurve LACP configuration? in HPE Aruba Networking &amp; ProVision-based</title>
    <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6256779#M4875</link>
    <description>&lt;P&gt;Do it all the time, and "dynamic" is the correct setting for a BAGG to ProCurve switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the ProCurve, configure the trunk first (trunk 23-24 trk1 lacp), then apply the VLANs, etc to the trunk (eg trk1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Config Example extracts from recent show:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ProCurve 5406zl&lt;/P&gt;&lt;PRE&gt;interface E1 
   name "Link to 5830-IRF" 
exit
interface E2 
   name "Link to 5830-IRF" 

trunk E1-E2 Trk1 LACP &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comware 5830-IRF&lt;/P&gt;&lt;PRE&gt;#
interface Bridge-Aggregation5
 description Link to 5406zl
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 link-aggregation mode dynamic
 gvrp
#
#
interface Ten-GigabitEthernet1/0/52
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 port link-aggregation group 5
#
#
interface Ten-GigabitEthernet2/0/52
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 port link-aggregation group 5
#&lt;/PRE&gt;&lt;P&gt;Make sure you follow the order correctly:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create BAGG&lt;/LI&gt;&lt;LI&gt;Set dynamic&lt;/LI&gt;&lt;LI&gt;exit&lt;/LI&gt;&lt;LI&gt;on each interface, set the aggregation group&lt;/LI&gt;&lt;LI&gt;exit&lt;/LI&gt;&lt;LI&gt;In the BAGG, apply the settings (trunk, VLAN, etc) so they are applied to the interfaces&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Sat, 02 Nov 2013 00:24:15 GMT</pubDate>
    <dc:creator>Richard Litchfield</dc:creator>
    <dc:date>2013-11-02T00:24:15Z</dc:date>
    <item>
      <title>H3C &lt;----&gt; Procurve LACP configuration?</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6192835#M4518</link>
      <description>&lt;P&gt;I wonder if anybody has a working config for doing a LACP trunk between H3C &amp;amp; Procurve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is doing my head in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My H3C config works fine H3C &amp;lt;----&amp;gt; H3C, but I can't seem to figure out how to configure it for a Procurve link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;H3C:&lt;/P&gt;&lt;P&gt;interface Bridge-Aggregation4&lt;BR /&gt;&amp;nbsp;port link-type trunk&lt;BR /&gt;&amp;nbsp;port trunk permit vlan all&lt;BR /&gt;&amp;nbsp;link-aggregation mode dynamic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;interface Ten-GigabitEthernet2/3/0/4&lt;BR /&gt;&amp;nbsp;port link-mode bridge&lt;BR /&gt;&amp;nbsp;port link-type trunk&lt;BR /&gt;&amp;nbsp;port trunk permit vlan 1 4 9&lt;BR /&gt;&amp;nbsp;port link-aggregation group 4&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;On the procurve side, I have a couple of problems.&lt;/P&gt;&lt;P&gt;Firstly, I can't seem to configure "trk1" unless it already has members.&lt;/P&gt;&lt;P&gt;But when I issue the command&lt;/P&gt;&lt;P&gt;&lt;EM&gt;trunk a1 trk1 lacp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It strips my VLAN config from the interface a1 and creates a trk1 without any VLANs on it, so I have no connectivity.&lt;/P&gt;&lt;P&gt;So, I add the required VLANs to trk1, but it won't allow me to re-add them to interface a1, which just has "untagged vlan 1" on it and I can't add VLANs to it. And I get no connectivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As this is a production system I get a very small window of opportunity to configure it and I can't have loss of connectivity while I fiddle. So I just need a working config I can slap on.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 21:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6192835#M4518</guid>
      <dc:creator>Vince_Whirlwind</dc:creator>
      <dc:date>2013-09-03T21:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: H3C &lt;----&gt; Procurve LACP configuration?</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6192857#M4519</link>
      <description>&lt;P&gt;On the H3C side I get:&lt;/P&gt;&lt;P&gt;Local:&lt;BR /&gt;&amp;nbsp; Port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp; Priority Oper-Key&amp;nbsp; Flag&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp; XGE2/3/0/4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32768&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {A}&lt;BR /&gt;Remote:&lt;BR /&gt;&amp;nbsp; Actor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Partner Priority Oper-Key&amp;nbsp; SystemID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flag&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp; XGE2/3/0/4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 290&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xab00, 78ac-c0d1-ab00 {ACEF}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the Procurve tells me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LACP&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LACP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trunk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LACP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin&amp;nbsp;&amp;nbsp; Oper&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Port&amp;nbsp;&amp;nbsp; Enabled&amp;nbsp;&amp;nbsp; Group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp; Partner&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp; Key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; -------&amp;nbsp;&amp;nbsp; -------&amp;nbsp;&amp;nbsp; -------&amp;nbsp;&amp;nbsp; -------&amp;nbsp;&amp;nbsp; -------&amp;nbsp;&amp;nbsp; ------&amp;nbsp; ------&lt;BR /&gt;&amp;nbsp;&amp;nbsp; A1 &amp;nbsp;&amp;nbsp; Active&amp;nbsp;&amp;nbsp;&amp;nbsp; Trk1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Up&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 290&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and on the physical interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Link Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Up&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the H3C says "U", and I get no VLANs across the link despite the interfaces being up. And no LLDP. So it's not really "up" at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 22:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6192857#M4519</guid>
      <dc:creator>Vince_Whirlwind</dc:creator>
      <dc:date>2013-09-03T22:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: H3C &lt;----&gt; Procurve LACP configuration?</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6192865#M4520</link>
      <description>&lt;P&gt;I'm starting to think that on the H3C, the "link-aggregation mode ..." should be something other than "dynamic", but "dynamic" is the only choice I get, so that can't be it.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 22:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6192865#M4520</guid>
      <dc:creator>Vince_Whirlwind</dc:creator>
      <dc:date>2013-09-03T22:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: H3C &lt;----&gt; Procurve LACP configuration?</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6256779#M4875</link>
      <description>&lt;P&gt;Do it all the time, and "dynamic" is the correct setting for a BAGG to ProCurve switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the ProCurve, configure the trunk first (trunk 23-24 trk1 lacp), then apply the VLANs, etc to the trunk (eg trk1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Config Example extracts from recent show:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ProCurve 5406zl&lt;/P&gt;&lt;PRE&gt;interface E1 
   name "Link to 5830-IRF" 
exit
interface E2 
   name "Link to 5830-IRF" 

trunk E1-E2 Trk1 LACP &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comware 5830-IRF&lt;/P&gt;&lt;PRE&gt;#
interface Bridge-Aggregation5
 description Link to 5406zl
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 link-aggregation mode dynamic
 gvrp
#
#
interface Ten-GigabitEthernet1/0/52
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 port link-aggregation group 5
#
#
interface Ten-GigabitEthernet2/0/52
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 port link-aggregation group 5
#&lt;/PRE&gt;&lt;P&gt;Make sure you follow the order correctly:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create BAGG&lt;/LI&gt;&lt;LI&gt;Set dynamic&lt;/LI&gt;&lt;LI&gt;exit&lt;/LI&gt;&lt;LI&gt;on each interface, set the aggregation group&lt;/LI&gt;&lt;LI&gt;exit&lt;/LI&gt;&lt;LI&gt;In the BAGG, apply the settings (trunk, VLAN, etc) so they are applied to the interfaces&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sat, 02 Nov 2013 00:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6256779#M4875</guid>
      <dc:creator>Richard Litchfield</dc:creator>
      <dc:date>2013-11-02T00:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: H3C &lt;----&gt; Procurve LACP configuration?</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6372061#M5359</link>
      <description>&lt;P&gt;&lt;SPAN class="login-bold"&gt;Richard: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I have a similar scenario but my devices are an HP 5308xl and a HP a5120ei switch.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I am trying to create a trunk between these two switches using four ports on each end.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;The 5308xl has a link that's connected to our servers and it is on a specific vlan.. eg: 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Your configuration on the H3C switch shows "gvrp" towards the end..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I understand by reading hp's management guide for 5308xl, that you cannot use Dynamic LACP, if you want the LACP trunk to operate in a VLAN other than the Defaul VLAN... which is exactly my scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Will this configuration work without causing other issues:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;On HP 5308xl:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;interface b15-b16
   name "Link to a5120ei" 
exit
interface d15-d16
   name "Link to a5120ei" 

trunk B15, B16, D15, D16 trk1 lacp&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;On HP A5120EI :&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;#interface Bridge-Aggregation1
 description Link to 5308xl
 port link-type trunk
 port trunk permit vlan 10
 link-aggregation mode dynamic
#
interface GigabitEthernet1/0/45
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan 10
 port link-aggregation group 1
#
interface GigabitEthernet1/0/46
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan 10
 port link-aggregation group 1
#&lt;BR /&gt;interface GigabitEthernet1/0/47&lt;BR /&gt;port link-mode bridge&lt;BR /&gt;port link-type trunk&lt;BR /&gt;port trunk permit vlan 10&lt;BR /&gt;port link-aggregation group 1&lt;BR /&gt;#&lt;BR /&gt;interface GigabitEthernet1/0/48&lt;BR /&gt;port link-mode bridge&lt;BR /&gt;port link-type trunk&lt;BR /&gt;port trunk permit vlan 10&lt;BR /&gt;port link-aggregation group 1&lt;BR /&gt;---------------------------------------&lt;BR /&gt;&lt;BR /&gt;Could you please explain why you used the command - port trunk pvid vlan 930&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Please let me know if my configuration would work..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;And why did you use GVRP in your configuration...?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Suggestions are welcome.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 21:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/h3c-lt-gt-procurve-lacp-configuration/m-p/6372061#M5359</guid>
      <dc:creator>Takkari</dc:creator>
      <dc:date>2014-02-11T21:23:52Z</dc:date>
    </item>
  </channel>
</rss>

