The GET_TWOFACTOR_SETTINGS command requests the respective iLO 3 Two-Factor Authentication settings. For this command to parse correctly, the GET_TWOFACTOR_SETTINGS command must appear within a RIB_INFO command block, and RIB_INFO MODE can be set to read or write.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_TWOFACTOR_SETTINGS/>
</RIB_INFO>
</LOGIN>
</RIBCL>