pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

Query about addV1System

Open sushanthakumar opened this issue 5 years ago • 2 comments

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

sushanthakumar avatar Apr 29 '20 10:04 sushanthakumar

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

sushanthakumar avatar May 05 '20 14:05 sushanthakumar

@etingof , Would you be able to help, thanks a lot

sushanthakumar avatar May 10 '20 17:05 sushanthakumar