Connectivity Guide

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
Congures 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) certicate exchange with gRPC transport.
Default OS10 telemetry uses the gRPC protocol for transport with TLS certicates 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
certicate on the switch. To disable TLS certicate exchange, use the transport grpc no-tls command.
NOTE: gRPC with TLS transport does not support host certicates. To use a CA certicate, see Request
and install host certicates.
The no version of the command removes the congured transport protocol from a subscription prole.
Example
OS10(conf-telemetry)# subscription-profile subscription-1
OS10(conf-telemetry-sp-subscription-1)# transport grpc
Supported releases 10.4.3.0 or later
Example: Congure streaming telemetry
OS10(config)# telemetry
OS10(conf-telemetry)# enable
OS10(conf-telemetry)# destination-group dest1
OS10(conf-telemetry-dg-dest1)# destination 10.11.56.204 40001
OS10(conf-telemetry-dg-dest1)# exit
OS10(conf-telemetry)# subscription-profile subscription-1
OS10(conf-telemetry-sp-subscription-1)# sensor-group bgp 300000
OS10(conf-telemetry-sp-subscription-1)# sensor-group bgp-peer 0
OS10(conf-telemetry-sp-subscription-1)# sensor-group buffer 15000
OS10(conf-telemetry-sp-subscription-1)# sensor-group device 300000
OS10(conf-telemetry-sp-subscription-1)# sensor-group environment 300000
OS10(conf-telemetry-sp-subscription-1)# sensor-group interface 180000
OS10(conf-telemetry-sp-subscription-1)# sensor-group lag 0
OS10(conf-telemetry-sp-subscription-1)# sensor-group system 300000
OS10(conf-telemetry-sp-subscription-1)# destination-group dest1
OS10(conf-telemetry-sp-subscription-1)# encoding gpb
OS10(conf-telemetry-sp-subscription-1)# transport grpc no-tls
1142
Telemetry