On 18 March 2011 14:22, cristian ratovicius <cratovic...@yahoo.com> wrote:
>  command is something like this
>      /usr/local/sbin/snmptrapd .... 162 &
>
> I want to do something like this
>     /usr/local/sbin/snmptrapd ....   [IPADDRESS]162 &

Well the syntax is actually

       /usr/local/sbin/snmptrapd    127.0.0.1:162  &

(i.e. with a colon between the IP address and the port number),
but yes - that should work.

Dave

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to