this is the config related to SNMP in the switch and I am using SCAS to deploy the config/commands:
#snmp
clear snmp access public security-model v1
clear snmp access public security-model v2c
clear snmp access public security-model usm
set snmp access ro security-model v1 exact read All notify All nonvolatile
set snmp access ro security-model v2c exact read All notify All nonvolatile
set snmp access public security-model v1 exact read All notify All nonvolatile
set snmp access public security-model v2c exact read All notify All nonvolatile
set snmp access public security-model usm exact read All notify All nonvolatile
set snmp community :3fb03022e4966512343b511c263dcf1240739359ec6cad7d8c6277007e7e0657521e0641967b150156:
set snmp group ro user ro security-model v1
set snmp group public user public security-model v1
set snmp group ro user ro security-model v2c
set snmp group public user public security-model v2c
set snmp group public user public security-model usm
set snmp notify workstation tag snmptag
set snmp targetaddr Admin0 151.128.81.61 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetaddr Admin1 151.128.152.8 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetaddr primary 151.128.152.8 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetparams snmptarget user public security-model v1 message-processing v1 noauthentication
set snmp user public authentication sha :c29c1997f5bd6c84533019dc1d0fbefcce6b0cea: encryption aes privacy :c29c1997f5bd6c84533019dc1d0fbefc:
set snmp view viewname All subtree 1
What I need to change here.
Thansks.