BladeSystem - General
1840241 Members
3216 Online
110162 Solutions
New Discussion

iLO5 anonymous data disable using API REST

 
SOLVED
Go to solution
marco-bucci
Occasional Collector

iLO5 anonymous data disable using API REST

Hello,

I have a bunch of iLO 5 and I want, using a script, disable the "Anonymous Data" using an API Rest Call, but I don't find the place where I can do it, I parsed every place on the /redfish/v1  but without success.

Anybody can help me? Please

3 REPLIES 3
Suman_1978
HPE Pro

Re: iLO5 anonymous data disable using API REST

Hi,

I have not tried this myself, but I found some information in iLO 5 Scripting and Command Line Guide, page#11
To disable this feature in the CLI, set the CIM_SECURITY_MASK in the MOD_SNMP_IM_SETTINGS command todisable unauthenticated XML query return information.
This feature is called Anonymous Data in the iLO web interface. You can configure it in the Network section on theAccess Settings page.

HPE iLO 5 Security Technology Brief

Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
marco-bucci
Occasional Collector
Solution

Re: iLO5 anonymous data disable using API REST

Thank you for your support.

Anyway I found the solution to disable Anonymous Data using the REST Api of the iLO 

the setting is in http://<ilo ip>/redfish/v1/Managers/1/NetworkProtocol/Oem.Hpe.XMLResponseEnabled 

 

Sunitha_Mod
Honored Contributor

Re: iLO5 anonymous data disable using API REST

Hello @marco-bucci

Great! We are glad to know you have found the solution.