From 1eb62d4dabb1a13c5863dbb648225b4346c41a1d Mon Sep 17 00:00:00 2001 From: cheese1 Date: Fri, 3 Apr 2026 12:15:28 +0200 Subject: [PATCH] Update configure_snmpv3_users_in_a_cluster.adoc read-only is written readonly inthe options of security login create --- networking/configure_snmpv3_users_in_a_cluster.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networking/configure_snmpv3_users_in_a_cluster.adoc b/networking/configure_snmpv3_users_in_a_cluster.adoc index 82b002605ef..743aff95642 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 ....