Network Management

 View Only
  • 1.  Backup Fiber

    Posted Nov 19, 2020 10:07 AM
    Aruba 2930M -

    I have 1GB Fiber connected as my primary trunk (Sorry I'm a former Cisco Networker) to my Aruba core. I also have a 1GB Ethernet backup trunk. I'm trying to introduce a new primary 10GB Fiber, but when I plugged it it dies. How do I configure the switch to have the 10gb fiber as my primary (Is it called LACP?) with a 1 gig fiber backup trunk, and possibly also have the 1gb Ethernet a tertiary backup.

    ------------------------------
    Chris Alvarado
    ------------------------------


  • 2.  RE: Backup Fiber

    Posted Nov 19, 2020 12:53 PM
    When you say uplink, do you mean to another switch/router? Or a routed connection. If its routed, you would modify your route metrics to prefer the 10Gb link. If this is Layer 2, then you would make sure your spanning tree config is set up to use the 10Gb link. LACP is used to bond physical links into a logical link, and you would want to have the same type of interfaces in the bond.


    ------------------------------
    Dustin Burns
    ------------------------------



  • 3.  RE: Backup Fiber

    Posted Nov 19, 2020 03:31 PM
    I'm talking about L2 connections to another switch. Is there any documentation you can provide to setup spanning tree properly to failover and failback with three different types of connections.
    Primary - 10gb fiber
    Secondary - 1gb fiber
    Tertiary - 1gb ethernet





  • 4.  RE: Backup Fiber

    Posted Nov 19, 2020 04:33 PM
    Spanning tree likes low values for picking best path to root. Your 10Gb connection will have a lower STP cost than 1Gb, and will choose to block the 1Gb port over the 10Gb. Once you get down to the 1Gb fiber and the 1Gb copper, you will have to manually set the copper interface with a higher (less desirable) cost. Then STP will choose to block the copper over the fiber.

    I would start with trying to get your hands on a copy of the Aruba ACSA Study Guide, or watch some videos on spanning tree since its pretty much used across all switching vendors. Knowing how to set a particular switch as spanning tree root, and modifying your port costs towards the root is most of the work. The algorithm will take care of the rest.




    ------------------------------
    Dustin Burns
    ------------------------------