Unsolved
This post is more than 5 years old
2 Intern
•
743 Posts
0
7373
May 10th, 2016 19:00
Change SNMP Community String
Hi,
I am confused and need some help to change the SNMP Community Name under SNMP Agent or SNMP Configuration.
We have M710HD's m620's m610's m1000e chassis, R820's R730's and a few other models.
I set up a Generic Command to run a Batch file using the arguments
$rac_ip $username $password x.x.x.x
The batch file is
racadm -r %1 -u %2 -p %3 set iDRAC.SNMP.AgentCommunity Password
This works fine on R820's.
But what command do I use for the other hardware??
Thx,
John Bradshaw
No Events found!
nadogmoney
2 Intern
•
184 Posts
1
May 11th, 2016 11:00
That command will work on 12+ Gen servers. For 11 Gen servers, try this:
racadm -r %1 -u %2 -p %3 config -g cfgOobSmp -o cfgOobSnmpAgentCommunity Password
bradje1
2 Intern
•
743 Posts
0
May 11th, 2016 14:00
Champion!! Did the trick!
Thx very much.
May I ask what reference document this command was found in?
Thx,
John Bradshaw
racadm -r %1 -u %2 -p %3 config -g cfgOobSnmp -o cfgOobSnmpAgentCommunity Password
nadogmoney
2 Intern
•
184 Posts
0
May 16th, 2016 08:00
ftp.dell.com/.../integrated-dell-remote-access-cntrllr-7-v1.50.50_Reference%20Guide4_en-us.pdf
en.community.dell.com/.../4357.idrac6-home
bradje1
2 Intern
•
743 Posts
0
March 27th, 2017 15:00
Thx again!