You can collect an aggregate of sampled flows and send the aggregate to a specified host that runs the cflowd
application available from the Cooperative Association for Internet Data Analysis (CAIDA) (http://www.caida.org). By using cflowd, you can obtain various types of byte and packet counts of flows through a router.The cflowd
application collects the sampled flows over a period of 1 minute. At the end of the minute, the number of samples to be exported are divided over the period of another minute and are exported over the course of the same minute.Before you can perform flow aggregation, the routing protocol process must export the autonomous system (AS) path and routing information to the sampling process. To do this, include the
route-recordstatement:route-record;You can include this statement at the following hierarchy levels:
By default, flow aggregation is disabled. To enable the collection of flow aggregates, include the
cflowdstatement at the[edit forwarding-options sampling output]hierarchy level:[edit forwarding-options sampling output]cflowdhostname{aggregation {autonomous-system;destination-prefix;protocol-port;source-destination-prefix {caida-compliant;}source-prefix;}autonomous-system-type (origin | peer);(local-dump | no-local-dump); portport-number;source-addressaddress; versionformat; }In the cflowd statement, specify the name, identifier, and source-address of the host that collects the flow aggregates. You must also include the UDP port number on the host and the
version, which gives the format of the exported cflowd aggregates. To specify an IPv4 source address, include thesource-addressstatement. To collect cflowd records in a log file before exporting, include thelocal-dumpstatement. To specify the cflowd version number, include theversionstatement. The cflowd version is either 5 or 8.
NOTE: You cannot specify both host (cflowd) sampling and port mirroring in the same configuration.
To specify aggregation of specific types of traffic, include the
aggregationstatement. This conserves memory and bandwidth enabling cflowd to export targeted flows rather than all the aggregated
NOTE: Aggregation is valid only if cflowd version 8 is specified.
traffic.To specify a flow type, include the
aggregationstatement at the [editforwarding-options sampling output cflowdhostname]hierarchy level:[edit forwarding-options sampling output cflowdhostname]aggregation {source-destination-prefix;}You specify the aggregation type using one of the following options:
autonomous-system—Aggregate by AS number; may require setting the separate cflowdautonomous-system-typestatement to include eitheroriginorpeerAS numbers. Theoriginoption specifies to use the origin AS of the packet source address in the Source Autonomous System cflowd field. Thepeeroption specifies to use the peer AS through which the packet passed in the Source Autonomous System cflowd field. By default,cflowdexports the origin AS number.destination-prefix—Aggregate by destination prefix (only).protocol-port—Aggregate by protocol and port number; requires setting the separatecflowdportstatement.source-destination-prefix—Aggregate by source and destination prefix. Version 2.1b1 of CAIDA's cflowd application does not record source and destination mask length values in compliance with CAIDA's cflowd Configuration Guide, dated August 30, 1999. If you configure thecaida-compliantstatement, the JUNOS software complies with Version 2.1b1 of cflowd. If you do not include thecaida-compliantstatement in the configuration, the JUNOS software records source and destination mask length values in compliance with the cflowd Configuration Guide.source-prefix—Aggregate by source prefix (only).Collection of sampled packets in a local ASCII file is not affected by the
cflowdstatement.Debugging cflowd Flow Aggregation
To collect the cflowd flows in a log file before they are exported, include the
local-dumpoption at the[edit forwarding-options sampling output cflowdhostname]hierarchy level:[edit forwarding-options sampling output cflowdhostname]local-dump;By default, the flows are collected in
/var/log/sampled; to change the filename, include thefilenamestatement at the[edit forwarding-options sampling traceoptions]hierarchy level. For more information about changing the filename, see Configuring Traffic Sampling Output.
NOTE: Because the
local-dumpoption adds extra overhead, you should use it only while debugging cflowd problems, not during normal operation.
The following is an example of the flow information. The AS number exported is the origin AS number. All flows that belong under a cflowd header are dumped, followed by the header itself:
Jun 27 18:35:43 v5 flow entryJun 27 18:35:43 Src addr: 10.53.127.1Jun 27 18:35:43 Dst addr: 10.6.255.15Jun 27 18:35:43 Nhop addr: 192.168.255.240Jun 27 18:35:43 Input interface: 5Jun 27 18:35:43 Output interface: 3Jun 27 18:35:43 Pkts in flow: 15Jun 27 18:35:43 Bytes in flow: 600Jun 27 18:35:43 Start time of flow: 7230Jun 27 18:35:43 End time of flow: 7271Jun 27 18:35:43 Src port: 26629Jun 27 18:35:43 Dst port: 179Jun 27 18:35:43 TCP flags: 0x10Jun 27 18:35:43 IP proto num: 6Jun 27 18:35:43 TOS: 0xc0Jun 27 18:35:43 Src AS: 7018Jun 27 18:35:43 Dst AS: 11111Jun 27 18:35:43 Src netmask len: 16Jun 27 18:35:43 Dst netmask len: 0[... 41 more
v5 flowentries; then the following header:]Jun 27 18:35:43 cflowd header:Jun 27 18:35:43 Num-records: 42Jun 27 18:35:43 Version: 5Jun 27 18:35:43 Flow seq num: 118Jun 27 18:35:43 Engine id: 0Jun 27 18:35:43 Engine type: 3