hi,
i got SNMPv3 configured and would like to remove SNMPv2 community string/config on a 3850.
when issuing show snmp community, i see output:
C3850#sh snmp community
Community name: MySNMP
Community Index: MySNMP
Community SecurityName: MySNMP
storage-type: nonvolatile active access-list: SNMP_READ
Community name: MySNMP@1
Community Index: MySNMP@1
Community SecurityName: MySNMP
storage-type: read-only active access-list: SNMP_READ
Community name: MySNMP@100
Community Index: MySNMP@100
Community SecurityName: MySNMP
storage-type: read-only active access-list: SNMP_READ
<SNIP>
my question, what does the above mean? is it for context, VLANs or MIB on a switch?
my google only showed me this link and doesn't tell much on how to interpret the output:
https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/n5k/commands/show-snmp-community.html
do i just do a 'no' on the SNMPv2 command line?
no snmp-server community MySNMP RO SNMP_READ
C3850#sh run | i snmp
<SNMPv3 REMOVED>
snmp-server community MySNMP RO SNMP_READ