Skip to main content

NetFlow Exporters

Location in GUI: Fabric » Access Policies » Policies » Interface » NetFlow » NetFlow Exporters

Diagram

Classes

interface_policies (apic.access_policies)

NameTypeConstraintMandatoryDefault Value
netflow_exportersList[netflow_exporters]No

netflow_exporters (apic.access_policies.interface_policies)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
source_typeChoicecustom-src-ip, inband-mgmt-ip, oob-mgmt-ip, ptepNocustom-src-ip
source_ipIPNo0.0.0.0
destination_portIntegermin: 0, max: 65535Yes
destination_ipIPYes
dscpAnyChoice[unspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7] or Integer[min: 0, max: 63]NoCS2
epg_typeChoiceepg, external_epgNo
tenantStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
application_profileStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
endpoint_groupStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
vrfStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
l3outStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
external_endpoint_groupStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No

Examples

apic:
access_policies:
interface_policies:
netflow_exporters:
- name: EXPORTER1
description: exporter 1
source_type: custom-src-ip
source_ip: 1.1.1.1/20
destination_port: 1234
destination_ip: 2.2.2.2
dscp: AF11
epg_type: epg
tenant: ABC
application_profile: AP1
endpoint_group: EPG1
vrf: VRF1