Home > Articles > Cisco > CCIE

CCIE Self-Study: Security Protocols

This chapter covers some of today's most widely used technologies that enable network administrators to ensure that sensitive data is secure from unauthorized sources. Standards such as IP Security (IPSec) and encryption standards are covered, as are all the fundamental foundation topics you need to understand to master the topics covered in the CCIE Security written exam.
This chapter is from the book

For more information on Security, visit our Security Reference Guide or sign up for our Security Newsletter

Exam Topics in This Chapter

  • Remote Authentication Dial-In User Service (RADIUS)
  • Terminal Access Controller Access Control System Plus (TACACS+)
  • Advanced Encryption Standard (AES)
  • EAP, PEAP, TKIP, TLS
  • Data Encryption Standard (DES)
  • Triple DES (3DES)
  • IP Security (IPSec)
  • Internet Key Exchange (IKE)
  • Certificate Enrollment Protocol (CEP)
  • Point-to-Point Tunneling Protocol (PPTP)
  • Layer 2 Tunneling Protocol (L2TP)

You can find a list of all of the exam topics in the introduction to this book. For the latest updates on exam topics, visit Cisco.com.

This chapter covers some of today's most widely used technologies that enable network administrators to ensure that sensitive data is secure from unauthorized sources.

Standards such as IP Security (IPSec) and encryption standards are covered, as are all the fundamental foundation topics you need to understand to master the topics covered in the CCIE Security written exam.

The chapter ends with a discussion of some of the security features used in wireless networking to improve security. Protocols such as Extensible Authentication Protocol (EAP), Protected Extensible Authentication Protocol (PEAP), Temporal Key Integrity Protocol (TKIP), Message Integrity Check (MIC), and Transport Layer Security (TLS) are discussed, all of which are newly defined protocols used to help secure vulnerable wireless networks.

This chapter covers the following topics:

  • Security protocol topics— Sections are included for authentication, authorization, and accounting (AAA), RADIUS, and TACACS+.
  • Encryption Technology Overview— Covers encrypting IP using standard encryption such as 3DES, AES, and IPSec. The mechanism used to authenticate encryption tunnels is also covered.
  • Certificate Enrollment Protocol— Describes the Cisco-defined certificate management protocol, CEP, and how a device communicates with a Certificate Authority (CA).
  • EAP, PEAP, and TKIP— Shows common new mechanisms used in the fight to keep intruders and hackers away from wireless networks.

"Do I Know This Already?" Quiz

The purpose of this assessment quiz is to help you determine how to spend your limited study time.

If you can answer most or all of these questions, you might want to skim the "Foundation Topics" section and return to it later, as necessary. Review the "Foundation Summary" section and answer the questions at the end of the chapter to ensure that you have a strong grasp of the material covered.

If you already intend to read the entire chapter, you do not necessarily need to answer these questions now. If you find these assessment questions difficult, read through the entire "Foundation Topics" section and review it until you feel comfortable with your ability to answer all of these questions and the "Q & A" questions at the end of the chapter.

