Hi, drk787
Thank you your reply!
Model : FF 5945 48SFP28 8QSFP28 Switch
Each management port is connected to a intermediate switch.
## BDF MAD Link Diagram ##
5945#1 M-GigabitEthernet0/0/0 == SW#1 Gi0/1
5945#2 M-GigabitEthernet0/0/0 == SW#1 Gi0/2
I think configuration is correct. It is configured as follows. And it configures the IRF topology.
## config ##
interface M-GigabitEthernet0/0/0
mad bfd enable
mad ip address 10.1.1.1 255.255.255.0 member 1
mad ip address 10.1.1.2 255.255.255.0 member 2
When a MAD occurs, all ports other than the management port of member 2 go down.The following log is output on the switch to which the Management port is connected. SW#1 is detecting MACFLAP.
## SW#1 log ##
Mar 1 00:12:20.026: %SW_MATM-4-MACFLAP_NOTIF: Host <mac-address> in vlan 1 is flapping between port Gi0/2 and port Gi0/1
Therefore, I think that SSH access may not be possible. Is this the correct behavior?