show running-config telemetry profile

Displays the current configuration settings of Telemetry profiles.

Syntax

show running-config telemetry profile [ enhanced-queue-discard-pkts | enhanced-queue-max-queue-depth | queue ]

Modes

Privileged EXEC mode

Parameters

enhanced-queue-discard-pkts
Displays a subset of the data highlighting discarded packet information.
enhanced-queue-max-queue-depth
Displays a subset of the data highlighting maximum queue depth information.
queue
Displays the field configuration information for the current telemetry profile queue.

Usage Guidelines

The output includes all default profiles and any custom defined telemetry profiles.

Output

The show running-config telemetry profile command displays the following information:

Output field Description
profile-type Each profile is identified by a unique profile type.
interval Interval at which the profile information is streamed to interested clients or collectors.
add field-id Indicates field identifier available for streaming.
interface intf-range When applicable to a profile-type, will have additional required parameters.

Examples

Typical command example.

device# show running-config telemetry profile
telemetry profile system-utilization default_system_utilization_statistics
  interval 60
  add total-system-memory
  add total-used-memory
  …
 add uptime
telemetry profile interface default_interface_statistics
  interval 30	
  interface 0/1-20
  add out-pkts
  add in-pkts
  …
  add out-discards
  add in-discards
!

Example using the enhanced-queue-discard-pkts keyword.

device# show running-config telemetry profile enhanced-queue-discard-pkts
telemetry profile enhanced-queue-discard-pkts default_enhanced_queue_discard_pkts_statistics
interval 240
interface-range 0/1-2,0/3:1-2
add discard-pkts

Example using the enhanced-queue-max-queue-depth keyword.

device# show running-config telemetry profile enhanced-queue-max-queue-depth
telemetry profile enhanced-queue-max-queue-depth default_enhanced_queue_max_queue_depth_statistics
interval 240
interface-range 0/4-5,0/6
add max-queue-depth

Example using the queue keyword.

device# show running-config telemetry profile queue
telemetry profile queue default_queue_statistics
interval 240
interface-range 0/1-2,0/3:1-2
add enq-pkt-count
add enq-byte-count
add discard-pkt-count
add discard-byte-count
add current-queue-size
add max-queue-depth-size