Read the definitions of throttles and ignored.
I can't recall right now.
There at least three different ways that input packets can be lost
Throttles (Interrupt throttles) [I guess a CPU limitation]
Ignores ???
Input Drops ???
Throttles may not always be listed in the sh int. Have a
look at sh controllers if it's not.
If this is a real user affecting issue you may need
to get your wallet out and get a beefier router.
Get your suplier to supply against your requirement so that
they have to fix it if it doesn't work.
Consider looking at scheduller allocate command.
Also "sheduler interval" ?
The CPU may be too busy with something to deal with the packets.
Aim to free up the router to do a variety of tasks
as opposed to keeping it's head down finishing one this
before going on to another.
Think of Windows 'Server mode' vs 'workstation mode'
optimisations.
MyComputer/Properties/Advanced/PerformanceSettings/
Advanced/ProcessorScheduling/
programs vs Background services.
Go for programs.
Reducing for example the min timeslice that non interrupt tasks
get may free time for packet processing. You may of course
stop the router from working at all
sh proc cpu
CPU utilization for five seconds: 12%/6%; one minute: 11%; five
minutes: 9%
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
130 16719024 80474 207762 0.00% 0.17% 0.19% 0 crypto
sw pk pro
The "207762" above is the average time in microseconds
that this process runs for on each
invocation. I suspect that this is the root cause of my
packet loss on this router since I suspect that it will
not be able to do anything else during this period.
It is however not affecting the users significantly so
we are living with it. (bit of web browsing).
TCP retransmissions are wonderful<g>.