diff --git a/networking/configure_snmpv3_users_in_a_cluster.adoc b/networking/configure_snmpv3_users_in_a_cluster.adoc index 82b002605e..743aff9564 100644 --- a/networking/configure_snmpv3_users_in_a_cluster.adoc +++ b/networking/configure_snmpv3_users_in_a_cluster.adoc @@ -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 .... @@ -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 ....