09-26-2023 01:58 AM
In IOS XR, every 20th commit XER is doing config rebase operation and it delays the commit. And if we terminate the ssh session while rebase operation is on-going, then the config which we commit will rollback.
Is there a command (exec or bash) to force config rebase operation?
09-26-2023 05:38 PM
Hi,
there is no command to force this, however we can check for output of ‘show cfgmgr commitdb’ and check for the value of ‘commits/pacount’ in the output. If it is 20 (or above) then CfgMgr will definitely go for a rebase within few secs
09-26-2023 11:29 PM
Thanks for the response. And this rebase happens only when we commit (20th) and it delays the commit operation as well. why can't cisco do this in between when no commit operation is going on?
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