NetFlow VMM Exporters
Location in GUI: Fabric
» Access Policies
» Policies
» Interface
» NetFlow
» NetFlow Exporters for VM Networking
Diagram
Section titled “Diagram”Classes
Section titled “Classes”interface_policies (apic.access_policies)
Section titled “interface_policies (apic.access_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
netflow_vmm_exporters | List | [netflow_vmm_exporters] | No |
netflow_vmm_exporters (apic.access_policies.interface_policies)
Section titled “netflow_vmm_exporters (apic.access_policies.interface_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
destination_ip | IP | Yes | ||
destination_port | Integer | min: 0 , max: 65535 | Yes | |
source_ip | IP | No | 0.0.0.0 |
Examples
Section titled “Examples”apic: access_policies: interface_policies: netflow_vmm_exporters: - name: VMM-EXPORTER1 description: VM exporter 1 source_ip: 1.1.1.1 destination_port: 1234 destination_ip: 2.2.2.2