Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions networking/configure_snmpv3_users_in_a_cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Enterprises.789.1.5.8.1.2.1064 = "vol1"
The following output shows the creation of an SNMPv3 user with the authNoPriv security level.

....
security login create -user-or-group-name snmpv3user -application snmp -authmethod usm -role read-only
security login create -user-or-group-name snmpv3user -application snmp -authmethod usm -role readonly
Enter the authoritative entity's EngineID [local EngineID]:
Which authentication protocol do you want to choose (none, md5, sha) [none]: md5
....
Expand Down Expand Up @@ -154,7 +154,7 @@ Enterprises.789.1.5.8.1.2.1064 = "vol1"
The following output shows the creation of an SNMPv3 user with the noAuthNoPriv security level.

....
security login create -user-or-group-name snmpv3user -application snmp -authmethod usm -role read-only
security login create -user-or-group-name snmpv3user -application snmp -authmethod usm -role readonly
Enter the authoritative entity's EngineID [local EngineID]:
Which authentication protocol do you want to choose (none, md5, sha) [none]: none
....
Expand Down