— Exhibit –-
[edit security policies]
user@host# show
from-zone hr to-zone internet {
policy internet-access {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
policy clean-up {
match {
source-address any;
destination-address any;
application any;
}
then {
deny;
}
}
}
— Exhibit –-
Refer to the Exhibit.
You want to permit access to the Internet from the hr zone during a specified time.
Which configuration will accomplish this task?
A.
Configure a scheduler, apply it to a new policy, and insert it after internet-access to permit
Internet access.
B.
Configure a scheduler and apply it to the policy internet-access to deny Internet access.
C.
Configure a scheduler and apply it to the policy internet-access to permit Internet access.
D.
Configure a scheduler, apply it to a new policy, and insert it before internet-access to permit
Internet access.