nerdexam
Citrix

1Y0-253 · Question #192

Which command would generate a Collector File?

The correct answer is D. show techsupport. See the full explanation below for the reasoning.

Question

Which command would generate a Collector File?

Options

  • Anstcpdump
  • Bstart nstrace
  • Ccat aaad.debug
  • Dshow techsupport

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    11% (2)
  • C
    6% (1)
  • D
    78% (14)

Community Discussion

6
Kemal J.Kemal J.Jun 27, 2026

show techsupport is your answer. That command bundles system logs, config snapshots, counters, and ns.log into a compressed Collector File that Citrix support can actually use, whereas nstrace and nstcpdump only capture packet-level traffic and cat aaad.debug just dumps a single auth log to screen.

12
Grace U.Grace U.Jun 14, 2026

I remember staring at that one and almost second-guessing myself because "show techsupport" sounds like it just displays status info, but then I thought about what a support engineer actually needs to collect, and it clicked that "show techsupport" is exactly the command that bundles everything into that collector file. Once I connected the word "support" to the idea of gathering data for a case, D was the only one that made sense.

3
Orla P.Orla P.Jun 14, 2026

That instinct to connect the word "support" to a support case bundle is exactly right, and I would add that once you have seen a real TAC case where the engineer asks for that file in the first five minutes, the command never feels ambiguous again.

0
Thekla S.Thekla S.Jun 8, 2026

The trick here is that "start nstrace" sounds authoritative because it does generate files, just packet capture files, not a Collector File. A lot of people see "trace" and assume diagnostic bundle, but those are two different artifacts with different purposes. The Collector File is that compressed archive of logs, configs, and system state that Citrix support asks for when you open a case, and "show techsupport" is what builds it on the ADC. "cat aaad.debug" is just reading an authentication debug log directly, no file generation involved, so that one should drop off your list fast. D is the only command that packages the environment into a portable bundle you can actually send somewhere, which is the whole point of a Collector File.

0
Orla P.Orla P.Jun 25, 2026

start nstrace is the one, it kicks off the Collector File capture directly.

-2
Thekla S.Thekla S.Jun 28, 2026

Orla, start nstrace pulls raw packet captures off the dataplane, not the Collector bundle. Option D, start nscollect, is what actually kicks off the Collector File capture and bundles the logs, configs, and diagnostics the support team needs.

0
Full 1Y0-253 Practice