Skip to content

Access SPAN Filter Groups

Location in GUI: Fabric » Access Policies » Policies » Troubleshooting » SPAN » SPAN Filter Groups

Diagram

Diagram

Classes

span (apic.access_policies)

NameTypeConstraintMandatoryDefault Value
filter_groupsList[filter_groups]No

filter_groups (apic.access_policies.span)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
entriesList[entries]No

entries (apic.access_policies.span.filter_groups)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
source_ipIPYes
destination_ipIPYes
source_from_portAnyInteger[min: 0, max: 65535] or Choice[unspecified, ftpData, smtp, dns, http, pop3, https, rtsp, ssh]Nounspecified
source_to_portAnyInteger[min: 0, max: 65535] or Choice[unspecified, ftpData, smtp, dns, http, pop3, https, rtsp, ssh]No
destination_from_portAnyInteger[min: 0, max: 65535] or Choice[unspecified, ftpData, smtp, dns, http, pop3, https, rtsp, ssh]Nounspecified
destination_to_portAnyInteger[min: 0, max: 65535] or Choice[unspecified, ftpData, smtp, dns, http, pop3, https, rtsp, ssh]No
ip_protocolAnyInteger[min: 0, max: 255] or Choice[unspecified, icmp, igmp, tcp, egp, igp, udp, icmpv6, eigrp, ospfigp, pim, l2tp]Nounspecified

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