05-31-2017 03:19 AM - edited 03-01-2019 03:51 AM
Given 16 routers, 8 that have large configurations.
First sync-from to a new CDB - went fine - no failures.
After that a 'request devices sync-from' failed consistently with 'time-outs'.
Running each device individually seemed to fix this issue.
Is there a 'time-out' setting somewhere in the Yang to fix this issue?
KenMc
Solved! Go to Solution.
05-31-2017 06:10 PM
Time-out settings can be changed at a per-device level or at the global level for all devices.
At the global level:
admin@ncs(config)# devices global-settings read-timeout <T>
admin@ncs(config)# devices global-settings write-timeout <T>
At the device level:
admin@ncs(config)# devices device <xr0> read-timeout <T>
admin@ncs(config)# devices device <xr0> write-timeout <T>
Before setting a big timeout, it might be worthwhile to take a closer look to see if it is a particular device that times out and any clues as to why it is taking so long. Sometimes a timeout increase (default 20s) may be required because of large configs on a CLI device or slow device in general.
05-31-2017 06:10 PM
Time-out settings can be changed at a per-device level or at the global level for all devices.
At the global level:
admin@ncs(config)# devices global-settings read-timeout <T>
admin@ncs(config)# devices global-settings write-timeout <T>
At the device level:
admin@ncs(config)# devices device <xr0> read-timeout <T>
admin@ncs(config)# devices device <xr0> write-timeout <T>
Before setting a big timeout, it might be worthwhile to take a closer look to see if it is a particular device that times out and any clues as to why it is taking so long. Sometimes a timeout increase (default 20s) may be required because of large configs on a CLI device or slow device in general.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide