Hi,
I plan to take the CCNA Security exam, i have a home lab. and quite confuse with aaa new-model commands. Here's the commands that i issue on the router:
# aaa new-model
# radius-server host 192.168.1.3 key @testkey
# ip radius-source interface fa0/1
# aaa authentication login default group radius
# aaa authorization exec default group radius
# line vty 0 4
# login authentication default
# no aaa authorization config-commands
# no aaa authorization commands 15 defualt
ON MY ACS server
i have user named user01 / (Cisco IOS/PIX 6.x RADIUS Attributes: on "[009\001] cisco-av-pair") i declare "shell:priv-lvl=15"
Above are my configurations, why is it that even though i disabled "config-commands" and "commands 15" by negating, i still can access Global Config-Mode (config T / config# ) and able to issue commands there? Can you explain to me in detail the last two commands? How it's being use?
Tnx in advance...
Note: The reason why I used radius this for training purpose and I need to know the basic...