Create Date: May 15 2013 2:22AM
By the way, if you plan to have single access switches (logically - stacks count as single switches for this purpose) I would recommend going with LAG instead of STP or EAPS. This will provide the bandwidth of both links and maintain redundancy. For example:
On the X460:
enable sharing 51 grouping 51,52
On the X480 stack:
enable sharing 1:1 grouping 1:1, 2:1
Connect ports 51 and 52 on the X460 to ports 1:1 and 2:1 respectively on the X480 stack. Managing the link between the switches happens by addressing config changes to the first port referenced by "enable sharing," so you add VLANs to port 51 on the X460 and port 1:1 on the X480 stack, and the VLANs are added to all the links in the LAG. To balance the load on the links, if it is lopsided, you can adjust the load-sharing algorithm. X460s and X480s have highly configurable forwarding planes, so good choice on those! If a link is severed, unplugged, or one of the X480s fails, the other link stays up and provides full connectivity (albeit with half the bandwidth, of course.) This configuration also allows more links to be added to the LAG group easily and quickly, if your bandwidth needs grow.
EAPS works well, and STP would work, but if you can, I'd start with this config - it'll save the migration later and help prevent bottlenecks. If you must start with a ring, I strongly recommend EAPS over STP. (from Ansley_Barnes)