Re: snmptrapd queue+retry

2021-05-06 Thread Wes Hardaker via Net-snmp-users
Feroz writes: > I tried as follows,  serverRecvBuf and  serverSendBuf worked, but > timeout/retries didn't work. > > [snmp] timeout 10 > [snmp] retries 60 So if you're forwarding via traps, timeouts and retries make no sense since they're not acknowledged by the remote server. There is no

Re: snmptrapd queue+retry

2021-05-05 Thread Feroz
I tried as follows, serverRecvBuf and serverSendBuf worked, but timeout/retries didn't work. [snmp] timeout 10 [snmp] retries 60 [snmp] serverRecvBuf 425984 [snmp] serverSendBuf 425984 Moreover, I see the value of Recv/Send Buf is getting doubled in "ss -lumpna" output. -Feroz On Fri, Apr

Re: snmptrapd queue+retry

2021-04-29 Thread Wes Hardaker via Net-snmp-users
Feroz writes: > I see "serverRecvBuf", "serverSendBuf","retries"  but they don't seem > to work, when used in snmptrapd.conf file.   -- Regards, Feroz Ahmed If those are what you need, put them inside the snmptrapd.conf file with a [snmp] tag before them: [snmp] serverRecvBuf ...

snmptrapd queue+retry

2021-04-28 Thread Feroz
hi, Is it possible for snmptrapd to buffer/queue the TRAP's and INFORM's and perform retry in case of failure to forward them to the destination? I see "serverRecvBuf", "serverSendBuf","retries" but they don't seem to work, when used in snmptrapd.conf file. -- Regards, Feroz Ahmed