ProLiant Servers (ML,DL,SL)
1758417 Members
2892 Online
108869 Solutions
New Discussion

Re: HPE ProLiant DL325 Gen10 Plus V2 Server - Disable iLO Dedicated IPv6 stack with ilores

 
SOLVED
Go to solution
Scaleway_HWSUP
Occasional Advisor
Solution

Re: HPE ProLiant DL325 Gen10 Plus V2 Server - Disable iLO Dedicated IPv6 stack with ilores

Solution is:

 

ilorest rawpatch <(echo '{"/redfish/v1/Managers/1/EthernetInterfaces/1":{"StatelessAddressAutoConfig":{"IPv6AutoConfigEnabled": false}}}')

ilorest rawpatch <(echo '{"/redfish/v1/Managers/1/EthernetInterfaces/1":{"Oem":{"Hpe":{"DHCPv6":{"StatefulModeEnabled": false}}}}}')

ilorest rawpatch <(echo '{"/redfish/v1/Managers/1/EthernetInterfaces/1":{"Oem":{"Hpe":{"DHCPv6":{"StatelessModeEnabled": false}}}}}')

ilorest rawpatch <(echo '{"/redfish/v1/Managers/1/EthernetInterfaces/1":{"Oem":{"Hpe":{"IPv6":{"DDNSRegistration": false}}}}}')

ilorest rawpatch <(echo '{"/redfish/v1/Managers/1/EthernetInterfaces/1":{"Oem":{"Hpe":{"IPv6":{"SLAACEnabled": false}}}}}')

ilorest iloreset

 

Sunitha_Mod
Moderator

Re: HPE ProLiant DL325 Gen10 Plus V2 Server - Disable iLO Dedicated IPv6 stack with ilores

Hello @Scaleway_HWSUP

That's great! 

We are glad to know you were able to find the solution and thank you for keeping us posted. 

Thanks,
Sunitha G
I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo