Connectivity Guide

A sensor group denes the data that is collected and streamed to a destination. Use any of the pre-congured sensor groups to monitor
system resources. To display the sensor paths for each group, use the show telemetry sensor-group command.
Table 78. Pre-congured sensor group
Pre-congured sensor group Minimum sampling interval (milliseconds)
BGP 15000
BGP-peer 0
Buer 15000
Device 15000
Environment 15000
Interface 15000
LAG (port channel) 0
System 15000
Congure a destination group
A destination group denes the destination servers to which streaming telemetry data is sent.
1 Enter the destination group name in TELEMETRY mode. A maximum of 32 characters.
OS10(conf-telemetry)# destination-group group-name
2 Enter the IPv4 or IPv6 address and transport-service port number in DESTINATION-GROUP mode. Only one destination is supported
in the 10.4.3.0 release. You can enter a fully qualied domain name (FQDN) for ip-address. The destination domain name resolves to an
IP address — see System domain name and list.
OS10(conf-telemetry-dg-dest)# destination ip-address port-number
3 Return to TELEMETRY mode.
OS10(conf-telemetry-dg-dest)# exit
Congure a subscription prole
A subscription prole associates destination groups and sensor groups, and species the data encoding format and transport protocol.
1 Enter the subscription prole name in TELEMETRY mode. A maximum of 32 characters.
OS10(conf-telemetry)# subscription-profile profile-name
2 Enter the name of a pre-congured sensor group and sampling interval in SUBSCRIPTION-PROFILE mode. Valid sensor-group names
are: bgp, bgp-peer, buffer, device, environment, interface, lag, and system. To view the data contents of a pre-
congured sensor group, use the
show telemetry sensor-group command. The interface sensor group supports only
physical and port-channel interfaces.
The sampling interval is in milliseconds, from 0 (whenever an event occurs; near real-time) to 4294967295. The default is 15000.
Repeat this step to add sensor groups to the subscription prole.
OS10(conf-telemetry-sp-subscription)# sensor-group group-name sampling-interval
3 Enter the name of a destination group in SUBSCRIPTION-PROFILE mode. Telemetry data is sent to the IP address and port specied
in the destination group. Repeat this step to add destination groups to the subscription prole.
OS10(conf-telemetry-sp-subscription)# destination-group name
4 Enter the source interface in SUBSCRIPTION-PROFILE mode. The system uses the source interface to derive the VRF instance and
IP address used to communicate with destination devices. For gRPC transport, source interface conguration is optional.
OS10(conf-telemetry-sp-subscription)# source interface
Where interface is one of the following values:
ethernet node/slot/port[:subport] — Enter a physical Ethernet interface.
loopback number — Enter a Loopback interface, from 0 to 16383.
1132
Telemetry