port

Use this command to configure a non-TLS port for streaming-telemetry.

Use the no parameter of this command to reset the non-TLS port to its default value.

Command Syntax

Copy
port <32768-60999>
no port <32768-60999>

Parameters

port <32768-60999>

Specifies the port number range for the insecure TLS gRPC connection.

Default

The non-TLS port is set to 9339.

Command Mode

Feature telemetry configure mode

Applicability

Introduced in OcNOS version 6.6.0

Examples

Copy
OcNOS(config)#feature streaming-telemetry vrf management
OcNOS(feature-telemetry-config)#port 54321
OcNOS(feature-telemetry-config)#commit

OcNOS(config)#show running-config streaming-telemetry
!
feature streaming-telemetry vrf management
 port 54321
!