Symptom
after issuing 'no system mode maintenance' ospf entry is not in the list.
agg1(config)# no system mode maintenance
2015 May 22 15:05:28 agg1 %$ VDC-1 %$ vsh[18449]: CLI-3-DATAXCHG: Error receiving message: General Error
Interfaces will be brought up
vPC is down..... will be brought-up
vPC Domain id = 99
config terminal
vpc domain 99
no shutdown
end
EIGRP is not enabled, nothing to be done
>>>>>>>>>
ISIS is not enabled, nothing to be done
Do you want to continue (y/n)? [n] y
2015 May 22 15:06:07 agg1 %$ VDC-1 %$ vsh[18851]: CLI-3-DATAXCHG: Error receiving message: General Error
Generating normal-mode profile
Progressing...................Done.
agg1(config)# sh ip ospf neighbors
agg1(config)#
Conditions
Under heavy traffic
Step 1 :
system mode maintenance was issued,
Step 2:
with little time gap -> no system mode maintenance was issued (this internally called "show ip ospf vrf all which timeout and ospf details were not included in the profile
}
Workaround
added a new cli : sleep in the config mode (DDTS CSCuu49473).
agg1(config-profile)# sleep instance 1 300
agg1(config-profile)#
This delay will mask the problem
Further Problem Description
we have added a delay command in the config profile, in custom profile users can specify a delay after the command so that we give enough time for the previous operation before we execute the next CLI.
This is to take care of apps returning to CLI and working in the back-ground.
This issue should be there with all L3 protocols and delay is just a way to avoid this issue