CISA Information Systems Acquisition, Development and Implementation • Set 3
CISA Information Systems Acquisition, Development and Implementation Practice Test 3 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A security administrator is troubleshooting why external users cannot reach the web server at 203.0.113.10 from the internet. Based on the configuration, what is the MOST likely issue?
Refer to the exhibit. ``` ! Cisco ASA configuration snippet access-list OUTSIDE_IN extended permit tcp any host 203.0.113.10 eq www access-list OUTSIDE_IN extended permit tcp any host 203.0.113.10 eq https access-list OUTSIDE_IN extended deny ip any any log ! object network WEB_SERVER host 203.0.113.10 nat (inside,outside) source static any any destination static WEB_SERVER WEB_SERVER no-proxy-arp route-lookup ! ```