Ch25 Basic IPv4 Access Control Lists Flashcards
The mask used in Cisco IOS ACL commands (and OSPF and EIGRP network commands). Also referred to as an inverse mask. Used to match (or ignore) parts of an an address when making comparisons
wildcard mask
A list of IOS global configuration commands that can match only the source address of a packet, for the purpose of deciding which packets to discard and which packets to allow through a router
standard access list
Command reference:
Global command for standard numbered access lists. Uses numbers between 1-99 and 1300-1999, inclusive
access-list <i>list-number</i> [deny | permit] <i>source-addr</i> [<i>source-wildcard</i>] [log]
Command reference:
defines a descriptive remark indicating what the access list is supposed to do
access-list <i>list-number</i> remark <i>text</i>
Command reference:
Interface subcommand to enable access lists and bind them to the interface.
ip access-group <i>[number | name</i> [in | out]
Command reference:
This show command reveals the presence or absence of access lists in and/or out of an interface
show ip interface <i>int</i>
Command reference
Lists details of configured access lists for all protocols
show access-lists
Command reference:
Shows IP access lists
show ip access-lists
When preparing to create an access list, what must be considered prior to applying it to an interface?
ACLs must be enabled on an interface that will process the packet, in the direction of traffic flow.
What packet header(s) are standard access lists capable of inspecting and matching?
Source address
What packet header(s) are extended access list capable of inspecting and matching?
Source address, destination address, protocol, source port, destination port, etc (any L3 or L4 header)
Standard access lists filter at which layer(s)?
Layer 3 only
Extended access lists filter at which layer(s)?
L3 and L4
When configuring standard numbered access lists, what ranges are available to identify the ACL?
1-99, 1300-1999
When configuring extended numbered access lists, what ranges are available to identify the ACL?
100-199, 2000-2699