transport

Specifies the transport protocol for network-elements telemetry streaming.

Syntax

transport { tcp | ssl }
no transport

Command Default

TCP is specified.

Parameters

tcp
Specifies TCP as the telemetry transport protocol.
ssl
Specifies SSL as the as the telemetry transport protocol.

Modes

Telemetry-server configuration mode

Usage Guidelines

This command (and the SSL option) are available only for the gRPC-server implementation. They are not supported for the external-collector telemetry implementation.

To revert to the default TCP protocol, use the no form of this command.

Examples

The following example enables SSL as the telemetry transport protocol.

device# configure terminal
device(config)# telemetry server
device(config-server-mgmt-vrf)# do telemetry client-cert generate
device(config-server-mgmt-vrf)# transport ssl
device(config-server-mgmt-vrf)# activate