Fabric SPAN Source Group
Location in GUI: Fabric » Fabric Policies » Policies » Troubleshooting » SPAN » SPAN Source 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 |
|---|---|---|---|---|
| source_groups | List | [source_groups] | No |
source_groups (apic.fabric_policies.span)
Section titled “source_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 | |
| admin_state | Boolean | true, false | No | true |
| sources | List | [sources] | No | |
| destination | Class | [destination] | Yes |
sources (apic.fabric_policies.span.source_groups)
Section titled “sources (apic.fabric_policies.span.source_groups)”| 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 | |
| direction | Choice | in, out, both | No | both |
| span_drop | Boolean | true, false | No | false |
| tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| vrf | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| bridge_domain | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| fabric_paths | List | [fabric_paths] | No |
destination (apic.fabric_policies.span.source_groups)
Section titled “destination (apic.fabric_policies.span.source_groups)”| 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 |
fabric_paths (apic.fabric_policies.span.source_groups.sources)
Section titled “fabric_paths (apic.fabric_policies.span.source_groups.sources)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| node_id | Integer | min: 1, max: 4000 | Yes | |
| pod_id | Integer | min: 1, max: 255 | No | |
| module | Integer | min: 1, max: 9 | No | |
| port | Integer | min: 1, max: 127 | Yes |
Examples
Section titled “Examples”apic: fabric_policies: span: source_groups: - name: INT1 destination: name: TAP1 sources: - name: SRC1 tenant: AP1 vrf: VRF1 fabric_paths: - node_id: 101 port: 1