Connectivity Guide

Table Of Contents
Usage
information
A subscription profile associates destination groups with sensor groups, and specifies the data encoding
format and transport protocol. Telemetry data is sent to the IP address and port specified in the
destination groups.
Example
OS10(conf-telemetry)# subscription-profile subscription-1
OS10(conf-telemetry-sp-subscription-1)#
Supported
releases
10.4.3.0 or later
telemetry
Enters Telemetry configuration mode to configure streaming telemetry.
Syntax
telemetry
Parameters None
Default Telemetry is disabled on the switch.
Command mode CONFIGURATION
Usage
information
Enable and disable streaming telemetry in Telemetry mode.
Example
OS10(config)# telemetry
OS10(conf-telemetry)#
Supported
releases
10.4.3.0 or later
transport
Configures the transport protocol used to stream telemetry data to a remote management device.
Syntax
transport protocol [no-tls]
Parameters
protocol Enter the gRPC (Google remote procedure call) transport protocol used for telemetry
sessions.
no-tls (Optional) Disable Transport Security Layer (TLS) certificate exchange with gRPC
transport.
Default OS10 telemetry uses the gRPC protocol for transport with TLS certificates enabled.
Command mode SUBSCRIPTION-PROFILE
Usage
information
gRPC with TLS transport is enabled by default. To use gRPC over TLS transport, you must install a
X.509v3 certificate on the switch. To disable TLS certificate exchange, use the transport grpc
no-tls command.
NOTE: gRPC with TLS transport does not support host certificates. To use a CA certificate, see
Request and install host certificates.
The no version of the command removes the configured transport protocol from a subscription profile.
Example
OS10(conf-telemetry)# subscription-profile subscription-1
OS10(conf-telemetry-sp-subscription-1)# transport grpc
Supported
releases
10.4.3.0 or later
Telemetry 1089