RE: agent[x]PingInterval
"Pamidipati Suresh-G20238" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, agentxPingInterval should be specified in subagent's configuration file, not in snmpd.conf. Regards, Suresh. -----Original Message----- 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.