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?
- 1permit tcp host 192.168.100.50 host 10.1.1.1 eq 22
- 2deny ip 192.168.100.0 0.0.0.255 10.1.0.0 0.0.255.255
- 3permit icmp 172.16.20.0 0.0.0.255 any echo
- 4permit ip any any