agent (Analytics)
Syntax
agent {
service-agents {
agent-name {
inputs {
analytics {
parameters {
generate-tags value;
sample-frequency value;
sensors file-path;
}
}
input-ipfix {
parameters {
maximum-connections number;
tcp-port port-number;
vrf-name name;
}
}
input-jti-ipfix {
parameters {
record-group group-name {
record ipfix-record-name;
reporting-interval seconds;
}
}
}
}
outputs {
file {
parameters {
path file-path;
}
}
kafka {
parameters {
server ip-address;
topic topic-name;
encoding encoding-type;
}
}
output-ipfix {
parameters {
collector-address ip-address;
collector-ca-certificate file-path;
collector-certificate file-path;
collector-certificate-key file-path;
collector-connection-retry-interval seconds;
collector-tcp-port port-number;
collector-vrf-name vrf-name;
}
}
}
}
}
traceoptions {
filename filename;
flag (debug | error | info | trace);
}
}
Hierarchy Level
[edit services analytics]
Description
Enabling tracing can adversely impact scale and performance and may increase security risk. We strongly recommend using the trace, tracing, or traceoptions commands only under the guidance of a JTAC support engineer. After collecting the debug information, immediately disable tracing to minimize risk and restore normal system performance.
Configure the Network Telemetry Framework (NTF) agent and corresponding service agents that use input and output plug-ins to collect, transform, and forward network telemetry data.
The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.
Required Privilege Level
system
Release Information
Statement introduced in Junos OS Release 18.3R1.
Statement is not supported on Junos OS Evolved.