CISSP • Practice Test 9
Free CISSP practice test — 10 questions with explanations. Set 9. No signup required.
Refer to the exhibit. The ACL is applied inbound on the DMZ interface. What is the effect of this configuration?
Refer to the exhibit. interface GigabitEthernet0/1 description DMZ to Web Server ip address 10.0.0.1 255.255.255.0 ! interface GigabitEthernet0/2 description Inside to Corp Network ip address 192.168.1.1 255.255.255.0 ! access-list 100 permit tcp any host 10.0.0.10 eq 80 access-list 100 permit tcp host 10.0.0.10 any established access-list 100 deny ip any any ! interface GigabitEthernet0/1 ip access-group 100 in