Hello All,
I am running into trouble when i try following configuration on Cisco 1800 router with 12.4(6) T IOS.
Requirement: - Disable basic commands like disable, enable, exit, help and logout when i push ? from > prompt.
Steps performed:-
aaa new-model
aaa authentication login default local
aaa authorization exec default local
username user privilege 0 password 7 xyz
no privilege exec level 0 enable
I tried privilege exec level 0 show, with this command i was able to get show access at > prompt, when i tried no privilege exec level 0 show, show command got disabled from > prompt.
I am curious to know if we can disable enable command from > prompt. Any input will be of great help.