RE: agent[x]PingInterval
"Sauterel Fabrice" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Oh yes, you are right... I should place this in my subagent config file. Thanks for the answer! ________________________________ From: Kurapati M-G19456 [mailto:[email protected]] Sent: mercredi, 31. mai 2006 09:52 To: Sauterel Fabrice; [email protected] Subject: RE: agent[x]PingInterval This tag is meant for SubAgent. It should not be placed in snmpd.conf, if I am right. Regards Mahesh ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Sauterel Fabrice Sent: Wednesday, May 31, 2006 1:20 PM To: [email protected] Subject: agent[x]PingInterval I am using net-snmp-5.2.2 My snmpd.conf looks like: rocommunity public master agentx agentxPingInterval 10 smuxpeer 1.3.6.1.4.1.2.3.1.2.1.2. gated_password smuxpeer 1.3.6.1.4.1.2.3.1.2.2.1.1.2. dpid_password smuxpeer 1.3.6.1.4.1.2.3.1.2.3.1.1. muxatmd_password smuxpeer 1.3.6.1.4.1.2.3.1.2.1.5. clsmuxpd_password When I look in my snmpd.log, I found this: NET-SNMP version 5.2.2 restarted Turning on AgentX master support. .../share/snmp/snmpd.conf: line 21: Warning: Unknown token: agentxPingInterval. I try to put agentPingInterval instead in my snmpd.conf but got the same warning (but with Unknown token: agentPingInterval this time). Is this directive supported with net-snmp-5.2.2 ?? Where is my mistake?? Thanks in advance.