Network Management
NCM does not save results of the script
The output of the command script is empty
First published date
Last published date
Overview
Product section
Cause
TimerTick: blankline - waited more than half response timeout - Sending Next Command
Resolution
[... 14:17:46.582] <-- show interface counters errors [..] [... 14:18:18.613] TimerTick: blankline - waited more than half response timeout - Sending Next Command [... 14:18:18.613] SendNextCommand Done: disconnecting
In the above, the time between these commands is roughly 30 seconds. If you have set the timeout to 60 seconds the special blank line logic would reduce it to 30 seconds, chance the behaviour we are observing.
To make sure NCM will save the output of such script you will need to set larger timeout values, for example:
- increase the prompt timeout to 120 seconds
- increase the connection timeout to 150 seconds
and check if NCM will gather the output from the device. Then you can experiment in setting smaller timeouts to optimize these values.