Access SPAN Filter Groups
Location in GUI: Fabric
» Access Policies
» Policies
» Troubleshooting
» SPAN
» SPAN Filter Groups
Diagram
Classes
span (apic.access_policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
filter_groups | List | [filter_groups] | No |
filter_groups (apic.access_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 | |
entries | List | [entries] | No |
entries (apic.access_policies.span.filter_groups)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
source_ip | IP | Yes | ||
destination_ip | IP | Yes | ||
source_from_port | Any | Integer[min: 0 , max: 65535 ] or Choice[unspecified , ftpData , smtp , dns , http , pop3 , https , rtsp , ssh ] | No | unspecified |
source_to_port | Any | Integer[min: 0 , max: 65535 ] or Choice[unspecified , ftpData , smtp , dns , http , pop3 , https , rtsp , ssh ] | No | |
destination_from_port | Any | Integer[min: 0 , max: 65535 ] or Choice[unspecified , ftpData , smtp , dns , http , pop3 , https , rtsp , ssh ] | No | unspecified |
destination_to_port | Any | Integer[min: 0 , max: 65535 ] or Choice[unspecified , ftpData , smtp , dns , http , pop3 , https , rtsp , ssh ] | No | |
ip_protocol | Any | Integer[min: 0 , max: 255 ] or Choice[unspecified , icmp , igmp , tcp , egp , igp , udp , icmpv6 , eigrp , ospfigp , pim , l2tp ] | No | unspecified |
Examples
apic: access_policies: span: filter_groups: - name: FILTER-GROUP-1 description: My SPAN Filter Group 1 entries: - name: ENTRY-1 destination_ip: 10.10.10.10 destination_from_port: 1 destination_to_port: 65535 source_ip: 20.20.20.20 source_from_port: 80 source_to_port: 81 ip_protocol: tcp