VSPAN Session
Location in GUI: Fabric
» Access Policies
» Policies
» Troubleshooting
» VSPAN
» VSPAN Sessions
Diagram
Section titled “Diagram”Classes
Section titled “Classes”vspan (apic.access_policies)
Section titled “vspan (apic.access_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
sessions | List | [sessions] | No |
sessions (apic.access_policies.vspan)
Section titled “sessions (apic.access_policies.vspan)”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.access_policies.vspan.sessions)
Section titled “sources (apic.access_policies.vspan.sessions)”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 | Yes | both |
access_paths | List | [access_paths] | No | |
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 | |
endpoint | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
destination (apic.access_policies.vspan.sessions)
Section titled “destination (apic.access_policies.vspan.sessions)”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 |
access_paths (apic.access_policies.vspan.sessions.sources)
Section titled “access_paths (apic.access_policies.vspan.sessions.sources)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
node_id | Integer | min: 1 , max: 4000 | No | |
node2_id | Integer | min: 1 , max: 4000 | No | |
pod_id | Integer | min: 1 , max: 255 | No | |
module | Integer | min: 1 , max: 9 | No | 1 |
port | Integer | min: 1 , max: 127 | No | |
channel | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
type | Choice | access , vpc , pc | No |
Examples
Section titled “Examples”apic: access_policies: vspan: sessions: - name: SESSION1 destination: name: DST_GRP1 sources: - name: SRC1 direction: both tenant: ABC application_profile: AP1 endpoint_group: EPG1 endpoint: 00:50:56:96:6B:4F access_paths: - node_id: 101 port: 1