What CLI command puts you into the policy configuration sub-mode, allowing you to add additional entries to the source, destination and/or service fields?
A.
set policy id x
B.
set multiple id x
C.
set policy id x multiple
D.
set policy from trust tountrust 10.10.10.0; 10.10.11.0 anyanypermit
Explanation:
Every policy has an ID number, whether you define one or theNetScreendevice automatically assigns it. You can only define an ID number for a policy through the set policy command in the CLI:set policy idnumber… After you know the ID number, you can enter the policy context to issue further commands to modify the policy. Forexample :
Netscreen-> set policy id 1
Netscreen(policy:1)-> setsrc-address host2
A