telemetry maximum-subscribe-paths

Use this command to set the maximum number of telemetry subscription paths. Users can control how many sensor paths they can subscribe to at a time.

Use no form of the command to reset the telemetry subscribe path count to its default value.

Command Syntax

Copy
telemetry maximum-subscribe-paths <10-1000>
no telemetry maximum-subscribe-paths

Parameters

maximum-subscribe-paths <10-1000>

Specifies the range of supported telemetry subscription paths to configure across all VRFs.

Default

If telemetry subscribe paths are not explicitly configured, the system sets it to 100 sensor paths for high-end platforms and 50 sensor paths for standard platforms.

Command Mode

Configure mode

Applicability

Introduced in OcNOS version 6.6.0

Examples

The show command output below displays the available configuration on a device.

Copy
OcNOS(config)#show running-config streaming-telemetry
!
feature streaming-telemetry vrf management
!
!

Here, the maximum subscription paths are set to 200, and the show command output confirms the configuration.

Copy
OcNOS(config)#telemetry maximum-subscribe-paths 200
OcNOS(config)#commit
Copy
OcNOS(config)#show running-config streaming-telemetry
!
feature streaming-telemetry vrf management
telemetry maximum-subscribe-paths 200
!
!