- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- Powershell set-hpeilosnmpalertsetting not disablin...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 11:22 AM - last edited on 07-16-2023 08:47 PM by support_s
07-13-2023 11:22 AM - last edited on 07-16-2023 08:47 PM by support_s
Powershell set-hpeilosnmpalertsetting not disabling
I upgraded a number of iLO5s to 2.91 and that introduced a separate setting for SNMP v1 Traps, which causes a Security Alert.
I am trying to run this command via powershell:
Set-HPEiLOSNMPAlertSetting -Connection $iloconn -SNMPv1Trap Disabled
But this does not disable the v1 Trap.
Any suggestions? Bug in the powershell module? This is on version 4,.10 which is the latest.
- Tags:
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 07:10 AM
07-14-2023 07:10 AM
Re: Powershell set-hpeilosnmpalertsetting not disabling
Hello,
I am getting the same result in my lab environment. I notice the raw PATCH option via redfish works fine, so that should be a workaround available.
I would recommend opening a formal case to get this looked into.
Regards
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:59 AM
11-28-2023 12:59 AM
Re: Powershell set-hpeilosnmpalertsetting not disabling
Hello
If we make iLO settings via PowerShell script, including disable SNMPv1 request & Trap in the alert settings, these are enabled again after the iLO reset.
Testet with single steps in ISE:
After running the command 'Set-HPEiLOSNMPAlertSetting -Connection $connect -SNMPv1Enabled Disabled -SNMPv1Trap Disabled', the settings are disabled. After the ilo reset, both settings are enabled again!
- iLO Version 2.91
- HPEiLOcmdlets 4.2.0.0
It works on hosts with a higher or lower iLO version.
Regards