[EMAIL PROTECTED] wrote:
is it possible to change port for snmptrad to listen not on 162 by default

Sure.

# man snmptrapd
[...]
SYNOPSIS
       snmptrapd [OPTIONS] [LISTENING ADDRESSES]
[...]
LISTENING ADDRESSES
       By  default,  snmptrapd listens for incoming SNMP TRAP and
       INFORM packets on UDP port 162  on  all  IPv4  interfaces.
       However, it is possible to modify this behaviour by speci-­
       fying one or more  listening  addresses  as  arguments  to
       snmptrapd.  See the snmpd(8) manual page for more informa-­
       tion about the format of listening addresses.

For example, "snmptrapd udp:8162" will listen on port 8162/udp
on all interfaces. See the snmpd(8) manpage for details.


+Thomas

--
Thomas Anders (thomas.anders at blue-cable.de)


------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to