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