SFlow#
Flow Sampling → SFS Flows
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
SFlow
SPEC
SFlowSpec allows the configuration of sFlow sampling on selected interfaces.
-
A list of sFlow collectors to which sampled data is sent.
-
-
IP address of the sFlow collector.
-
UDP port number of the sFlow collector.
default: 6343format: int32range: 1 to 65535 -
Selects a Router used to reach the sFlow collector. Router or RouterSelector required only when the `Router` kind is used, otherwise should be empty.
-
Kind of the router used to reach the sFlow collector.
enum: "DefaultRouter", "Router", "ManagementRouter" -
Selects router resources to reach the sFlow collector. Router or RouterSelector required only when the `Router` kind is used, otherwise should be empty.
-
-
-
DSCP value to use for sFlow packets. If not specified, the system default DSCP value is used.
format: int32range: 0 to 63 -
Specifies a list of label selectors to filter the interfaces on which to enable sFlow sampling. If both Interfaces and InterfaceSelector are used, the union (logical OR) of the two sets is used.
-
Specifies a list of Interfaces on which to enable sFlow sampling. If both Interfaces and InterfaceSelector are used, the union (logical OR) of the two sets is used.
-
Specifies the sampling mode (ingress, egress, or both) for sFlow sampling on the selected interfaces. Ingress is used by default.
default: "Ingress"enum: "Ingress", "Egress", "Both" -
Sampling rate. For example, a value of 16384 means that one out of every 16384 packets is sampled. [Default: 1048576]
default: 1048576format: int32range: >= 1 -
Sample size (in bytes). [default: 256]
default: 256format: int32range: 64 to 512
STATUS
SFlowStatus defines the observed state of SFlow
-
Indicates the health score of the SFlow.
-
Indicates the reason for the health score.
-
The time when the state of the resource last changed.