I would like to run multiple net-snmp agents on different ports in the same PC.
The command I gave was,
snmpd -f -Le -d 192.168.9.1:1719 and snmpd -f -Le -d 192.168.9.1:1759
So as of now I'm having 3 agents running on different ports, one is default 161 and others are 1719 and 1759.
Since this setup retrieves same data but through different ports, will there be any conflicts while accessing the data? Should I make any other changes or should I maintain any seperate files?
Thanks.