Fabric SPAN Destination Group
Location in GUI: Fabric » Fabric Policies » Policies » Troubleshooting » SPAN » SPAN Destination Groups
Diagram
Section titled “Diagram”Classes
Section titled “Classes”span (apic.fabric_policies)
Section titled “span (apic.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| destination_groups | List | [destination_groups] | No |
destination_groups (apic.fabric_policies.span)
Section titled “destination_groups (apic.fabric_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 | No | ||
| source_prefix | String | No | ||
| dscp | Any | Choice[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] | 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 | Choice | 1, 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}$ | No | |
| endpoint_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
Section titled “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