show streaming-telemetry
Use this command to display the streaming-telemetry details of persistent (dial-out) and dynamic (dial-in) subscription connection details, including the POLL mode subscriptions per VRF.
The show streaming-telemetry
and all its sub-commands also shows the maximum sensor-paths and minimum sample-interval for that platform.
Command Syntax
show streaming-telemetry (vrf (NAME|management)|)
Parameters
vrf NAME
(Optional) Defines streaming telemetry in a user-defined VRF. Specify the VRF instance name.
vrf management
(Optional) Defines streaming telemetry in the management VRF.
Command Mode
Execution mode
Applicability
Introduced in OcNOS version 6.5.2 and added the vrf (NAME|management)
parameters in the OcNOS version 6.6.0. Introduced two fields, "CPU monitoring" and "CPU monitoring threshold", in all the show streaming-telemetry command output in the OcNOS Version 6.6.1.
Examples
The following example displays the streaming telemetry details.
OcNOS#show streaming-telemetry
Number of telemetry instances : 3 (default,VRF1,management)
Platform type : High range
Maximum sensor-paths : 100
Minimum sample-interval : 10
CPU monitoring : ENABLED (NORMAL)
CPU monitoring threshold : 40
Number of active sensor-paths : 6 (Dial-In : 0, Dial-out : 6)
SI : Sampling Interval in seconds
Enc-Type : Encoding type
Origin:Path : Sensor Path
1. Subscription Details (VRF-Name: default):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Port : 9339
TLS : Disabled
insecure-tls : False
Dial-Out Subscription Details:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Subscription-name : storage
Status : ACTIVE
Enc-Type : JSON
Tunnel-server details:
~~~~~~~~~~~~~~~~~~~~~~
Tunnel-server Retry-interval : Default-60 (seconds)
Destination-group Status Tunnel-IP:Port
----------------- ------ --------------
Collector1 ACTIVE 10.12.101.72:11161
Sensor-group details:
~~~~~~~~~~~~~~~~~~~~~
Sensor-group SI Origin:Path
------------ ---- -----------
Platform 10 ipi:/components/component[name="RAM"]/ram/state
ipi:/components/component[name="HARD-DISK"]/storage/state
2. Subscription Details (VRF-Name: VRF1):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Port : 50000
TLS : Disabled
insecure-tls : False
Dial-Out Subscription Details:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Subscription-name : storage
Status : ACTIVE
Enc-Type : JSON
Tunnel-server details:
~~~~~~~~~~~~~~~~~~~~~~
Tunnel-server Retry-interval : Default-60 (seconds)
Destination-group Status Tunnel-IP:Port
----------------- ------ --------------
Collector3 ACTIVE 10.21.3.4:11123
Sensor-group details:
~~~~~~~~~~~~~~~~~~~~~
Sensor-group SI Origin:Path
------------ ---- -----------
Platform 95 ipi:/components/component[name="RAM"]/ram/state
ipi:/components/component[name="HARD-DISK"]/storage/state
3. Subscription Details (VRF-Name: management):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Port : 60000
TLS : Disabled
insecure-tls : False
Dial-Out Subscription Details:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Subscription-name : storage2
Status : ACTIVE
Enc-Type : JSON
Tunnel-server details:
~~~~~~~~~~~~~~~~~~~~~~
Tunnel-server Retry-interval : Default-60 (seconds)
Destination-group Status Tunnel-IP:Port
----------------- ------ --------------
Collector2 ACTIVE 10.21.3.4:11123
Sensor-group details:
~~~~~~~~~~~~~~~~~~~~~
Sensor-group SI Origin:Path
------------ ---- -----------
Platform 95 ipi:/interfaces/interface/state
[*]ipi:/interfaces/interface/state/counters
[*]-> Indicates child path learnt from parent config, not configured by user
The below table explains the output fields.
Field |
Description |
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Number of telemetry instances |
Displays the total telemetry instances configured, including VRFs like management, user-defined, and default. |
|||||||||
Platform type |
Displays the platform type is standard or high range. |
|||||||||
Maximum sensor-paths |
Shows the maximum number of sensor paths configured. For more details, refer to the telemetry maximum-subscribe-paths command. |
|||||||||
Minimum sample-interval |
Indicates the minimum sampling interval in seconds. For more details, refer to the telemetry minimum-sample-interval command. |
|||||||||
CPU monitoring |
Displays the current operational state of CPU-based telemetry control. It shows:
|
|||||||||
CPU monitoring threshold |
Displays the active CPU threshold value (in percentage) configured to trigger the pause or resume logic for telemetry streaming. |
|||||||||
Number of active sensor-paths |
Shows the total number of active sensor paths for Dial-In and Dial-Out subscriptions. |
|||||||||
SI |
Represents the sampling interval (SI) in seconds at which telemetry data is collected. |
|||||||||
Enc-Type |
Indicates the encoding type (Enc-type) used for each subscription. |
|||||||||
Origin:Path |
Displays the origin and path of the data being monitored. |
|||||||||
Port |
Specifies the port number range for the TLS gRPC connection. |
|||||||||
TLS |
Indicates whether the TLS connection is enabled or disabled. |
|||||||||
insecure-tls |
Indicates the TLS connection is secure (false) or not (true). |