<div dir="ltr">Hi,<br><br>Looking to implement IPMI Enable / Disable as part of Redfish's Manager Network<br>Protocol.<br><a href="https://redfish.dmtf.org/schemas/ManagerNetworkProtocol.v1_5_0.json">https://redfish.dmtf.org/schemas/ManagerNetworkProtocol.v1_5_0.json</a><br><br>Two ways to get/set the current status of net IPMI:<br>1. Add an interface in phosphor-dbus-interface to indicate the status of net IPMI.<br>Have a daemon to monitor the status, if the status is changed, then enable or<br>disable the net IPMI service and socket.<br>2. Check the net IPMI socket state by getData()[1] in bmcweb. If the state is<br>"running" or "listening", the net IPMI status is true, otherwise, the status is<br>false. Then bmcweb can enable or disable the service and socket.<br><br>Wondering if anyone has any thoughts on this feature, which way is better.<br>If add interface, in which daemon this interface should be implemented?<br><br>[1] <a href="https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/network_protocol.hpp#L190">https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/network_protocol.hpp#L190</a><br><br>Thanks,</div>