Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 154

An engineer is developing a configuration script to enable dial-out telemetry streams using gRPC on several new devices. TLS must be disabled on the devices.
Which configuration must the engineer apply on the network?

Answer options

Correct answer: C

Explanation

Option C is correct because it specifies the gRPC protocol with 'no-tls', which is necessary to disable TLS as required. Option A incorrectly includes 'tls-hostname', which enables TLS, while Option B uses the TCP protocol instead of gRPC, and Option D also omits the 'no-tls' command, thereby enabling TLS.