Comware

 View Only
  • 1.  MAD configuration on HPE 5900AF Comware 7

    Posted Feb 19, 2025 08:12 AM

    Hi!

    I am not able to find much example about MAD.

    I am configuring IRF between two HPE 5900AF and will also configure MAD on them.

    From a post I learn that mad bfd is good choice. 

    I made the the below configuration via different sources.

    interface Ten-GigabitEthernet1/0/34
    description MAD-LINK
    port access vlan 80
    undo stp enable
     
    interface Ten-GigabitEthernet2/0/34
    description MAD-LINK
    port access vlan 80
    undo stp enable
     
    interface Vlan-interface80
    mad bfd enable
     
    mad ip address 10.10.1.1 255.255.255.252 member 1
    mad ip address 10.10.1.2 255.255.255.252 member 2
    Does this look correct and I can use it?
    Thanks



  • 2.  RE: MAD configuration on HPE 5900AF Comware 7

    Posted Feb 19, 2025 08:55 AM

    Looks ok. Just made sure that vlan 80 is only used for MAD. 

    Best, Gorazd



    ------------------------------
    Gorazd Kikelj
    MVP Guru 2025
    ------------------------------



  • 3.  RE: MAD configuration on HPE 5900AF Comware 7

    Posted Feb 19, 2025 10:30 AM

    Thanks for confirmation.

    The order works like this.

    I configure IRF and then I configure MAD?




  • 4.  RE: MAD configuration on HPE 5900AF Comware 7

    Posted Feb 20, 2025 01:49 AM


    There is quite some documentation available for IRF. Try this link for networkinsupport.hpe.com portal.

    HPE IRF Technolo9gy Whitepaper contains a lot of very useful information.

    Setup and configuration task list from documentation.


    To set up and configure an IRF fabric:

    1. (Required.) Planning the IRF fabric setup 
    2. (Required.) Assigning a member ID to each IRF member device
      Perform this task on each member device.
    3. (Optional.) Specifying a priority for each member device
      Perform this task on one or multiple member devices to affect the master election result.
    4. (Optional.) Installing expansion interface cards
      This task is beyond the scope of this document. For information about installing expansion interface cards, see the switch installation guide.
    5. (Required.) Connecting IRF physical interfaces 
    6. (Required.) Binding physical interfaces to IRF ports
      Perform this task on each member device. When you complete IRF port binding and activation on all IRF member devices, the IRF fabric is formed.
    7. (Required.) Accessing the IRF fabric
      When you log in to the IRF fabric, you are placed at the master's CLI, where you complete subsequent IRF settings and configure other features for the member devices as if they were one device.
    8. (Optional.) Configuring a member device description 
    9. (Optional.) Configuring IRF link load sharing mode:
      1.  Configuring the global load sharing mode
      2.  Configuring a port-specific load sharing mode
    10. (Optional.) Configuring IRF bridge MAC persistence 
    11. (Optional.) Enabling software auto-update for software image synchronization
      As a best practice, enable software auto-update to ensure system software image synchronization.
    12. (Optional.) Setting the IRF link down report delay
    13. (Required.) Configuring MAD: 
      MAD mechanisms are independent of one another. As a best practice, configure multiple MAD mechanisms for an IRF fabric.
      1. Configuring LACP MAD
      2.  Configuring BFD MAD
      3.  Configuring ARP MAD
      4.  Configuring ND MAD
      5.  Excluding service interfaces from the shutdown action upon detection of multi-active collision
    14. (Optional.) Maintaining an IRF fabric:
      1. Recovering an IRF fabric
      2. Removing an expansion interface card that has IRF physical interfaces
      3. Replacing an expansion interface card that has IRF physical interfaces

    Best, Gorazd



    ------------------------------
    Gorazd Kikelj
    MVP Guru 2025
    ------------------------------



  • 5.  RE: MAD configuration on HPE 5900AF Comware 7

    Posted Feb 27, 2025 06:01 AM

    Thanks. 

    I configured it now and this is the output.

    dis mad verbose 
    Multi-active recovery state: No
    Excluded ports (user-configured):
    Excluded ports (system-configured):
      FortyGigE1/0/51
      FortyGigE1/0/52
      FortyGigE2/0/51
      FortyGigE2/0/52
    MAD ARP disabled.
    MAD ND disabled.
    MAD LACP disabled.
    MAD BFD enabled interface: Vlan-interface80
      MAD status                 : Normal
      Member ID   MAD IP address       Neighbor   MAD status
      1           10.10.1.1/30      2          Normal    
      2           10.10.1.2/30      1          Normal




  • 6.  RE: MAD configuration on HPE 5900AF Comware 7

    Posted Mar 23, 2025 08:49 AM

    I want to replace the network cable connected to MAD interfaces.

    Will it create an issue while I am replacing it?




  • 7.  RE: MAD configuration on HPE 5900AF Comware 7

    Posted Mar 24, 2025 03:37 AM

    If the cable is supported, there should be no issues replacing it online.

    Unsupported cables on IRF links can sometimes be a tricky business.

    Best, Gorazd



    ------------------------------
    Gorazd Kikelj
    MVP Guru 2025
    ------------------------------



  • 8.  RE: MAD configuration on HPE 5900AF Comware 7

    Posted Mar 24, 2025 05:15 AM

    Thanks Gorazd. I have generic cables which works fine but now I have ordered HP coded one from FS.com with the right model.

    I have also pasted the output of my MAD if you get a chance to see if everything looks fine with the output?

    Thanks