The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Automate snmp user creation

Martingo
2,176 Views

Hi

we are automating our ontap installations using ansible and ssh, but we can't create the snmp user in a oneliner because the system ask additional questions:

cluster1::> security login create -user-or-group-name snmpuser123 -application snmp -authentication-method usm -role readonly

 

Enter the authoritative entity's EngineID [local EngineID]:

 

Which authentication protocol do you want to choose (none, md5, sha, sha2-256) [none]:

 

is there an easy way to automate this

 

Regards Martin

 

1 ACCEPTED SOLUTION
1 REPLY 1

Martingo
2,156 Views
Public