是否可以使用 ONTAP 9 命令行界面以非交互方式创建 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]已创建增强请求( RFE ) 1329258 ,请求在 ONTAP 9 中以非交互方式创建 SNMPv3 用户。 请与您的客户团队合作,对改进请求进行监控,以供将来更新。
有关上述交互式安全参数的详细信息,请参见 ONTAP 9 文档中心:SNMPv3 安全参数