Dear team,
I got the solution from here. I actually not applied AAA configuration but what i execute the commands directing to AAA.
aaa authorization config-commands
aaa authorization exec default local
I have started to remove commands one by one from top for AAA and till it is slow in executing the commands. when i removed aaa authorization exec default local, i got the response immediately.
So the root cause is if we do not apply AAA and just configure like above, the execution commands would take over AAA.
I have removed AAA configuration and now its working fine.