Lecture CCNA Security - Chapter 3: Authentication, Authorization, and Accounting
Số trang: 78
Loại file: pdf
Dung lượng: 2.55 MB
Lượt xem: 13
Lượt tải: 0
Xem trước 8 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
In this chapter, you learned to: Explain the funtion and operation of the authentication, authorization, and accounting (AAA) protocol; configure a Cisco router to perform AAA authentication with a local database; describe how to configure Cisco ACS to support AAA for Cisco IOS routers; configure server-base AAA.
Nội dung trích xuất từ tài liệu:
Lecture CCNA Security - Chapter 3: Authentication, Authorization, and AccountingChapter 3- Authentication, Authorization, and Accounting CCNA SecurityObjectives• Explain the funtion and operation of the authentication, authorization, and accounting (AAA) protocol.• Configure a Cisco router to perform AAA authentication with a local database.• Describe how to configure Cisco ACS to support AAA for Cisco IOS routers.• Configure server-base AAA Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Overview Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Overview• The local database method has some limitations. – The user accounts must be configured locally on each device. – The local database configuration provides no fallback authentication method.Password recovery becomes the only option.AAA OverviewAAA = Authentication + Authorization + AccountingRefer to 3.1.1.2 AAA provides a higher degree of scalability than the con, aux, vty and privileged EXEC authentication commands alone. Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAuthentication – Password-Only• Uses a login and password combination on access lines• Easiest to implement, but most unsecure method• Vulnerable to brute-force attacks• Provides no accountability Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAuthentication – Local Database• Creates individual user account/password on each device• Provides accountability• User accounts must be configured locally on each device• Provides no fallback authentication method Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.com Local Versus Remote Access Local Access Remote Access LAN 2 R1 R1 Firewall R2 LAN 1 Internet Internet LAN 3 Console Port Administrator ManagementRequires a direct connection to a console LANport using a computer running terminalemulation software Administration Logging Host Host Uses Telnet, SSH HTTP or SNMP connections to the router from a computer Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Authentication• Character mode - A user sends a request to establish an EXEC mode process with the router for administrative purposes.• Packet mode - A user sends a request to establish a connection through the router with a device on the network. Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comLocal AAA Authentication• Used for small networks• Stores usernames and passwords locally in the Cisco router Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comServer – Based AAA Authentication• Server-based method uses an external database server resource that leverages RADIUS or TACACS+ protocols. – Cisco Secure Access Control Server (ACS) for Windows Server – Cisco Secure ACS Solution Engine or Cisco Secure ACS Express• More appropriate if there are multiple routers Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Authorization• Typically implemented using an AAA server-based solution• Uses a set of attributes that describes user access to the network Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Accounting• Implemented using an AAA server-based solution• Keeps a detailed log of what an authenticated user does on a device Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Accounting Functions Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comConfiguring Local AAA Authentication with CLI • R1# conf t • R1(config)# username JR-ADMIN secret Str0ngPa55w0rd • R1(config)# username ADMIN secret Str0ng5rPa55w0rd • R1(config)# aaa new-model • R1(config)# aaa authentication login default local-case • R1(config)# aaa local authentication attempts max-fail 10 ...
Nội dung trích xuất từ tài liệu:
Lecture CCNA Security - Chapter 3: Authentication, Authorization, and AccountingChapter 3- Authentication, Authorization, and Accounting CCNA SecurityObjectives• Explain the funtion and operation of the authentication, authorization, and accounting (AAA) protocol.• Configure a Cisco router to perform AAA authentication with a local database.• Describe how to configure Cisco ACS to support AAA for Cisco IOS routers.• Configure server-base AAA Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Overview Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Overview• The local database method has some limitations. – The user accounts must be configured locally on each device. – The local database configuration provides no fallback authentication method.Password recovery becomes the only option.AAA OverviewAAA = Authentication + Authorization + AccountingRefer to 3.1.1.2 AAA provides a higher degree of scalability than the con, aux, vty and privileged EXEC authentication commands alone. Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAuthentication – Password-Only• Uses a login and password combination on access lines• Easiest to implement, but most unsecure method• Vulnerable to brute-force attacks• Provides no accountability Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAuthentication – Local Database• Creates individual user account/password on each device• Provides accountability• User accounts must be configured locally on each device• Provides no fallback authentication method Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.com Local Versus Remote Access Local Access Remote Access LAN 2 R1 R1 Firewall R2 LAN 1 Internet Internet LAN 3 Console Port Administrator ManagementRequires a direct connection to a console LANport using a computer running terminalemulation software Administration Logging Host Host Uses Telnet, SSH HTTP or SNMP connections to the router from a computer Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Authentication• Character mode - A user sends a request to establish an EXEC mode process with the router for administrative purposes.• Packet mode - A user sends a request to establish a connection through the router with a device on the network. Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comLocal AAA Authentication• Used for small networks• Stores usernames and passwords locally in the Cisco router Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comServer – Based AAA Authentication• Server-based method uses an external database server resource that leverages RADIUS or TACACS+ protocols. – Cisco Secure Access Control Server (ACS) for Windows Server – Cisco Secure ACS Solution Engine or Cisco Secure ACS Express• More appropriate if there are multiple routers Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Authorization• Typically implemented using an AAA server-based solution• Uses a set of attributes that describes user access to the network Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Accounting• Implemented using an AAA server-based solution• Keeps a detailed log of what an authenticated user does on a device Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comAAA Accounting Functions Học viện công nghệ thông tin Bach Khoa - Website: www.bkacad.comConfiguring Local AAA Authentication with CLI • R1# conf t • R1(config)# username JR-ADMIN secret Str0ngPa55w0rd • R1(config)# username ADMIN secret Str0ng5rPa55w0rd • R1(config)# aaa new-model • R1(config)# aaa authentication login default local-case • R1(config)# aaa local authentication attempts max-fail 10 ...
Tìm kiếm theo từ khóa liên quan:
CCNA Security Lecture CCNA Security AAA Authentication AAA Accounting Authentication configuration Additional securityTài liệu liên quan:
-
283 trang 26 0 0
-
Lecture CCNA Security - Chapter 9: Managing a Secure Network
82 trang 25 0 0 -
Lecture CCNA Security - Chapter 5: Implementing Intrusion Prevention
83 trang 25 0 0 -
Ebook CCNA Security - Official Exam Certification Guide [Exam 640-553]
776 trang 22 0 0 -
CCNA Security 640-554 Quick Reference
90 trang 22 0 0 -
Lecture CCNA Security - Chapter 1: Modern Network Security Threats
75 trang 21 0 0 -
Lecture CCNA Security - Chapter 6: Securing the Local Area Network
143 trang 17 0 0 -
Lecture CCNA Security - Chapter 2: Securing Network Devices
175 trang 15 0 0 -
Lecture CCNA Security - Chapter 8: Implementing Virtual Private Networks
124 trang 14 0 0 -
Ebook CCNA Security - Official Certification Guide
672 trang 11 0 0