SNMP agent
Martin Bjorklund
mbj@REDACTED
Wed Aug 18 11:27:35 CEST 1999
Chandrashekhar <eeicmui@REDACTED> wrote:
> Hi,
>
> Suppose two erlang nodes are active on the same machine and
> both have SNMP app active on them, and both these apps use
> the same SNMP configuration. If a request arrives, will both
> of these nodes act on it?? Assuming both have loaded the same
> MIB.bin files.
No; since a single UDP port cannot be shared between two
OS-processes, you can't start two agents on the same host,
using the same UDP port.
/martin
More information about the erlang-questions
mailing list