IPv4 Service CH22-24 Flashcards
What is the major difference between an extended ACL and standard ACL?
Extended Access List can use larger variety of packet header fields to match a packet.
Define the parameter value legend when using the syntax in Extended ACL: eq: ne: range: it: gt:
equal not equal x to y less than greater than
What are the usual ranges for Extended ACL’s access-list number?
100-199 or 2000-2699.
What are the three major difference between named ACL and numbered ACL?
The named ACL uses names instead of numbers to identify the ACL, making it easy to remember.
Use ACL subcommands instead of global commands
ACL editing features that allow the CLI users to delete and insert lines.
What is the major advantage of using ACL sequence numbers in numbered and named ACL?
Easier to add/delete lines and automatic sequence numbering.
How does turning off CDP(Cisco Discovery Protocol) lower the security risk?
CDP allows devices on the same link learn some basic information form each other. Turning off the CDP on untrusted network will help lower security risk. *most IP phones use CDP.
How to turn off CDP globally? (p643)
no cdp enable
What are some ACL implementation consideration? (p644)
Place extended ACL as close as possible to the source of the packet to discard the packets quickly to save bandwidth.
Place the STANDARD ACL as close as possible to the packet’s destination, because standard ACLs often discard packets that you do not want discarded when they are placed close to the source.
Place more specific statements early in the ACL.
Disable an ACL from its interface(using the “no ip access-group” command) before making changes to the ACL.
Syslog messages’ time-of day clocks are synced using________ to troubleshoot easier. (p646)
Network Time Protocol (NTP)
What are the solutions to exhausting IPv4? (p656)
Network Address Translation(NAT), Private addressing, and Classless Inter-domain routing (CIDR).
How does Private Addressing relates to Network Address Translation Concept? (659)
NAT translate private addresses to enable them to continue using those not-internet-ready addresses and still able to communicate with hosts across the internet.
How does NAT translate Private Addressing to be used with internet? (659)
NAT uses a valid registered IP address to represent the private address to the rest of the internet. NAT changes the private IP address to publicly registered IP addresses inside each IP packet.
What device will perform NAT? (659)
Routers.
What are the main four NAT Addressing Terms?(661)
Inside Local, Inside Global, Outside Global, Outside Local. Separate inside and outside by a NAT router
What does Port Address Translation help the overloaded NAT? (664)
PAT (also named NAT Overload)allows NAT to scale to support many clients with only a few public IP addresses.