This is a discussion on agentadress token & trap bind address within the SNMP Users forums, part of the Networking and Network Related category; hi,=20 I use Net-SNMP 5.2.1 with FreeBSD 4.11.=20 I have a network interface with ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi,=20
I use Net-SNMP 5.2.1 with FreeBSD 4.11.=20 I have a network interface with 3 IP address (192.168.0.10 192.168.0.20 192.168.0.30). I want :=20 =09- snmpd listening on 192.168.0.30 =09- sending traps with ipsrc =3D 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 =3D 192.168.0.10. How to send traps with a specified ipsrc ? thanks for your help. -------------------------------- Here is my configuration file :=20 syslocation none syscontact who@where 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 !=3D 2 monitor -r 60 -e linkDownTrap "LinkDown" ifOperStatus =3D=3D 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/...net-snmp-users |