Current design for processing SNMPv2 queries:
When CPD daemon in Virtual System 0 (VSID0) gets an SNMPv2 request / AMON request (SmartView Monitor) for one of the VSX OIDs, it runs an AMON client ('stattest
') to obtain the value of the requested OID from the CPD daemon of the queried Virtual System.
When CPD daemon in Virtual System 0 needs to obtain OIDs of many Virtual Systems, it needs to start an AMON client ('stattest
') for each Virtual System, which takes a lot of time.
Meanwhile, the 'snmpwalk
' command times out.