JAVA/Sun Exam Questions

Which UNIX command must be executed to enable Solaris IP Filter firewall for the hme0 interface with

The default configuration of the Solaris 10 OS has packet filtering disabled on all network interfaces. To enable packet filtering on the hme0 interface of a running system, the
related hme line in the /etc/ipf/pfil.ap file must be uncommented:

# IP Filter pfil autopush setup
#
# See autopush(1M) manpage for more information.

#
# Format of the entries in this file is:
#
#major minor lastminor modules

#le -1 0 pfil
#qe -1 0 pfil
hme -1 0 pfil
#qfe -1 0 pfil
#eri -1 0 pfil
#ce -1 0 pfil
#bge -1 0 pfil
#be -1 0 pfil
#vge -1 0 pfil
#ge -1 0 pfil
#nf -1 0 pfil
#fa -1 0 pfil

#ci -1 0 pfil
#el -1 0 pfil
#ipdptp -1 0 pfil
#lane -1 0 pfil
#dmfe -1 0 pfil

Which UNIX command must be executed to enable Solaris IP Filter firewall for the hme0 interface without rebooting the system?

A.
ifconfig hme0 pfil; ifconfig hme0 modlist

B.
autopush -f /etc/ipf/pfil.ap; ifconfig hme0 modlist

C.
ifconfig hme0 modlist; autopush -f /etc/ipf/pfil.ap

D.
ifconfig hme0 down; ifconfig hme0 unplumb; ifconfig hme0 plumb; autopush -f /etc/ipf/pfil.ap

E.
autopush -f /etc/ipf/pfil.ap; ifconfig hme0 down unplumb; ifconfig hme0 plumb