nerdexam
Cisco

700-280 · Question #2

Which option is the proper syntax of the nslookup command in the Cisco ESA CLIto list mail exchangers for domain "cisco.com"?

The correct answer is D. nslookup cisco.com mx. On the Cisco ESA CLI, the nslookup command uses the positional syntax nslookup <domain> <record-type>, making D (nslookup cisco.com mx) correct - the domain is listed first, followed by the optional record type as a plain argument. Why the distractors fail: A (nslookup -d…

Troubleshoot Cisco Email Security Solutions

Question

Which option is the proper syntax of the nslookup command in the Cisco ESA CLIto list mail exchangers for domain "cisco.com"?

Options

  • Anslookup -d cisco.com -t mx
  • Bnslookup mx cisco.com
  • Cnslookup -type=mx cisco.com
  • Dnslookup cisco.com mx

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    88% (28)

Explanation

On the Cisco ESA CLI, the nslookup command uses the positional syntax nslookup <domain> <record-type>, making D (nslookup cisco.com mx) correct - the domain is listed first, followed by the optional record type as a plain argument.

Why the distractors fail:

  • A (nslookup -d cisco.com -t mx) uses Unix-style flags (-d, -t) that are not valid in the Cisco ESA CLI environment.
  • B (nslookup mx cisco.com) reverses the argument order - putting the record type before the domain, which the ESA CLI does not recognize.
  • C (nslookup -type=mx cisco.com) mimics Windows nslookup interactive-mode syntax, which is not applicable to the Cisco ESA CLI.

Memory tip: Think of Cisco ESA's nslookup as "who, then what" - domain first, record type second, with no flags or dashes needed. If you remember that ESA keeps its CLI syntax clean and positional (no hyphens), you can eliminate A and C immediately.

Topics

#nslookup command#MX records#DNS queries#Cisco ESA CLI

Community Discussion

No community discussion yet for this question.

Full 700-280 Practice