Original Message:
Sent: Mar 24, 2025 03:37 AM
From: GorazdKikelj
Subject: MAD configuration on HPE 5900AF Comware 7
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
Original Message:
Sent: Mar 23, 2025 08:49 AM
From: capricorn80
Subject: MAD configuration on HPE 5900AF Comware 7
I want to replace the network cable connected to MAD interfaces.
Will it create an issue while I am replacing it?
Original Message:
Sent: Feb 27, 2025 06:00 AM
From: capricorn80
Subject: MAD configuration on HPE 5900AF Comware 7
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
Original Message:
Sent: Feb 20, 2025 01:49 AM
From: GorazdKikelj
Subject: MAD configuration on HPE 5900AF Comware 7
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:
- (Required.) Planning the IRF fabric setup
- (Required.) Assigning a member ID to each IRF member device
Perform this task on each member device. - (Optional.) Specifying a priority for each member device
Perform this task on one or multiple member devices to affect the master election result. - (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. - (Required.) Connecting IRF physical interfaces
- (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. - (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. - (Optional.) Configuring a member device description
- (Optional.) Configuring IRF link load sharing mode:
- Configuring the global load sharing mode
- Configuring a port-specific load sharing mode
- (Optional.) Configuring IRF bridge MAC persistence
- (Optional.) Enabling software auto-update for software image synchronization
As a best practice, enable software auto-update to ensure system software image synchronization. - (Optional.) Setting the IRF link down report delay
- (Required.) Configuring MAD:
MAD mechanisms are independent of one another. As a best practice, configure multiple MAD mechanisms for an IRF fabric.- Configuring LACP MAD
- Configuring BFD MAD
- Configuring ARP MAD
- Configuring ND MAD
- Excluding service interfaces from the shutdown action upon detection of multi-active collision
- (Optional.) Maintaining an IRF fabric:
- Recovering an IRF fabric
- Removing an expansion interface card that has IRF physical interfaces
- Replacing an expansion interface card that has IRF physical interfaces
Best, Gorazd
------------------------------
Gorazd Kikelj
MVP Guru 2025
Original Message:
Sent: Feb 19, 2025 10:30 AM
From: capricorn80
Subject: MAD configuration on HPE 5900AF Comware 7
Thanks for confirmation.
The order works like this.
I configure IRF and then I configure MAD?
Original Message:
Sent: Feb 19, 2025 08:54 AM
From: GorazdKikelj
Subject: MAD configuration on HPE 5900AF Comware 7
Looks ok. Just made sure that vlan 80 is only used for MAD.
Best, Gorazd
------------------------------
Gorazd Kikelj
MVP Guru 2025
Original Message:
Sent: Feb 19, 2025 08:12 AM
From: capricorn80
Subject: MAD configuration on HPE 5900AF Comware 7
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