I am using this snmpwalk command to query : snmpwalk -c public -v 2c 10.10.68.70:18089 1.3.6.1.4.1.11080.300 -t 4
port : 18089 -> where SNMP Manager is running timeout - 4 sec
In locally , I can see the response came instantly with out any delay. 03.08.2021 18.29.57:084 230745 DEBUG {Thread-80}SNMP run: [Thread[Thread-80,6,main]]:getNext operation on FHMR_MIB 03.08.2021 18.29.57:088 230754 DEBUG {Thread-81}SNMP run: [Thread[Thread-81,6,main]]:getNext operation on FHMR_MIB
But in production : response is coming in 5 sec. I checked the ping status : ping "ip" -t --> response is coming in milisec itself .
Any parameters we can optimise so that response will be faster ?
Thanks in advance