- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- ilo5 snmp v3 query
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
04-02-2019 05:18 AM
04-02-2019 05:18 AM
I need to set up snmp v3 users on a large number of servers in iLO. So, I want to do it using hponcfg (can send to a large chunk of servers at once through salt). I did this on one server as a test. The user was added. However, when I attempt to send a query, I just get a timeout. I set with:
USER=username AUTHPASS='authpass' PRIVPASS='privpass' PASSWORD='ilopass' INDEX=1 cat > ilo_snmp.xml << EOF <RIBCL VERSION="2.0"> <LOGIN USER_LOGIN="administrator" PASSWORD="${PASSWORD}"> <RIB_INFO mode="write"> <MOD_SNMP_IM_SETTINGS> <SNMP_USER_PROFILE INDEX="${INDEX}"> <SECURITY_NAME VALUE="${USER}" /> <AUTHN_PROTOCOL VALUE="1"/> <AUTHN_PASSPHRASE VALUE="${AUTHPASS}"/> <PRIVACY_PROTOCOL VALUE="1"/> <PRIVACY_PASSWORD VALUE="${PRIVPASS}"/> </SNMP_USER_PROFILE> </MOD_SNMP_IM_SETTINGS> </RIB_INFO> </LOGIN> </RIBCL> EOF hponcfg -f ilo_snmp.xml
Is there another setting I need to change? I've been reading the iLO5 user guide, but have not found the answer yet. Currently running iLO vs 1.37 and using hponcfg vs 5.4.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-02-2019 07:24 AM
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP