- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
09-18-2018 02:24 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-18-2018 02:44 PM
You can stack all 3 up to an 8 member stack if running 16.06 code.
Justin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-18-2018 03:41 PM - edited 09-18-2018 03:42 PM
Greetings!
You can stack any members of the 2930F family using VSF, so long as they're all running the same software version and using the same speed ports for the inter-switch VSF links (either all 10G or all 1G). As mentioned by Justin, you can stack up to 8 switches as of the latest switch software release, 16.06.
Matt Fern
Technical Marketing Engineer, Wired Intelligent Edge
Aruba, a Hewlett Packard Enterprise company
8000 FOOTHILLS BLVD | ROSEVILLE, CA 95747
T: 916.540.1759 | E: mfern@hpe.com | Matt @ Twitter
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-19-2018 04:52 AM
Does the number of ports on the switch has to match to stack or doesn't matter? like we can stack 1 48port + 24port as long as they are on 16.06?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-19-2018 04:55 AM - edited 09-19-2018 05:12 AM
Also can you list detailed steps to stack 1 48G ports as commander and 2 24G ports as members? I have never done this and really appreciate your help.
I have 10G DAC cables. What is the recommended stacking, switch1 10G sfp+ port1 to switch2 10G sfp+ port1 or port2?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-19-2018 05:43 AM - edited 09-19-2018 05:43 AM
wrote: Does the number of ports on the switch has to match to stack or doesn't matter?
No, it doesn't...you can mix. The main requirement is to use the same speed on ports part of any VSF Link(s) on any VSF Member of the same VSF Domain.
wrote:
like we can stack 1 48port + 24port as long as they are on 16.06?
Yes, you can.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-19-2018 08:23 AM
@Nick IT wrote:Also can you list detailed steps to stack 1 48G ports as commander and 2 24G ports as members? I have never done this and really appreciate your help.
I have 10G DAC cables. What is the recommended stacking, switch1 10G sfp+ port1 to switch2 10G sfp+ port1 or port2?
Read the VSF Chapter on the Aruba 2930F Management and Configuration Guide for ArubaOS-Switch 16.06 (August, 2018) available here.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
09-19-2018 09:12 AM - edited 09-19-2018 09:13 AM
To explicitly designate a switch as the preferred VSF stack commander, first enable VSF on that switch (do not connect any VSF links yet!):
switch(config)# vsf enable domain 1337
This will reboot the switch. Once the switch has rebooted with VSF enabled, it should be member 1 as well as the de facto commander. Use the following command to set its priority to the maximum value:
switch(config)# vsf member 1 priority 255
This will ensure that this member will be selected as commander during any stack election (e.g., the stack reboots after a software upgrade or after a power outage). You can then add any additional stack members using the methods listed in the document linked by parnassus above.
Matt Fern
Technical Marketing Engineer, Wired Intelligent Edge
Aruba, a Hewlett Packard Enterprise company
8000 FOOTHILLS BLVD | ROSEVILLE, CA 95747
T: 916.540.1759 | E: mfern@hpe.com | Matt @ Twitter
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-19-2018 10:03 AM - edited 09-19-2018 10:05 AM
The VSF feature allows the user to form a stack of up to eight devices of any SKU of 2930F, including mixing the SKUs in a single stack. The switches in these stacks are interconnected using standard Ethernet connections. These interconnections between member switches are called VSF links. Please feel free refer chapter 32
http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-a00038765en_us-2.pdf
sample configuration:
Switch 1:
vsf member 1 link 1 25
vsf member 1 link 1 26
vsf member 1 priority 160
vsf enable domain 5
Switch 2:
Vsf member 2 link 1 25
vsf member 2 link 1 26
vsf member 2 priority 150
vsf enable domain 5
Switch 3:
Vsf member 3 link 1 25
vsf member 3 link 1 26
vsf member 3 priority 150
vsf enable domain 5
Thanks & Regards,
Yash
+ 91 9845648051
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: How to stack 2930F?
09-19-2018 10:20 AM
I did manual vsf as per pdf guide but when I do show vsf it show topology as chain but I have connected the cables in ring. Why is that? sw1 to sw2, sw2 to sw3 and sw3 to sw1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator