**AAA Authentication Troubleshooting:** ||show run %%|%% sec radius|| ||debug aaa authentication|| **AAA Authentication Base Configuration:** 1) To enable AAA: (config)# aaa new-model (to enable aaa) 2) To create a Server Object: (config)# radius server (to create radius server group) (config-radius-server)# address ipv4 auth-port 1812 (config-radius-server)# key (for pre-shared key) 3) To create a Server Group: (config)# aaa group server radius (config-sg-radius)# server name 4)To create a AAA Authentication Method: (config)# aaa authentication login group (config)# line vty 0 4 (config-line)# login authentication