Comware

 View Only
last person joined: 2 days ago 

Expand all | Collapse all

IRF Stack question

This thread has been viewed 1 times
  • 1.  IRF Stack question

    Posted Aug 16, 2016 10:15 AM

    Hi,
    I have an IRF stack of 2 HP switches:

    A5120-48G EI JE069A

     

    My IRF configuration:

    irf-port 1/1
    port group interface Ten-GigabitEthernet1/1/1 mode normal
    port group interface Ten-GigabitEthernet1/1/2 mode normal
    #
    irf-port 2/2
    port group interface Ten-GigabitEthernet2/1/1 mode normal
    port group interface Ten-GigabitEthernet2/1/2 mode normal

     

    Will I notice a difference if I remake configuration like this:

    irf-port 1/1
    port group interface Ten-GigabitEthernet1/1/1 mode normal

    irf-port 1/2
    port group interface Ten-GigabitEthernet1/1/2 mode normal
    #
    irf-port 2/1
    port group interface Ten-GigabitEthernet2/1/2 mode normal

    irf-port 2/2
    port group interface Ten-GigabitEthernet2/1/1 mode normal

    What is the difference between two? Thanks!



  • 2.  RE: IRF Stack question

    Posted Aug 16, 2016 10:44 AM

    Hi

    The difference bewteen those  2 configs is:

    With the first setup, you use a 20Gig conection between the 2 members because u bundled the 2 10G links in 1 irf-port. And if 1 link fails You still run on 10Gig.

    The second setup you made is a ring topology. Your stack has  2 seperated links of 10Gig to the other switch. So you will never reach 20Gig through 1 link. But has the same redundency as setup 1, if one fails the other link is still active.

    So the only difference is the amount of bandwith that passes trough the irf links. setup1: 20G setup2: 10G per link

    I prefer the first setup, it has the same redundency  but with a higher bandwith.

    Note: This only works with a stack of 2 switches.

     

    I hope this made sense :)

    Kind regards



  • 3.  RE: IRF Stack question

    MVP GURU
    Posted Aug 16, 2016 11:49 AM

    Interesting question and answer.

    Just three clarifications (hope to have not misunderstood the OP scenario!) about second case:

    • In a two members only IRF depolyment is it correct to define more than one IRF Port on each IRF member (no matter if that IRF port has one or more physical interfaces binded to it) to create redundancy at IRF Ports level?
    • The OP created Two IRF Ports per each IRF Member...that's strange if the IRF deployment has two members only. Is that right? It looks like a loop to me.
    • Partially related to the question above, formally a two members only IRF can't be deployed using an "IRF Ring Topology", so if the second way of configuring IRF Ports made by the OP (using Two separated IRF Ports per IRF member, each IRF Port binded to just one 10G physical interface instead of simply using One IRF Port per IRF member,  IRF Port binded to two aggregated 10G physical interfaces) resembles a Ring Topology...from what point of view is a Ring Topology?

    So, IRF physical interfaces load balancing mechanism apart, in:

    • 1st case: we have, correctly, on each IRF Member a single IRF Port binded to two aggregated 10G physical interfaces <- Redundancy (if a physical link fails) and Load Sharing (enabled by default).
    • 2nd case: what we have really?

    I too prefer the 1st case (it's the best practice!).



  • 4.  RE: IRF Stack question

    EMPLOYEE
    Posted Aug 16, 2016 01:46 PM

    Best for a 2 switch IRF fabric is to use 1 IRF port on each device – put multiple ports in that IRF port for redundancy – this is a chain design and is best for 2 switch fabric

    Yes – the OP used a loop as example for 2 switch IRF fabric – it works, but better to use chain for 2 switch IRF fabric.

    No real advantage to using loop in 2 switch IRF fabric.