Refer to the exhibit. On Cisco ASA Software Version 8.3 and later, which two sets of CLI configuration commands result from this Cisco ASDM configuration? (Choose two.)
A.
nat (inside) 1 10.1.1.10
global (outside) 1 192.168.1.1
B.
nat (outside) 1 192.168.1.1
global (inside 1 10.1.1.10
C.
static(inside,outside) 192.168.1.1 10.1.1.10 netmask 255.255.255.255 tcp 0 0 udp 0
D.
static(inside,outside) tcp 192.168.1.1 80 10.1.1.10 80
E.
object network 192.168.1.1
nat (inside,outside) static 10.1.1.10
F.
object network 10.1.1.10
nat (inside,outside) static 192.168.1.1
G.
access-list outside_access_in line 1 extended permit tcp any object 10.1.1.10 eq http access-group outside_access_in in interface outside
H.
access-list outside_access_in line 1 extended permit tcp any object 192.168.1.1 eq http access-group outside_access_in in interface outside
H
Its Correct F and B
http://www.gregledet.net/?p=537
The correct answer cannot be B because with ASA software versions 8.3 and 8.4 the commands nat (inside) and global (outside) were replaced. Additionally G is correct because it is an ACL to allow the HTTP traffic through the asa to the internal ip address of 10.1.1.10