Skip to main content

Fabric SPAN Destination Group

Location in GUI: Fabric » Fabric Policies » Policies » Troubleshooting » SPAN » SPAN Destination Groups

Diagram

Classes

span (apic.fabric_policies)

NameTypeConstraintMandatoryDefault Value
destination_groupsList[destination_groups]No

destination_groups (apic.fabric_policies.span)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
ipIPNo
source_prefixStringNo
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]Nounspecified
flow_idIntegermin: 1, max: 1023No1
mtuIntegermin: 64, max: 9216No1518
ttlIntegermin: 1, max: 255No64
versionChoice1, 2No2
enforce_versionBooleantrue, falseNofalse
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
expected_stateClass[expected_state]No

expected_state (apic.fabric_policies.span.destination_groups)

NameTypeConstraintMandatoryDefault Value
minimum_healthIntegermin: 0, max: 100No
maximum_critical_faultsIntegermin: 0No
maximum_major_faultsIntegermin: 0No
maximum_minor_faultsIntegermin: 0No

Examples

apic:
fabric_policies:
span:
destination_groups:
- name: DST_GRP1
description: My Fabric SPAN
tenant: ABC
application_profile: AP1
endpoint_group: EPG1
ip: 1.1.1.1
source_prefix: 1.2.3.4/32
dscp: CS4
flow_id: 1
ttl: 10
version: 2
enforce_version: true