! PermitANY — Cisco IOS ACL Configuration ! Named extended and standard ACLs with interface application for Cisco IOS/IOS-XE. Includes object-group references and time-based ACE support. ! Generated: 2026-09-20 ! These are EXAMPLE values. Replace with your actual config before deploying. ! hostname RTR-EDGE-01 ! ip access-list extended ACL-INBOUND-WAN remark Filter inbound from WAN ! ip access-list extended ACL-INBOUND-WAN remark Allow HTTPS from Corp ip access-list extended ACL-INBOUND-WAN 10 permit tcp 192.168.1.0 0.0.0.255 any eq 443 ! interface GigabitEthernet0/0 ip access-group ACL-INBOUND-WAN in !