Cisco Ultra-Reliable Wireless Backhaul Standalone, Software Configuration Guide, Release 26.1.x

PDF

Configure URWB Telemetry Protocol using CLI

Want to summarize with AI?

Log in

Configures the URWB telemetry protocol to transmit raw UDP data to a specified receiver. This procedure establishes the server destination and enables the export functionality for telemetry data.


The URWB telemetry protocol transmits raw UDP data to a specified receiver.

Before you begin

By default, the telemetry data is disabled.

Procedure

1.

Use the configure telemetry server dest-ip port command to set the IP address and UDP port of the receiver.

Example:

Device# configure telemetry server 10.115.11.56 1234

Multicast addresses are supported.

2.

Use the configure telemetry export { enable | disable } command to enable raw UDP telemetry transmission to the configured server.

Example:

Device# configure telemetry export enable 
Note
  • Ensure the IP address is configured before you rune the configure telemetry export enable command. If not, the command rejects with an error please configure the telemetry server IP first.

  • The IP server is simultaneously set to 0.0.0.0 (the port value is unchanged) when you execute the configure telemetry export disable command.

3.

Use the show telemetry config command to verify telemetry configuration.

Example:

Device# show telemetry config
            Telemetry export: enabled, current (live): disabled
            Telemetry server: 10.115.11.56 1234, current (live): 0.0.0.0 30000