Your network is made of many servers running many services. One of these systems is named
system-ssh, which is an ssh server. The ssh server is on Solaris 10 OS with the packet filter
enabled and configured. The rule set is:
pass in quick proto tcp from any to any port = 22 keep state block in all due to maintenance on the
ssh software, a telnet connection must be used instead. You change the rule set in:
pass in quick proto tcp from any to any port = 23 keep state
block in all
These are added as an inactive rule set to the ipf kernel module of Solaris 10 OS.
Which command do you execute to list the inactive rule set and make it active?
A.
ipmon -i; ipf -s
B.
ipmon -i; ipf -I
C.
ipfstat -i; ipf -I
D.
ipfstat -iI; ipf -s
E.
ipmon -l; ipfstat -i