> {quote:title=Remy Lebeau (TeamB) wrote:}{quote}
> TIdSNMP has been fixed to use both ports now
> (TIdSNMP has a separate TrapPort property, afterall - it just was not
> previoiusly using it for anything). As such, you need to update your code
> accordingly:
>
> {code:delphi}
> procedure TfrmMain.bbtStartClick(Sender: TObject);
> begin
> snmp.TrapPort := 162; // <-- do not use BoundPort for traps!
> ...
> end;
> {code}
> --
> Remy Lebeau (TeamB)
To Pierre Dupr__s: of course you do not need to use BoundPort any more