Skip to main content

Tenant SPAN Destination Group

Location in GUI: Tenants » XXX » Policies » Troubleshooting » SPAN » SPAN Destination Groups

Diagram

Classes

span (apic.tenants.policies)

NameTypeConstraintMandatoryDefault Value
destination_groupsList[destination_groups]No

destination_groups (apic.tenants.policies.span)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
ipIPYes
source_prefixStringYes
dscpAnyChoice[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
versionIntegermin: 1, max: 2No2
enforce_versionBooleantrue, falseNofalse
tenantStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
application_profileStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
endpoint_groupStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
expected_stateClass[expected_state]No

expected_state (apic.tenants.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:
tenants:
- name: ABC
policies:
span:
destination_groups:
- name: DST_GRP1
ip: 1.1.1.1
source_prefix: 2.2.2.2/32
tenant: DEF
application_profile: AP1
endpoint_group: EPG1