Tenant SPAN Destination Group
Location in GUI:
Tenants
» XXX
» Policies
» Troubleshooting
» SPAN
» SPAN Destination Groups
Diagram
Classes
span (apic.tenants.policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
destination_groups | List | [destination_groups] | No |
destination_groups (apic.tenants.policies.span)
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 | |
ip | IP | Yes | ||
source_prefix | String | Yes | ||
dscp | Any | Choice[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 ] | No | unspecified |
flow_id | Integer | min: 1 , max: 1023 | No | 1 |
mtu | Integer | min: 64 , max: 9216 | No | 1518 |
ttl | Integer | min: 1 , max: 255 | No | 64 |
version | Integer | min: 1 , max: 2 | No | 2 |
enforce_version | Boolean | true , false | No | false |
tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
application_profile | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
endpoint_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
expected_state | Class | [expected_state] | No |
expected_state (apic.tenants.policies.span.destination_groups)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
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