Welcome to PerlMonks!
My first thought on this is - are you re-inventing wheels ?
Please check out the free Cacti which collects, displays, slices and dices.
The next issue is with how you obtain SNMP data from the devices. Presumably, you use Net::SNMP, and the methods get-request() get-next-request or get-bulk-request, in either blocking, or non-blocking mode.
There is a possibility that the returned SMTP info exceeds maxMsgSize , so you see only the first n ports. Net::SNMP has mechanics like -startindex, that lets you retrieve info incrementally.
Show us some code so we can see yout your issue may be. To post code here, simply use the textbox, and enclose the code in <code> your code </code> tags.
"I can cast out either one of your demons, but not both of them." -- the XORcist
|