Hello, i have a procure switch 2650, i want to delete snmpv3 community .
ProCurve Switch 2650(config)# show snmpv3 community
COMMUNITY-NAME-STR Show a specific community entry.
<CR>
snmpCommunityTable [rfc2576]
Index Name Community Name Security Name
------------------------- ------------------------- -------------------------
1 public CommunityManagerReadWrite
2 XXX-X-XX CommunityOperatorReadOnly
3 B CommunityOperatorReadOnly
So when i do :
ProCurve Switch 2650(config)# no snmpv3 community index 3
i get:
Community index '3' is invalid.
how to delete community with index 2 and 3 ??</CR>