API Guide

destination
Configures a destination management device that receives streaming telemetry.
Syntax
destination {ip-address | domain-name} port-number
Parameters
ip-address Enter the IPv4 or IPv6 address of the destination device. You can enter a fully
qualified domain name (FQDN). The destination domain name resolves to an IP address see System
domain name and list.
domain-name Enter the fully qualified domain name of the destination device. A maximum of 32
characters.
port-number Enter the transport-service port number to which telemetry data is sent on the
destination device.
Default Not configured
Command mode DESTINATION-GROUP
Usage
information
When you associate a destination group with a subscription, telemetry data is sent to the IP address and
port specified by the destination command. In the 10.4.3.0 release, only one destination is supported.
The no version of this command removes the configured destination.
Example
OS10(conf-telemetry)# destination-group dest1
OS10(conf-telemetry-dg-dest1)# destination 10.11.56.204 40001
OS10(conf-telemetry-dg-dest1)#
Supported
releases
10.4.3.0 or later
subscription-profile
Configures a subscription profile for streaming telemetry data.
Syntax
subscription-profile profile-name
Parameters profile-name Enter a profile name. A maximum of 32 characters.
Default Not configured
Command mode TELEMETRY
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.
NOTE: The subscription profile can have either OS10 or Openconfig model sensor groups. Both
cannot co-exist. If you try to configures both sensor groups, then a warning message appears.
Example
OS10(conf-telemetry)# subscription-profile subscription-1
OS10(conf-telemetry-sp-subscription-1)#
Supported
releases
10.4.3.0 or later
destination-group (subscription-profile)
Assigns a destination group to a subscription profile for streaming telemetry.
Syntax
destination-group group-name
Parameters group-name Enter the name of the destination group. A maximum of 32 characters.
Default Not configured
Telemetry 1377