Implementing Automation for Cisco Data Center Solutions (DCAUTO) — Question 22
During the process of starting a Python network telemetry collector, which command starts the Cisco bigmuddy-network-telemetry-collector from GitHub?
Answer options
- A. model driven telemetry
- B. telemetry_receiver.py --ip-address <addr> --port <port>
- C. telemetry_receiver.py --destination <port> --url <url>
- D. streaming telemetry
Correct answer: B
Explanation
The correct command to start the Cisco bigmuddy-network-telemetry-collector is option B, which specifies the necessary parameters for IP address and port. Options A and D refer to concepts related to telemetry but do not provide the command needed to start the collector. Option C incorrectly uses 'destination' instead of 'ip-address', making it an invalid command for this purpose.