Server Management - Remote Server Management
1827849 Members
1924 Online
109969 Solutions
New Discussion

Ignoring OR Disabling SNMPv1 via Script/Command

 
gcj2021
Advisor

Ignoring OR Disabling SNMPv1 via Script/Command

Has anyone successfully been able to do either of these via scripts (ILO Powershell Commandlets Enable-HPEiLOSecurityDashboardSetting or via HP Lights-Out Configuration Utility Mod_SNMP_IM_Settings.xml)?

 

Under Information-Security Dashboard - Ignore SNMPv1

OR

Under Management-SNMP Settings - Disable SNMPv1

 

Seems there isn't a switch for ignoring SNMPv1 using the HPE ILO commandlets, and I don't see any RIBCL command to disable it. 

 

ILO5 - Synergy 480 Gen10

3 REPLIES 3
Anand1202
Advisor

Re: Ignoring OR Disabling SNMPv1 via Script/Command

My guess is that it is not yet possible.

 

In august it was reported to be an issue here: Missing Disable-HPEiLOSecurityDashboardSetting option for SNMPv1 · Issue #68 · HewlettPackard/PowerShell-ProLiant-SDK · GitHub

 

In another case with HPE support I was informed that a new version of "Scripting Tools for Windows PowerShell: iLO cmdlets" is expected to be released this month. My hope is that it will include the ability to toggle SNMPv1 flags...

gcj2021
Advisor

Re: Ignoring OR Disabling SNMPv1 via Script/Command

Thanks for that info! Just wanted to make sure I wasn’t missing anything

Rajeesh619
Occasional Visitor

Re: Ignoring OR Disabling SNMPv1 via Script/Command

below script work for me on iLO 5 but not on iLO 4

Set-HPEiLOSNMPAlertSetting -Connection $connection -SNMPv1Enabled Disabled