From cfc3a24fe6a97fd7d22ef10d513e264fc02edca6 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 8 Jul 2026 15:04:02 +0200 Subject: [PATCH] sonic: Use auth-priv for group access We create user accounts with auth-priv, make sure the group policy matches. Signed-off-by: Dr. Jens Harbott --- files/sonic/config_db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/sonic/config_db.json b/files/sonic/config_db.json index bd93fe6ad..1474af699 100644 --- a/files/sonic/config_db.json +++ b/files/sonic/config_db.json @@ -420,7 +420,7 @@ "monitoring": {} }, "SNMP_SERVER_GROUP_ACCESS": { - "monitoring|Default|usm|auth-no-priv": { + "monitoring|Default|usm|auth-priv": { "contextMatch": "exact", "notifyView": "None", "readView": "rview",