Access Control Lists (Standard and Extended IPv4 ACLs)
63 questions
A network administrator needs to configure an extended IPv4 access control list (ACL) to implement a specific traffic policy on a Cisco router interface. Arrange the following ACL statements and actions in the correct top-down evaluation order to ensure that host 10.1.1.15 is allowed SSH access to server 172.16.0.5, all other SSH traffic from subnet 10.1.1.0/24 to server 172.16.0.5 is blocked, all other IP traffic from subnet 10.1.1.0/24 is permitted, and unmatched traffic is dropped by default.
Drag items to arrange them in the correct order
A network administrator applies a standard IPv4 access control list containing a single line, `access-list 10 permit 192.168.1.0 0.0.0.255`, to a router interface. What happens to incoming packets originating from host 10.0.0.5?
A network engineer is configuring a named extended IPv4 Access Control List (ACL) on a Cisco IOS router to implement a multi-tier security policy. The ACL must process rules top-down to meet the following requirements:
1. Permit SSH access ( port 22) from the specific management host to the core server interface .
2. Deny all other IP traffic originating from the Management subnet () destined for the Server Farm subnet ().
3. Permit ICMP echo traffic from the Operations subnet () to any destination.
4. Permit all remaining IPv4 traffic across all subnets.
In what order should the access-list statements be configured from top (first statement executed) to bottom (last statement executed) to ensure proper sequential traffic processing without unintended dropping of packets?
Drag items to arrange them in the correct order
A network engineer is configuring an IPv4 extended Access Control List (ACL 105) on a Cisco IOS router. Place the following ACL entries in the correct top-down execution sequence (from top/first line to bottom/last line) to ensure that SSH traffic from management host 192.168.1.10 to server 10.1.1.50 is allowed, HTTP traffic from subnet 192.168.1.0/24 to server 10.1.1.50 is allowed, and all remaining IPv4 traffic to server 10.1.1.50 is denied.
Drag items to arrange them in the correct order
A network engineer must construct an IPv4 extended Access Control List (ACL) on a Cisco IOS router to enforce the following security policy requirements for traffic originating from subnet destined for the server subnet :
1. Host must be permitted to access SSH (TCP port 22) on the server subnet.
2. Host must be denied all other TCP traffic to the server subnet.
3. All other hosts on subnet must be permitted HTTP (TCP port 80) access to the server subnet.
4. All remaining IPv4 traffic from subnet to the server subnet must be dropped.
Arrange the ACL statements in the correct top-down sequence (from top/sequence 10 to bottom/sequence 40) to properly enforce this security policy.
Drag items to arrange them in the correct order
A network administrator configures an IPv4 extended numbered Access Control List (ACL 110) on a Cisco IOS router interface to prevent web traffic on TCP port 80 from reaching an internal web server at 192.168.10.50/32. The administrator enters the following single configuration command:
`R1(config)# access-list 110 deny tcp 10.1.1.0 0.0.0.255 host 192.168.10.50 eq 80`
ACL 110 is then applied inbound on the GigabitEthernet0/0 interface serving subnet 10.1.1.0/24. Immediately after applying the ACL, users on the 10.1.1.0/24 network report that all network communication is blocked, including ICMP pings, SSH access, and traffic destined for other subnets. Which configuration oversight is causing all traffic from subnet 10.1.1.0/24 to be dropped?
A network administrator is creating an IPv4 extended named Access Control List (ACL) called `MGMT_FILTER` to enforce security policies on a router interface. The policy mandates the following conditions:
- Permit HTTP () and SSH () traffic originating from subnet destined to a specific management server at .
- Deny all other IP traffic from subnet destined to subnet .
- Allow all remaining IPv4 traffic traversing the interface to reach other destinations.
Which TWO statements or configuration requirements are necessary to correctly fulfill this policy? (Select TWO.)
Select all that apply
A network administrator configures a single line standard IPv4 Access Control List (ACL) on a Cisco IOS router as follows:
`access-list 10 permit 192.168.1.50 0.0.0.0`
This ACL is applied inbound on interface GigabitEthernet0/0. What happens to incoming IP traffic with a source IPv4 address of 192.168.1.20 when it reaches interface GigabitEthernet0/0?
A network technician configures a standard IPv4 access control list on a Cisco router using the command `access-list 5 permit host 172.16.10.15` and applies it inbound on an interface. What happens when host 172.16.10.20 sends traffic into that interface?
A network administrator configures a Cisco IOS router to restrict access to a financial database server () from the HR subnet (). All other traffic between subnets must be permitted. The administrator applies the following access list in the inbound direction on interface GigabitEthernet0/0:
text
ip access-list extended FILTER_HR
deny ip 192.168.10.0 0.0.0.255 host 192.168.50.100
After applying this ACL, users report that all traffic targeting any server in the network is being dropped, including traffic from non-HR subnets. Which configuration change will resolve the issue and permit intended traffic?
A network engineer is configuring IPv4 Access Control Lists (ACLs) on a Cisco IOS router. Which of the following statements regarding the operation and behavior of IPv4 ACLs are correct? (Select TWO.)
Select all that apply
A network engineer configures an extended IPv4 access control list named `CORP_SEC` on a Cisco IOS router to regulate access from the branch network () to an internal web server (). The security requirement specifies that host in the IT subnet () must be allowed HTTPS access (TCP port 443) to the web server, while all other traffic from to the network must be denied. Additionally, non-matching traffic must reach external destinations freely.
The engineer enters the following configuration commands:
text
ip access-list extended CORP_SEC
10 deny ip 10.40.0.0 0.0.255.255 192.168.50.0 0.0.0.255
20 permit tcp host 10.40.4.15 host 192.168.50.10 eq 443
30 permit ip any any
!
interface GigabitEthernet0/0/1
ip access-group CORP_SEC in
During testing, HTTPS traffic from to is unexpectedly dropped. Which modification corrects the access control list logic to satisfy all requirements?
An administrator configures an IPv4 access control list on a router interface containing only the single entry `access-list 15 permit host 172.16.10.5`. What action will the router take when a packet originating from host 172.16.10.20 arrives on this interface?
A network administrator is configuring an IPv4 extended named access control list (ACL) on a Cisco router interface to implement security controls for the host subnet . The ACL must satisfy the following traffic policies:
1. Allow ICMP echo requests from strictly to the default gateway at .
2. Allow HTTPS access from to the internal application server at .
3. Explicitly deny all other IPv4 traffic originating from destined to the internal server subnet .
4. Permit all remaining outbound traffic from to any other network destination.
Which two ACL entries must be placed in the access list to achieve this exact behavior without blocking general Internet access? (Select two.)
Select all that apply
A network technician configures the following named IPv4 extended Access Control List (ACL) on a Cisco IOS router to restrict access from the Sales subnet () to an internal web server ():
`ip access-list extended RESTRICT_SALES`
` deny tcp 192.168.20.0 0.0.0.255 host 10.2.2.80 eq 80`
` permit tcp 192.168.20.0 0.0.0.255 any eq 80`
` permit tcp 192.168.20.0 0.0.0.255 any eq 443`
The ACL is applied outbound on interface GigabitEthernet0/1 facing the internal network server segment. Following application, host can no longer resolve domain names using the internal DNS server at (UDP port 53) or receive DHCP lease updates. Which statement correctly explains why this non-HTTP traffic is blocked?
A network administrator applies the following standard IPv4 access control list (ACL) inbound on a router interface:
`access-list 10 permit 192.168.1.0 0.0.0.255`
A host with the IPv4 address `192.168.2.50` attempts to send traffic through this interface. What action will the router take on this packet?
A network engineer must configure an IPv4 extended access control list (ACL 105) on a Cisco IOS router to enforce security policies for traffic originating from the internal subnet () destined for an application server at :
1. Allow host administrative SSH access (TCP port 22) to server .
2. Prevent all other hosts in the subnet from accessing server via SSH.
3. Allow all hosts in the subnet web access (TCP port 80) to server .
4. Explicitly block all remaining IP traffic from to server .
In what order should the network engineer place the ACL statements from top to bottom to ensure the policy is correctly enforced?
Drag items to arrange them in the correct order
A network administrator is reviewing the fundamental operation of standard IPv4 Access Control Lists (ACLs) on a Cisco IOS router. Which two statements correctly describe the operational characteristics of standard IPv4 ACLs?
Select all that apply
A network administrator applies an extended IPv4 Access Control List (ACL) containing only a single rule to an interface: `access-list 100 permit tcp host 192.168.1.10 host 10.0.0.5 eq 80`. What happens when a host with IP address 192.168.1.11 attempts to send HTTP traffic to 10.0.0.5?
A network administrator configures the following IPv4 extended named Access Control List (ACL) on a Cisco IOS router to control access to an internal application server at IP address 192.168.50.10:
text
ip access-list extended APP_FILTER
10 permit tcp 10.10.20.0 0.0.0.255 host 192.168.50.10 eq 80
20 permit tcp 10.10.20.0 0.0.0.255 host 192.168.50.10 eq 443
30 deny ip 10.10.20.0 0.0.0.255 host 192.168.50.10
40 permit ip host 10.10.20.5 host 192.168.50.10
The ACL is applied outbound on GigabitEthernet0/1. An administrator attempts an SSH connection (TCP port 22) from management host 10.10.20.5 to the application server (192.168.50.10), while a user on host 10.10.20.100 attempts a web connection (TCP port 80) to the same server.
Which statement accurately describes how the router processes these two traffic flows?