Yes , using regular ports was an option for me (neighboring equipment is a Juniper SRX, so I 'd use redundant-ethernet interface, it should be L2 loop free). However it means if I have a problem on traffic chain, I may loose also that dedicated O&M, because it would use the same chain, it is pretty close to inband management... I guess mgmt ports are a bit separated from the that, so if is real backup connexion.
I found another config, but have no description of that :
interface M-GigabitEthernet0/0/0
ip address 10.153.32.17 255.255.255.240 irf-member 1
ip address 10.153.32.18 255.255.255.240 irf-member 2
I tested it : 10.153.32.18 is not reachable, even from SW IRF, even though port connected to mgmt port of SW2 is UP.
So I guess that address is active only when SW2 is master in the IRF. Do you know if this is right ?
(I can't test it because I haven't found a command to perform a switchover to SW2 ... if you have it, pls tell me ;)
If this is right, does it mean that in the original config :
interface M-GigabitEthernet0/0/0
ip address 10.153.32.17 255.255.255.240
10.153.32.17 is 'mobile', and will move to SW2 once SW2 is master in the IRF ?