Netflow
Dashboard Location: Network-wide > Configure > General
Netflow Management
Section titled “Netflow Management”NetFlow is a protocol for exporting metrics for IP traffic flows. NetFlow data is sent from a flow exporter to a flow collector. Services and applications that serve as NetFlow collectors are designed to receive the NetFlow data sent from exporters, aggregate the information, and provide data visualization and exploration toolsets.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”networks (meraki.domains.organizations)
Section titled “networks (meraki.domains.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| netflow | Class | [netflow] | No |
netflow (meraki.domains.organizations.networks)
Section titled “netflow (meraki.domains.organizations.networks)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| collector_ip | IP | No | ||
| collector_port | Integer | min: 1, max: 65535 | No | |
| reporting | Boolean | true, false | No | |
| eta | Boolean | true, false | No | |
| eta_destination_port | Integer | min: 1, max: 65535 | No |
Examples
Section titled “Examples”Example-1: The example below demonstrates configuring netwflow with collector ip address and port number.
meraki: domains: - name: !env domain administrator: name: !env org_admin organizations: - name: !env org networks: - name: !env network_name product_types: - appliance - switch - wireless - camera - sensor - cellularGateway netflow: collector_ip: 10.10.109.99 collector_port: 2055 reporting: trueExample-2: The example below demonstrates configuring netwflow along with Encrypted Traffic Analytics (ETA) specific settings.
meraki: domains: - name: !env domain administrator: name: !env org_admin organizations: - name: !env org networks: - name: !env network_name product_types: - appliance - switch - wireless - camera - sensor - cellularGateway netflow: collector_ip: 10.10.109.99 collector_port: 2055 reporting: true eta: true eta_destination_port: 2056