pysnmp
pysnmp copied to clipboard
Query about addV1System
we use config.addV1System() to configure community string to engine like config.addV1System(snmpEngine, COMMUNITYSTRING, COMMUNITYSTRING)
My query is whether it possible to specify ip address of the device for which I am adding this community Here is the example configure "community1" for the trap source 1.1.1.1 and "community2" for the trap source 2.2.2.2 so that traps will be processed/dropped accordingly based on trap source
for V3, we have remote engineid which can help to solve this source identification part
Has anyone come across this scenario, at engine(receiver) side, how can we manage 2 different trap sources using 2 different community string, any suggestions?, thanks
@etingof , Would you be able to help, thanks a lot