nerdexam
LPI

303-300 · Question #34

Which of the following statements is used in a parameter file for setkey in order to create a new SPD entry?

The correct answer is E. spdadd. spdadd (option E) is the correct statement used in a setkey parameter file to create a new Security Policy Database (SPD) entry - it follows the syntax spdadd <src> <dst> <policy> and is part of the standard IPsec toolchain on Unix-like systems. Options A (spd), C (newspd), D…

Network Security

Question

Which of the following statements is used in a parameter file for setkey in order to create a new SPD entry?

Options

  • Aspd
  • Baddspd
  • Cnewspd
  • Dspdnew
  • Espdadd

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    4% (1)
  • E
    87% (20)

Explanation

spdadd (option E) is the correct statement used in a setkey parameter file to create a new Security Policy Database (SPD) entry - it follows the syntax spdadd <src> <dst> <policy> and is part of the standard IPsec toolchain on Unix-like systems. Options A (spd), C (newspd), D (spdnew) are simply not valid setkey directives and do not exist in the command set. Option B (addspd) reverses the conventional verb-noun order used throughout the setkey syntax, where the action always precedes the object (e.g., spdadd, spddelete, spdflush).

Memory tip: Think of setkey commands as verb + noun - add + spdspdadd. The same pattern holds for related commands like spddelete and spdflush, so once you know the naming convention, you can reconstruct the whole family.

Topics

#IPsec#SPD#setkey#Security Policies

Community Discussion

No community discussion yet for this question.

Full 303-300 Practice