ONTAP 9 CLI を使用して SNMPv3 ユーザを非対話型モードで作成できますか。
環境
- ONTAP 9
回答
いいえ。 ONTAP 9 のコマンドラインインターフェイスを使用して、 SNMPv3 ユーザを非対話型で作成することはできません。
ONTAP 9 で SNMPv3 ユーザを作成するには、クレデンシャルと引数を対話的に指定する必要があります。
Cluster::> security login create -user-or-group-name ExampleName -role role -application snmp -authentication-method usm
Enter the authoritative entity's EngineID [local EngineID]: <Input Required>
Which authentication protocol do you want to choose (none, md5, sha, sha2-256) [none]: <Input Required>
Enter the authentication protocol password (minimum 8 characters long): <Input Required>
Enter the authentication protocol password again: <Input Required>
Which privacy protocol do you want to choose (none, des, aes128) [none]: <Input Required>
Enter privacy protocol password (minimum 8 characters long): <Input Required>
Enter privacy protocol password again:
<Input Required>
追加情報
[1]ONTAP 9 の非対話型モードで SNMPv3 ユーザを作成する機能を要求するために、機能拡張要求 (RFE) 1329258 が作成されました。 今後の更新のための機能強化のリクエストは、アカウントチームにご相談ください。
上記の対話型セキュリティパラメータに関連する詳細は 、 ONTAP 9 ドキュメントセンターの SNMPv3 セキュリティパラメータに記載されています