hi, 

I use Net-SNMP 5.2.1 with FreeBSD 4.11. 
I have a network interface with 3 IP address (192.168.0.10
192.168.0.20 192.168.0.30).
I want : 
        - snmpd listening on 192.168.0.30
        - sending traps with ipsrc = 192.168.0.30

So I use the agentaddress token. Snmpd listens correctly on
192.168.0.30 but traps are already sent with ipsrc = 192.168.0.10.

How to send traps with a specified ipsrc ?

thanks for your help.

--------------------------------
Here is my configuration file : 
syslocation none
syscontact [EMAIL PROTECTED]
sysservices 72
agentaddress 192.168.0.30

rocommunity public
rouser user

authtrapenable 1
trapsess -a SHA -A snmpauth -v 3 -u test -e 1234 -l authPriv -x DES -X
snmpcrypt 10.2.16.1:162
agentSecName internal
rouser internal
monitor  -r 60 -e linkUpTrap   "LinkUp" ifOperStatus != 2
monitor  -r 60 -e linkDownTrap "LinkDown" ifOperStatus == 2


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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