telemetry minimum-sample-interval

Use this command to set the minimum sample interval in seconds between telemetry data samples. Prevents excessive network and system resource consumption by ensuring telemetry updates are not sent too frequently.

Use no form of the command to reset the minimum sample interval to its default value.

Command Syntax

Copy
telemetry minimum-sample-interval <10-3600>
no telemetry minimum-sample-interval

Parameters

minimum-sample-interval <10-3600>

Specifies the range in seconds for the minimum sampling interval across all VRFs.

Default

If telemetry mimum sample intervals are not explicitly configured, the system sets it to 10 seconds for high-end platforms and 90 seconds for standard platforms.

Command Mode

Configure mode

Applicability

Introduced in OcNOS version 6.6.0

Examples

This example sets the telemetry minimum sampling interval to 12 seconds, and the show command output confirms the configuration.

Copy
OcNOS(config)#telemetry minimum-sample-interval 12
OcNOS(config)#commit
Copy
OcNOS(config)#show running-config streaming-telemetry
!
feature streaming-telemetry vrf management
telemetry minimum-sample-interval 12
!
!