While entering a list of host addresses to an ACL, the administrator left out an ACE for host
192.168.0.9. The administrator wants to add an access control entry for 192.168.0.9 between line
3 and line 4 of the existing access-list. What command should be entered to accomplish this
addition?
A.
pix1(config)# access-list aclin add-line 4
permit tcp any host 192.168.0.9 eq www
B.
pix1(config)# access-list aclin line 4
permit tcp any host 192.168.0.9 eq www
C.
pix1(config)# access-list aclin line 3
permit tcp any host 192.168.0.9 eq www
D.
pix1(config)# access-list aclin add-line 3
permit tcp any host 192.168.0.9 eq www