cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
501
Views
0
Helpful
2
Replies

How to force a config rebase operation in XR?

psaganesh
Level 1
Level 1

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? 

2 Replies 2

tkarnani
Cisco Employee
Cisco Employee

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 

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?