Overview of Telemetry

Telemetry is a technology developed to fast collect data from physical or virtual devices remotely. Devices use the push mode to proactively send their data information, such as traffic statistics on interfaces, CPU usage, and memory data, to the collector at a specific interval. In the conventional pull mode, devices interact with the collector using questions and answers. The push mode implements real-time and quick data collection.

As the SDN network scale increases, more and more services need to be carried, and users have higher requirements on intelligent SDN O&M. Specifically, monitoring data should have a higher precision, so that microburst traffic can be promptly detected and adjusted. The monitoring process should have little impact on device functions and performance to improve device and network utilization.

Conventional network monitoring methods (such as SNMP get and CLI) are of low management efficiency and cannot meet user requirements because of the following disadvantages:
  • The pull mode is used to obtain monitoring data of devices. This mode cannot monitor a large number of network nodes, which limits the network growth.

  • Monitoring data is accurate to minutes. To improve data precision, you can only increase the query frequency. This causes the CPU usage of network nodes to go high, affecting normal device functions.

  • Monitored network node data is inaccurate due to transmission delays.

A new network monitoring mode is required to implement large-scale and high-performance monitoring on network devices. The telemetry technology is therefore developed to meet the requirement. With this technology, the intelligent O&M system can manage more devices, monitoring data can be obtained in real time with high precision, and the monitoring process has little impact on device functions and performance. This technology provides the most important data basis for fast fault locating and network quality optimization. It converts network quality analysis into big data analysis, effectively supporting intelligent O&M.

Table 1 shows comparison between telemetry and conventional network monitoring modes.

Table 1 Comparison between telemetry and conventional network monitoring modes

Item

Telemetry

SNMP Get

SNMP Trap

CLI

Syslog

Working mode

Push

Pull

Push

Pull

Push

Precision

Sub-seconds

Minutes

Seconds

Minutes

Seconds

Whether structured

Structured using the YANG model

Structured using MIB

Structured using MIB

Non-structured

Non-structured

As shown in Table 1, although SNMP trap and Syslog use the push mode, only alarms or events are pushed. Monitoring data such as the interface traffic cannot be collected or sent.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
Next topic >