There is one simulator available using pySNMP called SNMP simulator.
It sets a default context name value. Is there anyway to set custom context name value for snmpv3 ?
Here is an extract from snmpsimd.py where i tried to give context name value.
config.addContext(snmpEngine, '')
Giving value as custom parameter is not setting value there.