activate (telemetry collector)

Activates the telemetry data stream—as defined by the telemetry profiles—to the external telemetry collector.

Syntax

activate
no activate

Command Default

The collector is deactivated.

Modes

Telemetry-collector configuration mode

Usage Guidelines

Activates the collector object, which streams telemetry information to the external telemetry collector.

Use the no activate command to disable streaming to the external telemetry collector.

Examples

Typical command execution.

device# configure terminal
device(config)# telemetry collector collector1
device(config-collector-collector1)# ip 10.24.12.87 port 8080
device(config-collector-collector1)# encoding json
device(config-collector-collector1)# profile system-profile default_system_utilization_statistics
device(config-collector-collector1)# activate