Home > Articles > Certification > Cisco Certification > CCNP Security / CCSP

This chapter is from the book

Exam Preparation

As mentioned in the section, "How to Use This Book," in the Introduction, you have several choices for exam preparation: the exercises here, the memory tables in Appendix D, the final exam preparation chapter, and the exam simulation questions on the CD-ROM. The following questions present a bigger challenge than the exam itself because they use an open-ended question format. By using this more difficult format, you exercise your memory better and prove your conceptual and factual knowledge of this chapter. You can find the answers to these questions in Appendix A, "Answers to the DIKTA Quizzes and Fill in the Blanks Questions."

Review All Key Topics

Review the most important topics in this chapter, noted with the Key Topics icon in the margin of the page. Table 8-6 lists a reference of these key topics and the page numbers on which each is found.

Table 8-6. Key Topics

Key Topic Element

Description

Page

Figure 8-1

High-level overview of how an ACL is processed by a router

188

List

ACL types

189

Table 8-2

Protocols and their corresponding number identification for an ACL

190

List

FPM restrictions

196

List

FPM class-map types

198

Table 8-3

Flexible NetFlow components

204

Table 8-4

NetFlow original/NetFlow IPv4 original input format

205

Table 8-5

NetFlow IPv4 original output format

205

List

Flow sampling modes

208

List

Unicast RPF modes

210

Complete Tables and Lists from Memory

Print a copy of Appendix C, "Memory Tables" (found on the CD), or at least the section for this chapter, and complete the tables and lists from memory. Appendix D, "Memory Table Answers," also on the CD, includes completed tables and lists to check your work.

Define Key Terms

Define the following key terms from this chapter, and check your answers in the Glossary:

  • access control list (ACL), stateless

Use Command Reference to Check Your Memory

Table 8-7 lists the important commands from this chapter. To test your memory, cover the right side of the table with a piece of paper, read the description on the left side, and then see how much of the command you can remember.

Table 8-7. Command Reference

Task

Command Syntax

Create a standard access list

access-list access-list-number {permit | deny} {host | source source-wildcard | any} [log]

or

ip access-list standard {access-list-number | access-list-name}

permit {host host | source source-wildcard | any} [log]

Create an extended access list

access-list access-list-number [dynamic dynamic-name [timeout minutes]]{deny | permit} protocol source source-wildcard destination destination-wildcard [precedence precedence] [tos tos] [log | log-input] [time-range time-range-name]

or

ip access-list extended {access-list-number | access-list-name}

[sequence-number] {deny | permit} protocol source source-wildcard destination destination-wildcard [option option-value] [precedence precedence] [tos tos] [time-range time-range-name] [log]

Assign an access list to an interface

ip access-group number {in | out}

Create a reflexive access list

ip access-list extended {access-list-number | access-list-name}

[sequence-number] {deny | permit} protocol source source-wildcard destination destination-wildcard reflect name

and

evaluate

Create a time-based access list

time-range time-range-name

periodic days-of-the-week hh:mm to [days-of-the-week] hh:mm

absolute [start time date] [end time date]

access-list access-list-number protocol source source-wildcard destination destination-wildcard [time-range time-range-name]

or

ip access-list extended {access-list-number | access-list-name}

[sequence-number] {deny | permit} protocol source source-wildcard destination destination-wildcard [time-range time-range-name]

Load a specific PHDF file

load protocol location:filename

Load a specific TCDF file

load classification location:filename

Create an FPM class map

class-map type [stack | access-control] [match-all | match-any] class-map-name

Match specific traffic to classify within a class map

match field protocol protocol-field [eq | neq | gt | lt | range range] value next next-protocol

match start [l2-start | l3-start] offset offset size size [eq | neq | gt | lt | range range] value

Create an FPM policy map

policy-map type access-control policy-map-name

Associate a class map with a policy map

class class-name

Specify a policy map action

drop

or

service-policy policy-map-name

Assign a policy map to an interface

service-policy type access-control [input | output] policy-map-name

Create a user-defined NetFlow flow record format

flow record flow-record-name

Specify NetFlow key fields

match [ipv4 | ipv6 | datalink | routing |flow | interface} options

Specify NetFlow nonkey fields

collect [counter | ipv4 | ipv6 | datalink | routing |flow | interface | timestamp] options

Configure a NetFlow flow monitor

flow monitor flow-monitor-name

Specify a NetFlow record format

record [flow-record-name | netflow | netflow-original] {ipv4 | ipv6} {original-input | original-output}

Configure a NetFlow flow exporter

flow exporter flow-exporter-name

Specify a NetFlow flow exporter server

destination [hostname | ip-address]

Specify a NetFlow flow exporter server port

transport udp port

Configure a NetFlow flow exporter with a flow monitor

exporter flow-exporter-name

Configure a NetFlow flow sampler

sampler sampler-name

Specify a NetFlow flow sampler mode

mode {deterministic | random} 1 out-of window-size

Associate a NetFlow flow monitor with an interface

ip flow monitor flow-monitor-name {sampler sampler-name} [input | output]

Enable CEF

ip cef {distributed}

Configure Unicast RPF on a specific interface

ip verify unicast source reachable-via [rx | any] {access-list}

Display the contents of all current access lists

show access-list [access-list-number | access-list-name}

Display the contents of all current IP access lists

show ip access-list [access-list-number | access-list-name}

Display which specific PHDFs are loaded and which fields are supported

show protocols phdf phdf-name

Display the current traffic classes configured and their matching criteria

show class-map type [stack | access-control]

Display the current traffic policies

show policy-map type access-control {interface interface}

Display NetFlow flow monitor configuration

show flow monitor

Display NetFlow flow monitor interface configuration

show flow interface interface

Display NetFlow flow exporter configuration

show flow exporter

Display NetFlow cache

show flow monitor name flow-monitor-name cache format [csv | record | table]

Display NetFlow sampler configuration

show sampler

Display Unicast RPF status

show cef interface interface

Display global Unicast RPF packet count

show ip traffic

Display the number of interface Unicast RPF packet drops

show ip interface interface

Fill in the Blanks

  1. There is a(n) _____ at the end of each access list.
  2. An extended access list can use the number ranges of _____ and _____.
  3. The wildcard mask that would be used with a subnet mask of 255.255.255.192 would be _____.
  4. When assigning reflexive access lists to an interface, they are typically placed _____ on an interface facing away from the internal network or _____ on an interface facing toward the internal network.
  5. Both PHDF and TCDF are formatted using _____.
  6. When using FPM, traffic can be classified using _____ files or using the _____.
  7. FPM is only able to inspect _____ unicast packets.
  8. _____ fields are used by NetFlow to identify specific flows.
  9. Unicast RPF can operate in _____ or _____ mode.
  10. When configuring Unicast RPF, the first thing that must be configured is _____.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT 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 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 InformIT. 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.informit.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