display telemetry subscription

Function

The display telemetry subscription command displays subscription information.

Format

display telemetry subscription [ subscription-name ]

Parameters

Parameter Description Value
subscription-name

Specifies a subscription name.

The value is a string of 1 to 64 case-sensitive characters containing letters and digits. Spaces are not supported between letters or digits.

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
telemetry read

Usage Guidelines

To view subscription information, including the subscription name, subscription status, sampling sensor group associated, and destination group associated, run the display telemetry subscription command.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display all subscription information.
<HUAWEI> display telemetry subscription
---------------------------------------------------------------------------
Sub-name           : a
Sensor group:
----------------------------------------------------
Sensor-name     Sample-interval(ms)  State          
----------------------------------------------------
senso1          60000                RESOLVED       
----------------------------------------------------
Destination group:
----------------------------------------------------------------------
Dest-name   Dest-IP          Dest-port   State        Vpn-name     Protocol   
----------------------------------------------------------------------
dest1       10.135.84.185    50000       RESOLVED     -            GRPC       
----------------------------------------------------------------------
Sub-state          : PASSIVE 
---------------------------------------------------------------------------

Total subscription number is :  1
# Display information about subscription a.
<HUAWEI> display telemetry subscription a
---------------------------------------------------------------------------
Sub-name           : a
Source Address     : 10.1.1.1
Source Port(UDP)   : 20000
Dscp               : 0
Protocol           : GRPC 
Encoding           : GPB 
Send bytes         : 0 
Send packets       : 0 
Total send delay   : 0 
Total send error   : 0 
Total send drop    : 302 
Total other error  : 0 
Last send-time     : 2017-08-31 15:42:35
Sensor group:
----------------------------------------------------------------------
Sensor-name Sample-interval(ms) Heartbeat-interval(s) Suppression State     
----------------------------------------------------------------------
senso1      60000               -                     NO          RESOLVED  
----------------------------------------------------------------------
Destination group:
----------------------------------------------------------------------
Dest-name   Dest-IP          Dest-port   State        Vpn-name     Protocol   
----------------------------------------------------------------------
dest1       10.135.84.185    50000       RESOLVED     -            GRPC       
----------------------------------------------------------------------
Sub-state          : PASSIVE 
---------------------------------------------------------------------------
                
Total subscription number is :  1
Table 1 Description of the display telemetry subscription command output
Item Description
Sub-name

Subscription name.

Sensor group

Sampling sensor group information.

Sensor-name

Sampling sensor group name.

Sample-interval(ms)

Sampling interval, in milliseconds.

State

Sampling sensor group status.

  • RESOLVED: subscribed.
  • NA: not subscribed.
State

Destination group status.

  • RESOLVED: subscribed.
  • NA: not subscribed.
Destination group

Destination group information.

Dest-name

Name of the destination group.

Dest-IP

IP address of the destination group.

Dest-port

Port number of the destination group.

Vpn-name

VPN instance name.

Protocol

Data sending protocol.

  • GRPC: the data sending protocol is gRPC.
  • UDP: the data sending protocol is UDP.
Sub-state

Subscription status.

  • PASSIVE: not connected to the collector.
  • ACTIVE: connected to the collector.
Total subscription number is

Total number of subscriptions.

Total send delay

Number of packets delayed from sending.

Total send error

Number of packets fail to be sent.

Total send drop

Number of packets discarded.

Total other error

Number of other error packets.

Source Address

Source IP address.

Source Port(UDP)

Source port number of UDP protocol.

Dscp

DSCP value of the data packet sent.

Encoding

Data encoding mode.

Send bytes

Number of bytes sent.

Send packets

Number of packets sent.

Last send-time

Last sending date and time.

Heartbeat-interval(s)

Heartbeat interval, in seconds.

Suppression

Redundancy suppression.

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