300-635 · Question #25
When the Cisco bigmuddy-network-telemetry-collector from GitHub is used, which command displays only the message headers?
The correct answer is C. --brief. --brief is correct because the bigmuddy-network-telemetry-collector tool uses this flag specifically to suppress the full message payload and display only the header fields of incoming telemetry messages, making it useful for quickly inspecting message metadata without the…
Question
Options
- A--print
- B--all
- C--brief
- D--print-all
How the community answered
(35 responses)- A3% (1)
- C94% (33)
- D3% (1)
Explanation
--brief is correct because the bigmuddy-network-telemetry-collector tool uses this flag specifically to suppress the full message payload and display only the header fields of incoming telemetry messages, making it useful for quickly inspecting message metadata without the noise of full data content.
--print is a distractor that sounds plausible but is not a valid flag in this tool's CLI. --all implies showing everything, which is the opposite of limiting output to headers only. --print-all similarly suggests printing complete data, not a filtered header-only view.
Memory tip: Think of --brief as a "brief summary" - just the headers, like reading only the subject lines of emails rather than opening each one. If you're being brief, you skip the body and stick to the essentials.
Topics
Community Discussion
No community discussion yet for this question.