Hi all
I am having a heck of a time dealing with snmpv1/v2 communities on VOSS/VSP platform VSP-7254XSQ (7.1.1.0).
All I want to do is disable any default "public/private" snmp1/2 community strings and replace them with "more-secure" custom strings.
What am I doing wrong?
Please help!!!

I've been trying to go off of this:
h tee tee pee :// networkautobahn.com/2015/04/21/how-to-configure-snmpv3-for-avaya-vsp-and-ers-switches/
prat-c20a-vsp1:1(config)#snmp-server community public group readgrp index second secname readview
Error: The community entry already exists.
prat-c20a-vsp1:1(config)#no snmp-server community public
Error: Community entry does not exist.
prat-c20a-vsp1:1(config)#snmp-server community MyROCommunity group readgrp index second secname readview
Error: The community entry already exists.
prat-c20a-vsp1:1(config)#no snmp-server community MyROCommunity
Error: Community entry does not exist.
prat-c20a-vsp1:1(config)#snmp-server community private group v1v2grp index ?
WORD<1-32> Community index
prat-c20a-vsp1:1(config)#snmp-server community private group v1v2grp index second ?
secname Security name
prat-c20a-vsp1:1(config)#snmp-server community private group v1v2grp index second secname ?
WORD<1-32> Security name
prat-c20a-vsp1:1(config)#snmp-server community private group v1v2grp index second secname initialview
Error: The community entry already exists.
prat-c20a-vsp1:1(config)#no snmp-server community private
Error: Community entry does not exist.
prat-c20a-vsp1:1(config)#$snmp-server community MyRWCommunity group v1v2grp index second secname initialview
Error: The community entry already exists.