Start a Conversation

Unsolved

This post is more than 5 years old

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

2 Intern

 • 

184 Posts

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

2 Intern

 • 

743 Posts

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

2 Intern

 • 

743 Posts

March 27th, 2017 15:00

Thx again!

No Events found!

Top