Answers to these questions can be found in Appendix A, "Answers to Quiz Questions."

  1. What are the three components of AAA? (Choose the three best answers.)
    1. Accounting
    2. Authorization
    3. Adapting
    4. Authentication
  2. What Cisco IOS command must be issued to start AAA on a Cisco router?
    1. aaa old-model
    2. aaa model
    3. aaa new model
    4. aaa new-model
    5. aaa new_model
  3. What mathematical algorithm initiates an encrypted session between two routers by exchanging public keys over an insecure medium such as the Internet?
    1. Routing algorithm
    2. Diffie-Hellman algorithm
    3. The switching engine
    4. The stac compression algorithm
  4. Can you configure RADIUS and TACACS+ to be used on the same router?
    1. No.
    2. Yes, provided you have the same lists names applied to the same interfaces.
    3. Yes, provided you have the different lists names applied to the same interfaces.
    4. Yes, provided you have the different list names applied to different interfaces.
  5. How do you remotely launch ACS to a Windows 2000 device? (The remote IP address is 10.1.1.1 and the client is Internet Explorer.)
    1. Type launch.
    2. Type 10.1.1.1.
    3. Type 10.1.1.1:2002.
    4. Type 10.1.1.1:8080.
  6. What RADIUS attribute is used by vendors and not predefined by RFC 2138?
    1. 1
    2. 2
    3. 3
    4. 4
    5. 13
    6. 26
    7. 333
    8. 33
  7. RADIUS can support which of the following protocols?
    1. PPP
    2. OSPF
    3. AppleTalk
    4. IPX
    5. NLSP
  8. When a RADIUS server identifies the wrong password entered by the remote user, what packet type is sent?
    1. ACCEPT-USER
    2. REJECT-USERS
    3. REJECT-DENY
    4. REJECT-ACCEPT
    5. REJECT-ERROR
    6. ACCESS-REJECT
  9. Identify the false statement about RADIUS.
    1. RADIUS is a defined standard in RFC 2138/2139.
    2. RADIUS runs over TCP port 1812.
    3. RADIUS runs over UDP port 1812.
    4. RADIUS accounting information runs over port 1646.
  10. What is the RADIUS key for the following configuration? If this configuration is not valid, why isn't it? (Assume that this configuration is pasted into Notepad and not on an active router.)
    aaa authentication login use-radius group radius local
    aaa authentication ppp user-radius if-needed group radius
    aaa authorization exec default group radius
    aaa authorization network default group radius
    radius-server 3.3.3.3
    radius-server key IlovemyMum
    1. The RADIUS key is IlovemyMum, and it is a valid configuration.
    2. The RADIUS key is Ilovemymum, and it is a valid configuration.
    3. This configuration will not work because the command aaa new-model is missing.
    4. The RADIUS key is 3.3.3.3, and it is a valid configuration.
  11. What is the RADIUS key for the following configuration?
    aaa new-model
    aaa authentication login use-radius group radius local
    aaa authentication ppp user-radius if-needed group radius
    aaa authorization exec default group radius
    aaa authorization network default group radius
    radius-server 3.3.3.3
    radius-server key IlovemyMum
    1. The RADIUS key is IlovemyMum.
    2. The RADIUS key is Ilovemymum.
    3. No RADIUS key exists.
    4. The RADIUS key is 3.3.3.3.
  12. What versions of TACACS does Cisco IOS support? (Select the best three answers.)
    1. TACACS+
    2. TACACS
    3. Extended TACACS
    4. Extended TACACS+
  13. TACACS+ is transported over which TCP port number?
    1. 520
    2. 23
    3. 21
    4. 20
    5. 49
  14. What is the predefined RADIUS server key for the following configuration?
    radius-server host 3.3.3.3
    radius-server key CCIEsrock
    1. 3.3.3.3
    2. Not enough data
    3. CCIESROCK
    4. CCIEsRock
    5. CCIEsrock
  15. What does the following command accomplish?
    tacacs_server host 3.3.3.3
    1. Defines the remote TACACS+ server as 3.3.3.3
    2. Defines the remote RADIUS server as 3.3.3.3
    3. Nothing, because it is not a valid IOS command
    4. Configures a Radius server 3.3.3.3
    5. An Invalid IOS command
  16. Which of the following protocols does TACACS+ support?
    1. PPP
    2. AppleTalk
    3. NetBIOS
    4. All of these
  17. Which of the following key lengths are not supported by AES?
    1. 64
    2. 128
    3. 192
    4. 256
    5. 512
  18. What is the number of bits used with a standard DES encryption key?
    1. 56 bits
    2. 32 bits; same as IP address
    3. 128 bits
    4. 256 bits
    5. 65,535 bits
    6. 168 bits
  19. What is the number of bits used with a 3DES encryption key?
    1. 56 bits
    2. 32 bits; same as IP address
    3. 128 bits
    4. 256 bits
    5. 65,535 bits
    6. 168 bits
  20. In IPSec, what encapsulation protocol encrypts only the data and not the IP header?
    1. ESP
    2. AH
    3. MD5
    4. HASH
  21. In IPSec, what encapsulation protocol encrypts the entire IP packet?
    1. ESH
    2. ESP
    3. AH
    4. MD5
    5. HASH
  22. Which of the following is AH's IP number?
    1. 23
    2. 21
    3. 50
    4. 51
    5. 500
    6. 444
  23. Which of the following is ESP's IP number?
    1. 23
    2. 21
    3. 50
    4. 51
    5. 500
    6. 444
  24. Which of the following is not part of IKE phase I negotiations?

    1. Authenticating IPSec peers
    2. Exchanging keys
    3. Establishing IKE security
    4. Negotiating SA parameters
  25. Which of the following is not part of IKE phase II?
    1. Negotiating IPSec SA parameters
    2. Periodically updating IPSec SAs
    3. Occasionally updating SAs (at most, once a day)
    4. Establishing IPSec security parameters
  26. Which is the fastest mode in IPSec?
    1. Main mode
    2. Fast mode
    3. Aggressive mode
    4. Quick mode
  27. Certificate Enrollment Protocol (CEP) runs over what TCP port number? (Choose the best two answers.)
    1. Same as HTTP
    2. Port 80
    3. Port 50
    4. Port 51
    5. Port 333
    6. Port 444
  28. Which of the following are new features aimed at increasing wireless security? (Choose the best four answers.)
    1. TKIP
    2. AES
    3. EAP
    4. PEAP
    5. MIC
    6. 802.1D
    7. ESP
    8. AH

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020