- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- Ignoring OR Disabling SNMPv1 via Script/Command
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
10-07-2021 11:09 AM - last edited on 10-11-2021 09:46 PM by support_s
10-07-2021 11:09 AM - last edited on 10-11-2021 09:46 PM by support_s
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2021 03:47 AM
10-08-2021 03:47 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2021 04:27 AM - edited 10-11-2021 07:53 AM
10-08-2021 04:27 AM - edited 10-11-2021 07:53 AM
Re: Ignoring OR Disabling SNMPv1 via Script/Command
Thanks for that info! Just wanted to make sure I wasn’t missing anything
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 06:30 AM
01-10-2022 06:30 AM
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