display telemetry destination

Function

The display telemetry destination command displays information about a destination group to which the data sampled is sent.

Format

display telemetry destination [ dest-name ]

Parameters

Parameter Description Value
dest-name

Displays the name of a destination group to which the data sampled is sent.

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 destination group information, such as the name, IP address, port number and its connection status, and transport protocol, run the display telemetry destination command.

Example

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

# Display information about all destination groups.
<HUAWEI> display telemetry destination
----------------------------------------------------------------------------------------------------------------------------------------
Dest-name    Dest-addr        Dest-port  State     Vpn-name      Protocol  Src-address         Src-port      Src-interface
----------------------------------------------------------------------------------------------------------------------------------------
a            10.135.84.185    50000      RESOLVED  -             GRPC      1.1.1.2             -             LoopBack1     
----------------------------------------------------------------------------------------------------------------------------------------
# Display information about destination group a.
<HUAWEI> display telemetry destination a
----------------------------------------------------------------------------------------------------------------------------------------
Dest-name   Dest-addr        Dest-port   State     Vpn-name      Protocol Istls     Src-address      Src-port    Src-interface      FailedReason
----------------------------------------------------------------------------------------------------------------------------------------
a           10.135.84.185    50000       RESOLVED  -             GRPC      NO-TLS    1.1.1.2          -             LoopBack1          NA          
----------------------------------------------------------------------------------------------------------------------------------------
Table 1 Description of the display telemetry destination command output
Item Description
Dest-name

Name of the destination group to which the data sampled is sent.

Dest-addr

IP address of the destination group to which the data sampled is sent.

Dest-port

Port number of the destination group to which the data sampled is sent.

State

Port connection status of the destination group to which the data sampled is sent.

  • RESOLVED: subscribed.
  • UNRESOLVED:subscription failed.
  • NA: not subscribed.
Vpn-name

VPN instance name.

Protocol

Data sending protocol.

Src-address

If both Src-interface and Src-address are specified, the source interface address is specified.

If Src-interface is not specified and Src-address is specified, the source IP address is used.

Src-port

Source port number of UDP protocol.

Src-interface

Source interface.

Istls

Whether to adopt TLS encryption.

FailedReason

Failure reason:

  • NA: The connection is normal.
  • NO-SUBSCRIPTION: The destination group is not subscribed.
  • NO-SENSOR: The destination group is subscribed, but no sampling sensor is configured for the subscription, or the sampling sensor is configured but no sampling path is configured.
  • NO-SOURCEIP: The source interface is not bound to an IPv4 address.
  • UNKNOWN: This is an unknown error.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >