Compare cert salaries and plan your next career move
theodoxa wrote: » Permit/Deny by Source IP Permit/Deny by Destination IP Permit/Deny by Source Port/Layer 4 Protocol (TCP/UDP) Permit/Deny by Destination Port/Layer 4 Protocol (TCP/UDP) Permit/Deny by Source and Destination IP Permit/Deny by Source IP and/or Port/Layer 4 Protocol and Destination IP and/or Port/Layer 4 Protocol The first (Source IP Only) is a standard ACL. Everything else would use an extended ACL and you might be asked about any or all of them. You might also be asked about the "log" option. Example -- Permit HTTP traffic from the LAN1 subnet (192.168.1.0/24) to the Web Server (99.1.250.4): permit tcp 192.168.1.0 0.0.0.255 host 99.1.250.4 eq www
gbdavidx wrote: » you have all of this just memorized?
theodoxa wrote: » No. There is a basic pattern to ACLs. Standard ACL -- permit SOURCE deny SOURCE Extended ACL -- permit L4_PROTOCOL SOURCE DESTINATION deny L4_PROTOCOL SOURCE DESTINATION For a Standard ACL, SOURCE is either a specific host ("host 99.1.250.4") or a range of IP Addresses ("192.168.1.0 0.0.0.255") specified using a Subnet ID and Wildcard Mask. For an Extended ACL, L4 PROTOCOL represents the Layer 4 Protocol. Usually, this would be TCP or UDP, but could include protocols such as ICMP and others (though, I don't believe the CCNA covers anything but TCP/UDP/IP). IP is used to mean all Layer 4 Protocols (TCP, UDP, etc...). With and Extended ACL either source or destination [or - you'll never see it in the real world, but it could show up on a test - both] ports or port ranges can be specified in addition to the IP Address(es). host IP_ADDRESS [OPERATOR PORT] SUBNET_ID WILDCARD_MASK [OPERATOR PORT] OPERATOR is a comparison. The most common is "eq" meaning a single matching port ("eq www" would match only port 80). But, there are others such as "lt" (less than), "gt" (greater than), etc... PORT is the Layer 4 port number (HTTP = 80, HTTPS, = 443, etc...) There are a few of these (Telnet - 23, FTP - 20/21, HTTP - 80, HTTPS - 443, SSH - 22, SMTP - 25, and DNS - 53 come to mind) that you might want to memorize. Cisco provides some names you can substitute for the most common ports ("www", "telnet", etc...).
gbdavidx wrote: » i truly hate ACL's
davenull wrote: » I wouldn't. I found them useful for emulating an ISP router's behavior when a GNS3 lab called for internet connection. Just block the private address ranges, set up an 8.8.8.8 and you have the 'internet'.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.