
UNSOLVED
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
Responses (4)
Solutions (0)
nadogmoney
2 Intern
•
185 Posts
•
2 Points
5930
0
Posted May 16th, 2016 08:00

nadogmoney
2 Intern
•
185 Posts
•
2 Points
5930
1
Posted 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