Hi,
My snmpCommunity table looks like this:
SNMP-COMMUNITY-MIB::snmpCommunityTable
index Name SecurityName ContextEngineID ContextName TransportTag StorageType Status
comr public comRead <local_eid> "" "" nonVolatile active
comw private comWrite <local_eid> "" "" nonVolatile active
If I query the agent with community name public, the response will have a community name of “comRead” instead of public. For community private the response will have a community of “comWrite”.
This is with SNMP++ v3.5.2 and Agent++ v4.6.1.
Thanks in advance
Holger