Wired Intelligent Edge

 View Only
Expand all | Collapse all

HP Aruba 2930f VSF stacking issue

This thread has been viewed 44 times
  • 1.  HP Aruba 2930f VSF stacking issue

    Posted Jan 31, 2022 10:55 AM
    I followed the below linked guide to stack 3 identical 2930f switched together in VSF configuration but it is not working and need some assistance on what I am doing wrong. VSF link port light are solid orange. Consoling to each switch notes all links are down and each is a commander.

    Any pointers would be a great help

    Guide: https://techhub.hpe.com/eginfolib/Aruba/16.07/5200-5364/index.html#GUID-76B06413-F24B-4DEA-B0FE-2FE4ADA80132.html
    Switches: 3 x JL262A 2930F-48G-PoE+-4SFP
    Cables: J9281D
    Cabled config: Ring

    Commands used:
    switch 1
    vsf member 1 priority 200
    vsf member 1 link 1 49
    vsf member 1 link 2 50
    vsf enable domain 5472

    switch 2
    vsf member 2 priority 150
    vsf member 2 link 1 49
    vsf member 2 link 2 50
    vsf enable domain 5472

    switch 3
    vsf member 3 priority 100
    vsf member 3 link 1 49
    vsf member 3 link 2 50
    vsf enable domain 5472

    Switch sh run

    VSF-STACK-01# sh run

    Running configuration:

    ; hpStack_WC Configuration Editor; Created on release #WC.16.10.0015
    ; Ver #14:67.6f.f8.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:44
    hostname "VSF-STACK-01"
    vsf
    enable domain 5472
    member 1
    type "JL262A" mac-address 3821c7-2f81c0
    priority 200
    link 1 1/49
    link 1 name "I-Link1_1"
    link 2 1/50
    link 2 name "I-Link1_2"
    exit
    port-speed 1g

    VSF-STACK-02# sh run

    Running configuration:

    ; hpStack_WC Configuration Editor; Created on release #WC.16.10.0015
    ; Ver #14:67.6f.f8.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:44
    hostname "VSF-STACK-02"
    vsf
    enable domain 5472
    member 2
    type "JL262A" mac-address 3821c7-2f42c0
    priority 150
    link 1 2/49
    link 1 name "I-Link2_1"
    link 2 2/50
    link 2 name "I-Link2_2"
    exit
    port-speed 1g
    exit

    VSF-STACK-03# sh run

    Running configuration:

    ; hpStack_WC Configuration Editor; Created on release #WC.16.10.0015
    ; Ver #14:67.6f.f8.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:44
    hostname "VSF-STACK-03"
    vsf
    enable domain 5472
    member 3
    type "JL262A" mac-address 3821c7-2f0500
    priority 100
    link 1 3/49
    link 1 name "I-Link3_1"
    link 2 3/50
    link 2 name "I-Link3_2"
    exit
    port-speed 1g

    Thanks

    ------------------------------
    David Carr
    ------------------------------


  • 2.  RE: HP Aruba 2930f VSF stacking issue
    Best Answer

    Posted Jan 31, 2022 06:02 PM
    Hi David, you configured the global VSF parameter "port-speed 1G" to impose 1Gbps VSF links but, if I'm not mistaken, VSF Links ports 49 and 50 represents SFP+ capable slots (apart from supporting both SFP and SFP+ Transceivers), given that this note could be relevant:

    "In the case of transceiver ports, the speed is determined by the bay type. An SFP+ bay, if configured, will set port speed to 10G. If an SFP transceiver is inserted into the bay, it will not link up and be in error state."

    I believe that the above note means that even with an SFP Transceiver inserted (thus 1G capable, at maximum) into the the 10GbE SFP+ port 49-52, that port - from the point of view of VSF Link - will be seen as 10G capable no matter the port-speed 1G setting you configured.

    Do a test, if you can, and change to only-1G capable ports like copper ports 47 and 48 (as example) instead of ports 49 and 50.

    Another thing to check is the connectivity: verify that the VSF Member 1 Link 1 port is connected to VSF Member 2 Link 2 port and VSF Member 2 Link 1 port is connected to VSF Member 3 Link 2 port...and so on...up to closing the entire loop into VSF Member 1 again (VSF Member 3 Link 1 port to VSF Member 1 Link 2 port).


    ------------------------------
    Davide Poletto
    ------------------------------



  • 3.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 01, 2022 04:26 AM
    HI,

    Changing the ports to 47/48 on each witch and using patch cables seems to work fine.

    Hard to believe that these ports can not be utilized and 6 ports need to be wasted to stack them together.

    Thanks for the info.

    ------------------------------
    David Carr
    ------------------------------



  • 4.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 01, 2022 11:38 AM
    Great!

    "Hard to believe that these ports can not be utilized and 6 ports need to be wasted to stack them together."

    Can't you use six (three pairs) supported 10G DACs so you can finally use ports on 49-52 range at their maximum potential (and eventually set VSF global parameter port-speed to 10G just to match the SFP+ port type)?

    Just curious...if you were already trying with 49 and 50 and it didn't work...it means you tried with some SFP Transceivers instead of SFP+ ones, correct? at that point a rising question would be: why to waste "fast" SFP+ ports with "slow" SFP Transceivers - we imply that they were readily available, isn't it? - and use those SFP ones to form VSF Links which, generally, require instead higher speeds (as a best deployment practice)?


    ------------------------------
    Davide Poletto
    ------------------------------



  • 5.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 01, 2022 11:51 AM
    Edited by DavidC Feb 01, 2022 12:01 PM
    I have purchased genuine HP SFP+ DAC cables for this and will try again once delivered.

    Thanks for your help on this, understand more on compatibles + VSF no playing nice together.

    ------------------------------
    David Carr
    ------------------------------



  • 6.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 01, 2022 01:57 PM
    It should (provided that those DACs are fully supported by your Aruba 2930F Switches as per their QuickSpecs).






  • 7.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 02, 2022 08:21 AM
    Bad news.

    HPE Aruba original cables arrived this morning and I reconfigured to use the SFP+ ports and this is still not working! Not sure where to go with this as the cables are the specific model needed for the ports. Its not even picking up details for the transceivers stating unsupported. 

    model: J9281D 10G SFP+ DAC

    VSF-STACK-01# sh tech transceivers
    Cmd Info : show tech transceivers

    transceivers

    Transceiver Technical Information:
    Port # | Type | Prod # | Serial # | Part #
    -------+-----------+------------+------------------+----------
    1/49 | ?? | ?? | unsupported |


    The following transceivers have extra information:
    Port # Message
    -------- -------------------------------------
    Port 1/49 Transceiver type not supported in this port.

    * third-party transceivershow time
    Sat Jul 10 05:56:21 2021


    === The command has completed successfully. ===


    Any follow up advice for this?

    Thanks

    ------------------------------
    David Carr
    ------------------------------



  • 8.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 02, 2022 08:27 AM
    Are they falling into this particular unfortunate


    case?

    If not, can you share a sanitized running configuration of your VSF Stack?

    Can you show what SKU SFP/SFP+ Transceivers used currently have (instead of DACs), if any?







  • 9.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 02, 2022 09:29 AM
    They don't fall into this bracket and other transceivers used are compatibles for linking to other switching on the business site and work with no problems.

    I have logged a call to HP support and waiting for an engineer to call back, hopefully they can resolve the issue or advise what's wrong.

    Thanks

    ------------------------------
    David Carr
    ------------------------------



  • 10.  RE: HP Aruba 2930f VSF stacking issue

    Posted Feb 03, 2022 03:59 AM
    Hi David,

    I set up a VSF with two 5400 Series switch recently.

    For 2930 there is this guide - maybe it´s useful for you:
    Document - VSF Stacking Guide | HPE Support

    Regards
    Martin

    ------------------------------
    Martin Ott
    ------------------------------