Skip to main content

Filter

Location in GUI: Application Management » Schemas

Diagram

Classes

templates (ndo.schemas)

NameTypeConstraintMandatoryDefault Value
filtersList[filters]No

filters (ndo.schemas.templates)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
entriesList[entries]No

entries (ndo.schemas.templates.filters)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$No
ethertypeChoiceunspecified, ipv4, trill, arp, ipv6, mpls_ucast, mac_security, fcoe, ipNoip
protocolAnyInteger[min: 0, max: 255] or Choice[unspecified, icmp, igmp, tcp, egp, igp, udp, icmpv6, eigrp, ospfigp, pim, l2tp]Notcp
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
statefulBooleantrue, falseNofalse

Examples

ndo:
schemas:
- name: ABC
templates:
- name: TEMPLATE1
filters:
- name: FILTER1
entries:
- name: HTTP
description: HTTP Filter
ethertype: ip
protocol: tcp
source_from_port: unspecified
source_to_port: unspecified
destination_from_port: 80
destination_to_port: 80
stateful: true