A network security engineer is creating an extended IPv4 Access Control List (ACL) on a perimeter router to regulate inbound traffic from an untrusted partner network () destined for an internal server subnet (). The security policy specifies the following administrative priorities:
1. All SSH policy enforcement (specific host access and subnet-wide restrictions) must be evaluated first.
2. Application database traffic must be permitted for the designated database host only.
3. All other unapproved traffic from the partner network to the internal subnet must be explicitly dropped at the end of the ACL.
Arrange the following ACL statements in the correct top-to-bottom sequence (from Line 10 to Line 40) to enforce this policy without rule shadowing or logic errors.
- 1access-list 105 permit tcp 198.51.100.0 0.0.0.255 host 172.16.10.15 eq 22
- 2access-list 105 deny tcp 198.51.100.0 0.0.0.255 172.16.10.0 0.0.0.255 eq 22
- 3access-list 105 permit tcp 198.51.100.0 0.0.0.255 host 172.16.10.50 eq 3306
- 4access-list 105 deny ip 198.51.100.0 0.0.0.255 172.16.10.0 0.0.0.255