01-15-2021 01:53 PM
Hi,
I’ve cleared snmp community public and private on VOSS switches = best practise
Now, the customer will have back this community (please don’t ask why).
following commands are accepted by the switch (no error output), but communitys were not created.
snmp-server community public group readgrp
snmp-server community private group v1v2grp
When I append secname I got a error:
snmp-server community "public" group "v1v2grp" secname "initialview"
Error: The parameters required for creation of community table entry are insufficient
Can someone help me?
Solved! Go to Solution.
01-15-2021 03:00 PM
PeterK,
I use this for such purpose:
snmp-server community public group readgrp index first secnam readview
Mig
01-15-2021 05:05 PM
Thanks Mig,
meanwhile I used the edm.
Can’t understand why “index” param isn’t required at this command.
I will try this on monday.
01-15-2021 03:00 PM
PeterK,
I use this for such purpose:
snmp-server community public group readgrp index first secnam readview
Mig