Wired

 View Only
last person joined: yesterday 

Expand all | Collapse all

Aruba 2930M switch STP vlan priority

This thread has been viewed 20 times
  • 1.  Aruba 2930M switch STP vlan priority

    Posted May 19, 2023 04:00 PM

    Hello, I am working on a project which uses Aruba 2930M switches. We are changing the STP to Rapid-PVST. When I set the priority, it forces me to do it on a per-vlan basis, which is not scalable:


    I searched online and found I the "vlan range" command to make this scalable, but the 2930M does not accept the vlan range command.
    How can I do this in a more scalable manner?



    ------------------------------
    RyanWatts
    ------------------------------


  • 2.  RE: Aruba 2930M switch STP vlan priority
    Best Answer

    MVP GURU
    Posted May 20, 2023 06:36 AM

    Hi! the ArubaOS-Switch 16.10 software version, just as example, supports this syntax:

    spanning-tree vlan vid-list priority 0...15

    which is used to set the switch (bridge) priority for the designated VLAN(s) in the vid-list.

    So what ArubaOS-Switch version is your Aruba 2930M Switch currently running on?




  • 3.  RE: Aruba 2930M switch STP vlan priority

    Posted May 22, 2023 07:11 PM

    Is this the switch OS version?

    Running configuration:
     
    ; hpStack_WC Configuration Editor; Created on release #WC.16.10.0009
    ; Ver #14:67.6f.f8.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:44



    ------------------------------
    RyanWatts
    ------------------------------



  • 4.  RE: Aruba 2930M switch STP vlan priority

    MVP GURU
    Posted May 23, 2023 01:42 AM
    It could but you're just showing us the header of a running configuration file, not the output of a particular show command executed on a live system. 

    Given that, I'm personally used to learn that information directly on a live system by simply issuing two basic commands: show version and show flash.





  • 5.  RE: Aruba 2930M switch STP vlan priority

    Posted May 23, 2023 03:46 PM

    Confirmed version is WC.16.10.0009.

    Thank you, the command worked!

    spanning-tree vlan 1,2,3,4,100 priority 15