export-profile (Junos Telemetry Interface)
Syntax
export-profile name { dscp value; format file-format; forwarding-class (assured-forwarding | best-effort | expedited-forwarding | network-control); local-address ip-address; local-port source-port-number; loss-priority (high | low | medium-high | medium-low); <payload-size bytes>; reporting-rate seconds; transport protocol-name; }
Hierarchy Level
[edit services analytics]
Description
Configure the parameters of the export process for data generated through Junos Telemetry Interface sensors. You can create one or more export profiles. Each profile can be associated with one or more sensors that define the system resource to monitor and stream data. You can associate only one export profile with a specific sensor configuration.
The IP layer delivers the exported data to the remote server. The export profile configuration allows you to specify a format for exported data, a transport protocol, the rate which the system generates data, and the local source port and IP address that are used to define the transport headers in the exported packets.
To enable Junos Telemetry Interface, you must also configure
a sensor that defines the parameters of the system resource to monitor
and stream data, and a server to collect the data. To configure a
sensor, include the sensor sensor-name
statement at the [edit services analytics]
hierarchy
level. To configure the server that functions as a data collector,
include streaming-server server-name
statement at the [edit services analytics]
hierarchy
level.
If you are configuring the export profile for dialout, the options
local-address
, local-port
,
dscp
, forwarding-class
,
loss-priority
, payload-size
, and
resource-filter
are not supported. Only the
reporting-interval
option is supported with dialout.
Junos Telemetry Interface was introduced in Junos OS Release 15.1F3 on MX Series routers with interfaces configured on MPC1 through MPC6E and on PTX Series routers with interfaces configured on FPC3. Starting in Junos OS Release 15.1F5, Junos Telemetry Interface is also supported on MPC7E, MPC8E, and MPC9E on MX Series routers.
Starting with Junos OS Release 16.1R3, FPC1 and FPC2 on PTX Series routers are also supported.
Starting with Junos OS Release 17.2R1, QFX10000 switches and PTX1000 routers are also supported.
Options
name | Name of export profile. Note:
To associate this export profile with a configured sensor,
include the |
||||||
dscp value | Specify the DSCP value for the exported packets.
|
||||||
format | Specify the format to define the structure of exported data.
|
||||||
forwarding-class (assured-forwarding | best-effort | expedited-forwarding | network-control) | (Packet Forwarding Engine sensors only) Specify the forwarding class for exported packets.
|
||||||
loss-priority (high | low | medium-high | medium-low) (MX Series only) | Specify the loss priority for exported packets. Loss priority settings help determine which packets are dropped from the network during periods of congestion. |
||||||
local-address ip-address | Specify the source address of exported packets. |
||||||
local-port number | Specify the source port for the exported packets. |
||||||
payload-size bytes (Optional) | Specify the maximum size of exported packets. Note:
The
|
||||||
reporting-rate seconds | Specify the interval at which the Junos Telemetry Interface sensor generates data to export to the collector. As the configured interval expires, the most recent sample collected by the sensor is gathered and forwarded to the server configured to collect data. Note:
For Packet Forwarding Engine sensors, the minimum reporting rate is 2 seconds.
|
||||||
transport protocol-name | Specify the transport protocol to use to carry the telemetry data in the IP packets.
|
Required Privilege Level
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.
Release Information
Statement introduced in Junos OS Release 15.1F3.
payload-size bytes
option introduced
in Junos OS Release 16.1R3.
loss-priority
option introduced in Junos OS Release
17.3R1 for MX Series routers only.
Statement introduced in Junos OS Release 17.4R1 for virtual MX Series (vMX) routers.