16 - Basic IPv4 ACLs Flashcards
What numbers can be used for Standard Numbered ACLs?
- 1 through 99
* 1300 through 1999
What numbers can be used for Extended Numbered ACLs?
- 100 through 199
* 2000 through 2699
What do Standard Numbered ACLs filter on?
Source IP address only
As a rule where should Standard ACLs be placed?
Standard ACLs should be placed near to the destination of the packets
What’s the difference between ‘show ip access-lists’ and ‘show access-lists’
show ip access-lists’ only shows info about IPv4 ACLs while ‘show access-lists’ shows info about all ACLs like IPv6 ACLs
What show cmd will tell you if an ACL is present on an interface?
show ip interface gig0/0’
How do you quickly calculate the wildcard mask?
subtract the subnet mask from 255.255.255.255
How do you quickly calculate the range of addresses impacted by an ACL?
The IP address is the beginning of the range, then add the IP address to the WC mask to find the END of the range.