

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive set of questions and answers related to chapter 10 of the aaa (authentication, authorization, and accounting) protocol. It covers key concepts such as tcp/udp ports used for tacacs+ and radius, global commands for enabling aaa, and configuration examples for setting up tacacs+ and radius servers. The document also includes explanations of different accounting methods and their applications in network security.
Typology: Exams
1 / 2
This page cannot be seen from the preview
Don't miss anything!
TCP 49 ✔✔TACACS+ port UDP 1812 & 1813 ✔✔RADIUS port(s) #aaa new-model ✔✔Global command to enable aaa #tacacs-server host x.x.x.x key "CCNP" ✔✔Command to set tacacs+ server info #radius-server host x.x.x.x key "CCNP" ✔✔Command to set a radius server info #aaa authentication login default group tacacs+ local none ✔✔Example command to set "default" login method for authentication to tacacs, then local and then none #login authentication default ✔✔Command to set login authentication to use the "default" method #aaa authorization exec default group tacacs+ local ✔✔Example command to set exec authorization default method to use tacacs+ and then local
#authorization exec default ✔✔Sub line command to enable authorization for exec using the default method #aaa accounting commands 1 default start-stop group tacacs+ ✔✔Example command to enable accounting for commands at privileged level 1 start and stop time commands ✔✔Accounting - info regarding exec mode commands issued by a user connection ✔✔Accounting - information regarding all outbound connections made from a network access server exec ✔✔Accounting - info about user exec terminal sessions network ✔✔Accounting - info on all PPP, ARAP, and SLIP sessions Resource ✔✔Accounting - info regarding start and stop records for calls passing authentication, and stop records for calls that fail authentication System ✔✔Accounting - non-user-related system-level events