Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
NetFlow
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Communications protocol}} '''NetFlow''' is a feature that was introduced on [[Cisco]] routers around 1996 that provides the ability to collect IP network traffic as it enters or exits an interface. By analyzing the data provided by NetFlow, a network administrator can determine things such as the source and destination traffic, class of service, and the causes of congestion. A typical flow monitoring setup (using NetFlow) consists of three main components:<ref name="Flow_Monitoring_Tutorial">{{cite journal | last1 = Hofstede | first1 = Rick | last2 = Čeleda | first2 = Pavel | last3 = Trammell | first3 = Brian | last4 = Drago | first4 = Idilio | last5 = Sadre | first5 = Ramin | last6 = Sperotto | first6 = Anna | last7 = Pras | first7 = Aiko | title = Flow Monitoring Explained: From Packet Capture to Data Analysis with NetFlow and IPFIX | url = http://porto.polito.it/2658703/ | journal = IEEE Communications Surveys & Tutorials | volume = 16 | issue = 4 | pages = 2037–2064 | doi = 10.1109/COMST.2014.2321898 | year = 2014 | s2cid = 14042725 }}</ref> * '''Flow exporter''': aggregates packets into flows and exports flow records towards one or more flow collectors. * '''Flow collector''': responsible for reception, storage and pre-processing of flow data received from a flow exporter. * '''Analysis application''': analyzes received flow data in the context of intrusion detection or traffic profiling, for example. == Protocol description == [[Router (computing)|Router]]s and switches that support NetFlow can collect [[Internet Protocol|IP]] traffic statistics on all interfaces where NetFlow is enabled, and later export those statistics as NetFlow records toward at least one NetFlow collector—typically a server that does the actual [[traffic analysis]]. === Network flows === Cisco standard NetFlow version 5 defines a ''flow'' as a unidirectional sequence of packets that all share seven values which define a unique key for the flow:<ref>{{cite web |url=https://pliki.ip-sa.pl/wiki/Wiki.jsp?page=NetFlow |url-status=dead |archive-url=https://web.archive.org/web/20170222053806/https://pliki.ip-sa.pl/wiki/Wiki.jsp?page=NetFlow |archive-date=2017-02-22 |title=InterProjektWiki: NetFlow}}</ref> # Ingress interface ([[Simple Network Management Protocol|SNMP]] ifIndex) # Source [[IP address]] # Destination [[IP address]] # [[IP protocol number]] # Source port for [[User Datagram Protocol|UDP]] or [[Transmission Control Protocol|TCP]], 0 for other protocols # Destination port for [[User Datagram Protocol|UDP]] or [[Transmission Control Protocol|TCP]], type and code for [[Internet Control Message Protocol|ICMP]], or 0 for other protocols # IP [[Type of Service]] Note that the Egress interface, IP Nexthop or BGP Nexthops are not part of the key, and may not be accurate if the route changes before the expiration of the flow, or if load-balancing is done per-packet. This definition of flows is also used for IPv6, and a similar definition is used for [[MPLS]] and [[Layer 2|Ethernet]] flows. Advanced NetFlow or IPFIX implementations like Cisco Flexible NetFlow allow user-defined flow keys. A typical output of a NetFlow command line tool (<code>nfdump</code> in this case) when printing the stored flows may look as follows: Date flow start Duration Proto Src IP Addr:Port Dst IP Addr:Port Packets Bytes Flows 2010-09-01 00:00:00.459 0.000 UDP 127.0.0.1:24920 -> 192.168.0.1:22126 1 46 1 2010-09-01 00:00:00.363 0.000 UDP 192.168.0.1:22126 -> 127.0.0.1:24920 1 80 1 === Export of records === The router will output a flow record when it determines that the flow is finished. It does this by flow aging: when the router sees new traffic for an existing flow it resets the aging counter. Also, [[TCP session]] termination in a TCP flow causes the router to expire the flow. Routers can also be configured to output a flow record at a fixed interval even if the flow is still ongoing. ==== Packet transport protocol ==== NetFlow records are traditionally exported using User Datagram Protocol ([[User Datagram Protocol|UDP]]) and collected using a NetFlow collector. The IP address of the NetFlow collector and the destination UDP port must be configured on the sending router. A common value is UDP port 2055, but other values like 9555 or 9995, 9025, 9026 etc. can also be used. For efficiency reasons, the router traditionally does not keep track of flow records already exported, so if a NetFlow packet is dropped due to [[network congestion]] or packet corruption, all contained records are lost forever. The UDP protocol does not inform the router of the loss so it can send the packets again. This can be a real problem, especially with NetFlow v8 or v9 that can aggregate a lot of packets or flows into a single record. A single UDP packet loss can cause a huge impact on the statistics of some flows. That is why some modern implementations of NetFlow use the Stream Control Transmission Protocol ([[Stream Control Transmission Protocol|SCTP]]) to export packets so as to provide some protection against packet loss, and make sure that NetFlow v9 templates are received before any related record is exported. Note that TCP would not be suitable for NetFlow because a strict ordering of packets would cause excessive buffering and delays. The problem with SCTP is that it requires interaction between each NetFlow collector and each router exporting NetFlow. There may be performance limitations if a router has to deal with many NetFlow collectors, and a NetFlow collector has to deal with many routers, especially when some of them are unavailable due to failure or maintenance. SCTP may not be efficient if NetFlow must be exported toward several independent collectors, some of which may be test servers that can go down at any moment. UDP allows simple replication of NetFlow packets using Network taps or L2 or L3 Mirroring. Simple stateless equipment can also filter or change the destination address of NetFlow UDP packets if necessary. Since NetFlow export almost only use network backbone links, packet loss will often be negligible. If it happens, it will mostly be on the link between the network and the NetFlow collectors. ==== Packet headers ==== All NetFlow packets begin with version-dependent header, that contains at least these fields: *Version number (v1, v5, v7, v8, v9) *Sequence number to detect loss and duplication *Timestamps at the moment of export, as system uptime or absolute time. *Number of records (v5 or v8) or list of templates and records (v9) === Records === A NetFlow record can contain a wide variety of information about the traffic in a given flow. NetFlow version 5 (one of the most commonly used versions, followed by version 9) contains the following: *Input interface index used by [[Simple Network Management Protocol|SNMP]] (ifIndex in IF-MIB). *Output interface index or zero if the packet is dropped. *Timestamps for the flow start and finish time, in milliseconds since the last boot. *Number of bytes and packets observed in the flow *[[Network Layer|Layer 3]] headers: **Source & destination IP addresses **[[Internet Control Message Protocol|ICMP]] Type and Code. **IP protocol **[[Type of Service]] (ToS) value *Source and destination port numbers for TCP, UDP, SCTP *For TCP flows, the union of all TCP flags observed over the life of the flow. *Layer 3 [[Routing]] information: **IP address of the immediate next-hop (not the BGP nexthop) along the route to the destination **Source & destination IP masks (prefix lengths in the [[Classless Inter-Domain Routing|CIDR]] notation) For [[Internet Control Message Protocol|ICMP]] flows, the Source Port is zero, and the Destination Port number field codes ICMP message Type and Code (port = ICMP-Type * 256 + ICMP-Code) {{Citation needed|date=October 2022}}. The source and destination [[autonomous system (Internet)|Autonomous System]] (AS) number fields can report the destination AS (last AS of AS-Path) or the immediate neighbor AS (first AS of AS-Path) depending on the router configuration. But the AS number will be zero if the feature is not supported, the route is unknown or not announced by BGP, or the AS is the local AS. There is no explicit way to distinguish between these cases. NetFlow version 9 can include all of these fields and can optionally include additional information such as [[Multiprotocol Label Switching]] (MPLS) labels and [[IPv6]] addresses and ports, By analyzing flow data, a picture of traffic flow and traffic volume in a network can be built. The NetFlow record format has evolved over time, hence the inclusion of version numbers. Cisco maintains details of the different version numbers and the layout of the packets for each version. === Interfaces === NetFlow is usually enabled on a per-interface basis to limit load on the router components involved in NetFlow, or to limit the amount of NetFlow records exported. NetFlow usually captures all packets received by an ingress IP interface, but some NetFlow implementations use IP filters to decide if a packet can be observed by NetFlow. Some NetFlow implementations also allow the observation of packets on the egress IP interface, but this must be used with care: all flows from any ingress interface with NetFlow enabled to any interface with NetFlow enabled could be counted twice. === Sampled NetFlow === Standard NetFlow was designed to process all IP packets on an interface. But in some environments, e.g. on Internet backbones, that was too costly, due to the extra processing required for each packet, and large number of simultaneous flows. So Cisco introduced sampled NetFlow on Cisco [[Cisco 12000|12000]], and that is now used in all high-end routers that implement NetFlow. Only one packet out of ''n'' is processed, where ''n'', the sampling rate, is determined by the router configuration. The exact selection process depends on the implementation: * One packet every ''n'' packet, in Deterministic NetFlow, as used on Cisco's [[Cisco 12000|12000]]. * One packet randomly selected in an interval of ''n'' packet, in Random Sampled NetFlow, used on modern Cisco routers. Some implementations have more complex methods to sample packets, like per-flow sampling on Cisco Martinez Catalysts. The sampling rate is often the same for all interfaces, but can be adjusted per interface for some routers. When Sampled NetFlow is used, the NetFlow records must be adjusted for the effect of sampling - traffic volumes, in particular, are now an estimate rather than the actual measured flow volume. The sampling rate is indicated in a header field of NetFlow version 5 (same sampling rate for all interfaces) or in option records of NetFlow version 9 (sampling rate per interface) ==Versions== {| class="wikitable" style="margin: 0 auto; text-align: left" |- ! |Version ! |Comment |- ! |v1 | |First implementation, now obsolete, and restricted to [[IPv4]] (without [[CIDR notation|IP mask]] and [[Autonomous system (Internet)|AS Numbers]]). |- ! |v2 | |Cisco internal version, never released. |- ! |v3 | |Cisco internal version, never released. |- ! |v4 | |Cisco internal version, never released. |- ! |v5 | |Most common version, available (as of 2009) on many routers from different brands, but restricted to [[IPv4]] flows. |- ! |v6 | |No longer supported by Cisco. Encapsulation information (?). |- ! |v7 | |Like version 5 with a source router field. Used (only?) on Cisco Catalyst switches. |- ! |v8 | |Several aggregation form, but only for information that is already present in version 5 records |- ! |v9 | |Template Based, available (as of 2009) on some recent routers. Mostly used to report flows like [[IPv6]], [[Multiprotocol Label Switching|MPLS]], or even plain [[IPv4]] with BGP nexthop. |- ! |v10 | |Used for identifying [[IP Flow Information Export|IPFIX]]. Although IPFIX is heavily based on NetFlow, v10 does not have anything to do with NetFlow. |} === NetFlow and IPFIX === NetFlow was initially implemented by Cisco, and described in an "informational" document that was not on the standards track: RFC 3954 – Cisco Systems NetFlow Services Export Version 9. The NetFlow protocol itself has been superseded by Internet Protocol Flow Information eXport ([[IPFIX]]). Based on the NetFlow Version 9 implementation, IPFIX is on the IETF standards track with RFC 5101 (obsoleted by RFC 7011), RFC 5102 (obsoleted by RFC 7012), etc. which were published in 2008. === Equivalents === Many vendors other than [[Cisco Systems|Cisco]] provide similar network flow monitoring technology. NetFlow may be a prevalent name in the area of flow monitoring, because of [[Cisco Systems|Cisco]] dominant market share in the networking industry. NetFlow is thought to be a Cisco trademark (even though as of March 2012 it is not listed in Cisco Trademarks<ref>{{cite web | title=Cisco Trademarks | url=http://www.cisco.com/web/siteassets/legal/trademark.html}}</ref>): * [[Argus - Audit Record Generation and Utilization System]] * Jflow or cflowd for [[Juniper Networks]] * NetStream for [[3com|3Com/HP]] * NetStream for [[Huawei Technologies]] * Cflowd for [[Nokia]] * Rflow for [[Ericsson]] * AppFlow [[Citrix]] * [[sFlow]] vendors include: [[Alaxala]], [[Alcatel Lucent]], [[Allied Telesis]], [[Arista Networks]], [[Brocade Communications Systems|Brocade]], [[Cisco Systems|Cisco]], [[Dell]], [[D-Link]], [[Enterasys]], [[Extreme Networks|Extreme]], [[F5 Networks|F5 BIG-IP]], [[Fortinet]], [[Hewlett-Packard]], [[Hitachi]], [[Huawei]], [[IBM]], [[Juniper Networks|Juniper]], [[LG-Ericsson]], [[Mellanox]], [[MRV Communications|MRV]], [[NEC]], [[Netgear]], [[Proxim Wireless]], [[Quanta Computer]], [[Vyatta]], Telesoft, [[ZTE]] and [[ZyXEL]]<ref name="sFlow Vendors">{{cite web | url = http://www.sflow.org/products/network.php | title = sFlow Products: Network Equipment | publisher = sFlow.org }}</ref> Also flow-tools collection of software<ref>{{Cite web|url=https://github.com/adsr/flow-tools|title = Adsr/Flow-tools|website = [[GitHub]]|date = 5 October 2021}}</ref> allows to process and manage NetFlow exports from Cisco and Juniper routers.<ref>{{Cite web|url=https://github.com/adsr/flow-tools/blob/master/README|title = Adsr/Flow-tools|website = [[GitHub]]|date = 5 October 2021}}</ref> === Support === {| class="wikitable" style="margin: 0 auto; text-align: left" |- ! | Vendor and type ! | Models ! | NetFlow Version ! | Implementation ! | Comments |- ! | Cisco IOS-XR routers | | [[Carrier Routing System|CRS]], [[ASR9000]] old [[Cisco 12000|12000]] | | v5, v8, v9 | | Software running on line card CPU | | Comprehensive support for IPv6 and MPLS |- ! | Cisco IOS routers | | 10000, 7200, old 7500 | | v5, v8, v9 | | Software running on Route Processor | | support for IPv6 or MPLS require recent model and IOS |- ! | Cisco [[Cisco Catalyst|Catalyst]] switches | | 7600, 6500, 4500 | | v5, v8, v9 | | Dedicated hardware TCAM, also used for ACLs. | | Support for IPv6 on high-end models RSP720 and Sup720, but at most 128K or 256K flows per PCF card.<ref>{{cite web | title=Cisco RSP720 Sup720 NetFlow characteristics | url=http://www.cisco.com/en/US/prod/collateral/routers/ps368/product_data_sheet0900aecd8057f3b6.html |date=July 2010 |publisher = cisco.com | access-date = 2012-03-08}}</ref> |- ! | Cisco [[Cisco Nexus|Nexus]] switches | | 5600, 7000, 7700 | | v5, v9 | | Dedicated hardware TCAM, also used for ACLs. Up to 512K flows. Support IPv4/IPv6/L2. | | MPLS not supported |- ! | Juniper legacy routers | | [[Juniper M-Series|M-series]], [[Juniper MX-Series|T-series]], [[Juniper MX-Series|MX-series]] with DPC | | v5, v8 | | Software running on Routing Engine, called ''software jflow'' | | IPv6 and MPLS not supported |- ! | Juniper legacy routers | | [[Juniper M-Series|M-series]], [[Juniper MX-Series|T-series]], [[Juniper MX-Series|MX-series]] with DPC | | v5, v8, v9 | | Software running on service PIC, called ''hardware jflow'' or ''sampled'' | | IPv6 or MPLS supported on MS-DPC, MultiService-PIC, AS-PIC2 |- ! | [[Juniper Networks|Juniper]] routers | | [[Juniper MX-Series|MX-series]] with MPC-3D, FPC5 for T4000 | | v5, [[IP Flow Information Export|IPFIX]] | | Hardware (trio chipset), called ''inline jflow'' | | IPv6 requires JUNOS 11.4R2 (back port target), MPLS support unknown, MPC3E excluded until 12.3, incorrect start time field causing incorrect data throughput result <ref>{{cite web | title=pps and bps incorrect on Juniper j-flow | url=https://sourceforge.net/p/nfdump/mailman/message/29665102/ |date=Aug 2012 |access-date = 2016-03-17}}</ref> |- ! | [[Nokia]] routers | | 7750SR | | v5, v8, v9, v10 [[IP Flow Information Export|IPFIX]] | | Software running on Central Processor Module | | IPv6 or MPLS using IOM3 line cards or better |- ! | [[Huawei]] routers | | NE5000E NE40E/X NE80E | | v5, v9 | | Software running on service cards | | Support for IPv6 or MPLS is unknown |- ! | [[Enterasys Networks|Enterasys]] Switches | | S-Serie<ref>{{cite web | title = NetFlow on Enterasys S-Serie | url=http://www.enterasys.com/company/literature/s-ds.pdf |date=February 2012 | publisher = enterasys.com | access-date = 2012-03-04}}</ref> and N-Serie<ref>{{cite web | title = NetFlow on Enterasys N-Serie | url= http://www.enterasys.com/company/literature/n-ds.pdf |date=February 2012 | publisher = enterasys.com | access-date = 2012-03-04}}</ref> | | v5, v9 | | Dedicated hardware | | IPv6 support is unknown |- ! | [[Flowmon]] Probes | | [[Flowmon]] Probe 1000, 2000, 4000, 6000, 10000, 20000, 40000, 80000, 100000 | | v5, v9, [[IP Flow Information Export|IPFIX]] | | Software or hardware-accelerated | | Comprehensive support for IPv6 and MPLS, wire-speed |- ! | [[Nortel]] Switches | | Ethernet Routing Switch 5500 Series (ERS5510, 5520 and 5530) and 8600 (Chassis-based) | | v5, v9, IPFIX | | Software running on line card CPU | | Comprehensive support for IPv6 |- ! | PC and Servers | | [[Linux]] [[FreeBSD]] [[NetBSD]] [[OpenBSD]] | | v5, v9, IPFIX | | Software like fprobe,<ref>{{cite web | title = fprobe | url=http://sourceforge.net/projects/fprobe/ }}</ref> ipt-netflow,<ref>{{cite web | title = ipt-netflow | url=http://sourceforge.net/projects/ipt-netflow/ }}</ref> pflow,<ref>{{cite web |author1= Henning Brauer |author2= Joerg Goltermann |url= http://bxr.su/o/share/man/man4/pflow.4 |title= pflow — kernel interface for pflow data export |website= BSD Cross Rererence |publisher= [[OpenBSD]] |date= 2014-03-29 |access-date= 2019-08-09}} *{{cite book |section=pflow — kernel interface for pflow data export |title=OpenBSD manual page server |url=http://mdoc.su/o/pflow.4}}</ref> flowd,<ref>{{cite web |url= http://ports.su/net/flowd |title= flowd-0.9.1.20140828 – NetFlow collector |work= [[OpenBSD ports]] |date= 2019-07-17 |access-date= 2019-08-09 }}</ref> [[Netgraph]] ng_netflow<ref>{{cite web |author= Gleb Smirnoff |url= http://bxr.su/f/share/man/man4/ng_netflow.4 |title= ng_netflow — Cisco's NetFlow implementation |website= BSD Cross Rererence |publisher= [[FreeBSD]] |date= 2005 |access-date= 2019-08-09}} *{{cite book |section=ng_netflow -- Cisco's NetFlow implementation |title=FreeBSD Manual Pages |url=http://mdoc.su/f/ng_netflow.4}}</ref> or softflowd | | IPv6 support depend on the software used |- ! | VMware servers | | [[vSphere]] 5.x<ref>{{cite web |url=http://blogs.vmware.com/networking/2011/08/vsphere-5-new-networking-features-netflow.html |title = vSphere 5 New Networking Features - NetFlow - VMware vSphere Blog| date=15 August 2011 }}</ref> | | v5, IPFIX (>5.1)<ref>{{cite web|url=http://www.vmware.com/files/pdf/techpaper/Whats-New-VMware-vSphere-51-Network-Technical-Whitepaper.pdf |title=vSphere 51 Network Technical Whitepaper|website=vmware.com|access-date=1 July 2023}}</ref> | | Software | | IPv6 support is unknown |- ! | Mikrotik RouterOS | | RouterOS 3.x, 4.x, 5.x, 6.x <ref>{{Cite web|url=http://wiki.mikrotik.com/wiki/Manual:IP/Traffic_Flow|title = Manual:IP/Traffic Flow - MikroTik Wiki}}</ref> | | v1, v5, v9, IPFIX (>6.36RC3) | | Software and Routerboard hardware | | IPv6 is supported using v9. Currently RouterOS does not include BGP AS numbers. |} == Variants == === Cisco's NetFlow Security Event Logging=== Introduced with the launch of the [[Cisco ASA]] 5580 products, [http://www.cisco.com/en/US/docs/security/asa/asa81/netflow/netflow.html NetFlow Security Event Logging] utilizes NetFlow v9 fields and templates in order to efficiently deliver security telemetry in high performance environments. NetFlow Security Event Logging scales better than [[syslog]] while offering the same level of detail and granularity in logged events.{{Citation needed|date=February 2011}} === Monitoring based on standalone probes === {{Original research|section|date=March 2009}} [[File:NewNetFlowApproach.png|thumb|right|NetFlow architecture using standalone probes.]] NetFlow collection using standalone NetFlow probes is an alternative to flow collection from routers and switches. This approach can overcome some limitations of router-based NetFlow monitoring. The probes are transparently connected to the monitored link as a passive appliance using the TAP or SPAN port of the appliance. Historically, NetFlow monitoring is easier to implement in a dedicated probe than in a router. However, this approach also has some drawbacks: * probes must be deployed on every link that must be observed, causing additional hardware, setup and maintenance costs. * probes will not report separate input and output interface information like a report from a router would. * probes may have problems reporting reliably the NetFlow fields related to routing, like [[Autonomous system (Internet)|AS Numbers]] or [[Classless Inter-Domain Routing|IP masks]], because they can hardly be expected to use exactly the same routing information as a router. The easiest way to address the above drawbacks is to use a [[packet capture appliance]] inline in front of the router and capture all of the NetFlow output from the router. This method allows for storage of large amount of NetFlow data (typically many years worth of data) and does not require reconfiguration of the network. NetFlow collection from dedicated probes is well suited for observation of critical links, whereas NetFlow on routers provides a Network-wide view of the traffic that can be used for capacity planning, accounting, performance monitoring, and security. ==History== <!-- This was written by a Cisco IOS user, and should be updated by a Cisco employee --> NetFlow was originally a Cisco packet switching technology for Cisco routers, implemented in [[Cisco IOS|IOS]] 11.x around 1996. It was originally a software implementation for the Cisco 7000, 7200 and 7500,<ref name="netflow switching">{{cite web |url=http://www.cisco.com/en/US/docs/ios/11_2/feature/guide/netflow.html |title=NetFlow Switching Enhancements Feature Module [Cisco IOS Software Releases 11.1] - Cisco Systems |website=www.cisco.com |url-status=dead |archive-url=https://web.archive.org/web/20091221041522/http://www.cisco.com/en/US/docs/ios/11_2/feature/guide/netflow.html |archive-date=2009-12-21}} </ref> where it was thought as an improvement over the then current Cisco Fast Switching. Netflow was invented by Darren Kerr and Barry Bruin<ref>{{Cite web|url=https://www.cisco.com/site/us/en/index.html|title=Networking, Cloud, and Cybersecurity Solutions|website=Cisco|accessdate=1 July 2023}}</ref> from Cisco (U.S. [https://patents.google.com/patent/US6243667B1/en patent # 6,243,667] ). The idea was that the first packet of a flow would create a NetFlow switching record. This record would then be used for all later packets of the same flow, until the expiration of the flow. Only the first packet of a flow would require an investigation of the route table to find the most specific matching route. This is an expensive operation in software implementations, especially the old ones without [[Forwarding information base]]. The NetFlow switching record was actually some kind of route cache record, and old versions of IOS still refer to the NetFlow cache as '''ip route-cache'''. This technology was advantageous for local networks. This was especially true if some of the traffic had to be filtered by an [[Standard Access Control List|ACL]] as only the first packet of a flow had to be evaluated by the ACL.<ref name="kentik">{{Cite web|url=https://www.kentik.com/blog/netflow-sflow-and-flow-extensibility-part-1/|title=NetFlow, sFlow, and Flow Extensibility, Part 1|date=28 March 2016|website=Kentik Blog|accessdate=1 July 2023}}</ref> NetFlow switching soon turned out to be unsuitable for big routers, especially Internet backbone routers, where the number of simultaneous flows was much more important than those on local networks, and where some traffic causes many short-lived flows, like [[Domain Name System]] requests (whose source port is random for security reasons). As a switching technology, NetFlow was replaced around 1995 by [[Cisco Express Forwarding]]. This first appeared on Cisco 12000 routers, and later replaced NetFlow switching on advanced IOS for the Cisco 7200 and Cisco 7500. As of 2012, technologies similar to NetFlow switching are still in use in most firewalls and software-based IP routers. For instance the conntrack feature of the [[Netfilter]] framework used by [[Linux]]. == RFCs == * [http://www.ietf.org/rfc/rfc3334.txt RFC 3334 - Policy-Based Accounting] * [https://www.rfc-editor.org/info/rfc3917 RFC 3917 - Requirements for IP Flow Information Export (IPFIX)] * [http://www.ietf.org/rfc/rfc3954.txt RFC 3954 - NetFlow Version 9] * [https://www.rfc-editor.org/info/rfc3955 RFC 3955 - Evaluation of Candidate Protocols for IP Flow Information Export (IPFIX)] * [http://www.ietf.org/rfc/rfc3917.txt RFC 3917 - Requirements for IP Flow Information Export (IPFIX)] * [http://www.ietf.org/rfc/rfc3955.txt RFC 3955 - Candidate Protocols for IP Flow Information Export (IPFIX)] * [https://www.rfc-editor.org/info/rfc5101 RFC 5101 - Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of IP Traffic Flow Information] * [https://www.rfc-editor.org/info/rfc5102 RFC 5102 - Information Model for IP Flow Information Export] * [https://www.rfc-editor.org/info/rfc5103 RFC 5103 - Bidirectional Flow Export Using IP Flow Information Export (IPFIX)] * [https://www.rfc-editor.org/info/rfc5153 RFC 5153 - IP Flow Information Export (IPFIX) Implementation Guidelines] * [https://www.rfc-editor.org/info/rfc5470 RFC 5470 - Architecture for IP Flow Information Export] * [https://www.rfc-editor.org/info/rfc5471 RFC 5471 - Guidelines for IP Flow Information Export (IPFIX) Testing] * [https://www.rfc-editor.org/info/rfc5472 RFC 5472 - IP Flow Information Export (IPFIX) Applicability] * [https://www.rfc-editor.org/info/rfc5473 RFC 5473 - Reducing Redundancy in IP Flow Information Export (IPFIX) and Packet Sampling (PSAMP) Reports] * [https://www.rfc-editor.org/info/rfc5476 RFC 5476 - Packet Sampling (PSAMP) Protocol Specifications] * [https://www.rfc-editor.org/info/rfc5477 RFC 5477 - Information Model for Packet Sampling Exports] * [https://www.rfc-editor.org/info/rfc5610 RFC 5610 - Exporting Type Information for IP Flow Information Export (IPFIX) Information Elements] * [https://www.rfc-editor.org/info/rfc5655 RFC 5655 - Specification of the IP Flow Information Export (IPFIX) File Format] * [https://www.rfc-editor.org/info/rfc5815 RFC 5815 - Definitions of Managed Objects for IP Flow Information Export] * [https://www.rfc-editor.org/info/rfc5982 RFC 5982 - IP Flow Information Export (IPFIX) Mediation: Problem Statement] * [https://www.rfc-editor.org/info/rfc6183 RFC 6183 - IP Flow Information Export (IPFIX) Mediation: Framework] * [https://www.rfc-editor.org/info/rfc6235 RFC 6235 - IP Flow Anonymization Support] * [https://www.rfc-editor.org/info/rfc6313 RFC 6313 - Export of Structured Data in IP Flow Information Export (IPFIX)] * [https://www.rfc-editor.org/info/rfc6526 RFC 6526 - IP Flow Information Export (IPFIX) Per Stream Control Transmission Protocol (SCTP) Stream] * [https://www.rfc-editor.org/info/rfc6615 RFC 6615 - Definitions of Managed Objects for IP Flow Information Export] * [https://www.rfc-editor.org/info/rfc6645 RFC 6645 - IP Flow Information Accounting and Export Benchmarking Methodology] * [https://www.rfc-editor.org/info/rfc6727 RFC 6727 - Definitions of Managed Objects for Packet Sampling] * [https://www.rfc-editor.org/info/rfc6728 RFC 6728 - Configuration Data Model for the IP Flow Information Export (IPFIX) and Packet Sampling (PSAMP) Protocols] * [https://www.rfc-editor.org/info/rfc6759 RFC 6759 - Cisco Systems Export of Application Information in IP Flow Information Export (IPFIX)] * [https://www.rfc-editor.org/info/rfc7011 RFC 7011 - Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information] * [https://www.rfc-editor.org/info/rfc7012 RFC 7012 - Information Model for IP Flow Information Export (IPFIX)] * [https://www.rfc-editor.org/info/rfc7013 RFC 7013 - Guidelines for Authors and Reviewers of IP Flow Information Export (IPFIX) Information Elements] * [https://www.rfc-editor.org/info/rfc7015 RFC 7015 - Flow Aggregation for the IP Flow Information Export (IPFIX) Protocol] * [https://www.rfc-editor.org/info/rfc7119 RFC 7119 - Operation of the IP Flow Information Export (IPFIX) Protocol on IPFIX Mediators] * [https://www.rfc-editor.org/info/rfc7125 RFC 7125 - Revision of the tcpControlBits IP Flow Information Export (IPFIX) Information Element] * [https://www.rfc-editor.org/info/rfc7133 RFC 7133 - Information Elements for Data Link Layer Traffic Measurement] * [https://www.rfc-editor.org/info/rfc7270 RFC 7270 - Cisco-Specific Information Elements Reused in IP Flow Information Export (IPFIX)] * [https://www.rfc-editor.org/info/rfc7373 RFC 7373 - Textual Representation of IP Flow Information Export (IPFIX) Abstract Data Types] * [https://www.rfc-editor.org/info/rfc8038 RFC 8038 - Exporting MIB Variables Using the IP Flow Information Export (IPFIX) Protocol] * [https://www.rfc-editor.org/info/rfc8158 RFC 8158 - IP Flow Information Export (IPFIX) Information Elements for Logging NAT Events] * [https://www.rfc-editor.org/info/rfc8272 RFC 8272 - TinyIPFIX for Smart Meters in Constrained Networks] * [https://www.rfc-editor.org/info/rfc8549 RFC 8549 - Export of BGP Community Information in IP Flow Information Export (IPFIX)] ==See also== * [[Traffic flow (computer networking)]] * [[IP Flow Information Export]] (IPFIX) - [[IETF]] standards-track flow export protocol, based on NetFlow version 9 * [[sFlow]] - alternative to NetFlow (mandatory sampling, no flow cache, no templates <ref name="sFlow Version 5">{{cite web | url = http://www.sflow.org/sflow_version_5.txt | title = sFlow Version 5 | first1 = Peter | last1 = Phaal | first2 = Marc | last2 = Lavine |date=July 2004 | publisher = sFlow.org | access-date = 2010-10-23 }}</ref>) ==References== {{reflist}} ==External links== * [http://www.switch.ch/network/projects/completed/TF-NGN/floma/software.html NetFlow/FloMA: Pointers and Software Provided by SWITCH.] - One of the most comprehensive list including all the open source and research works. * [http://www.cert.org/flocon/ FloCon] - The Annual Conference put on by CERT/CC dealing with network flow data and analysis. * [http://www.cisco.com/go/netflow Basic NetFlow information on the Cisco Site] * [https://www.paessler.com/it-explained/netflow Paessler IT Explained - NetFlow] * [https://web.archive.org/web/20181013055019/http://www.znets.net/ Using Netflow to store re-aggregated inbound and outbound flows] * [http://appflow-wiki.wikispaces.com AppFlow specifications and standards track discussion] * [https://www.flowmon.com/en/solutions/use-case/netflow-ipfix#NetFlow-Description Understanding NetFlow Principle Animation] * [http://www.pcwdld.com/what-is-netflow Basics of NetFlow & Flow Cache] * [https://www.ittsystems.com/best-netflow-analyzer-collectors-windows-free/ List of Netflow Analyzers and Collectors] [[Category:Computer network analysis]] [[Category:Internet Protocol based network software]] [[Category:Cisco protocols]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Citation needed
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Original research
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)