ProLiant Servers (ML,DL,SL)
1752801 Members
5740 Online
108789 Solutions
New Discussion

What is a way of adding SNMP user via script? SMASH CLP SNMPv3

 
lukaszszadowski
Frequent Visitor

What is a way of adding SNMP user via script? SMASH CLP SNMPv3

Hi, I have to add SNMP user and it's passphrases to ILO of thousands of computes.
Is it a way to add an SNMP user via Linux script or maybe another way?

Currently, I am enabling SNMP that way: 

sshpass -p <password> ssh <ilouser>@<ilo_ip_address> "set /map1/config1 oemhp_snmp_access=yes"

Can I add/modify an SNMP user that way? I
s it a better way of doing that?

Manually clicking that in ILO for some thousands of servers would be painful.
 
Thanks in advance for the help I'm only a student.
1 REPLY 1
NareshISS
HPE Pro

Re: What is a way of adding SNMP user via script? SMASH CLP SNMPv3