This is a discussion on Re: Trap source IP within the SNMP Users forums, part of the Networking and Network Related category; niknav@comcast.net wrote: > Looks like the directive clientaddr is not working to set the trap > source IP ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
niknav@comcast.net wrote:
> Looks like the directive clientaddr is not working to set the trap > source IP in 5.3 netsnmp release. Can somebody tell me if they have this > working at all? It's supposed to be working. Are you aware that this is a snmp.conf (not snmpd.conf) directive? If you put it into snmpd.conf, you need to prefix it with [snmp] like this: [snmp] clientAddr 10.11.12.13 If you still have problems, run the agent with "-Dread_config" to verify that your config gets applied. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ 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 |