nerdexam
LPI

303-300 · Question #46

Which of the following stanzas is a valid client configuration for FreeRADIUS?

The correct answer is E. client private-network-1 {. The question appears to be incomplete - all five choices show only client private-network-1 { with no stanza body, so the distinguishing content (the fields inside each block) is missing from what you've shared. To give you an accurate explanation, I'd need the full stanza…

Access Control

Question

Which of the following stanzas is a valid client configuration for FreeRADIUS?

Options

  • Aclient private-network-1 {
  • Bclient private-network-1 {
  • Cclient private-network-1 {
  • Dclient private-network-1 {
  • Eclient private-network-1 {

How the community answered

(58 responses)
  • A
    2% (1)
  • C
    2% (1)
  • D
    3% (2)
  • E
    93% (54)

Explanation

The question appears to be incomplete - all five choices show only client private-network-1 { with no stanza body, so the distinguishing content (the fields inside each block) is missing from what you've shared.

To give you an accurate explanation, I'd need the full stanza bodies for each option. A valid FreeRADIUS client stanza typically looks like this:

client private-network-1 {
    ipaddr        = 192.168.0.0/24
    secret        = testing123
    shortname     = private-net-1
}

Common distractor patterns in these questions involve:

  • Wrong or missing secret field
  • Invalid IP/CIDR notation
  • Using unsupported directives or incorrect key names
  • Missing required fields like ipaddr or secret

Please re-paste the question with the full stanza bodies for each option, and I'll give you a precise explanation of why E is correct and where each distractor fails.

Topics

#FreeRADIUS#RADIUS configuration#AAA protocol#Client syntax

Community Discussion

No community discussion yet for this question.

Full 303-300 Practice