You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: