QuestionQ100

Wireless Monitoring and Management

Refer to the exhibit.

Question Image

An organization intends to use Cisco Spaces for location analytics, and an engineer is configuring a Cisco Catalyst 9800 WLC to send location data. The Spaces connector is already configured and operational on the WLC. The engineer must now configure the controller to forward telemetry data to the correct Spaces cloud endpoint over TLS to complete the integration.

Which CLI command must be added in the code box?

  • A profile spaces-profile ip address 198.51.100.10 receiver tls-native
  • B receiver protocol tls-native profile spaces-profile ip address 198.51.100.10 57555
  • C receiver ip address 198.51.100.10 57555 protocol tls-native profile spaces-profile
  • D profile spaces-profile receiver 198.51.100.10 57555 protocol tis-native
Explanation

A Cisco IOS XE telemetry subscription receiver uses the syntax receiver ip address <receiver-IP> <port> protocol tls-native profile <profile-name>. TLS transport therefore requires the receiver address and port, followed by protocol tls-native and the configured TLS profile; with port 57555 and profile spaces-profile, this matches option C.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!