Filter
Location in GUI: Application Management
» Schemas
Diagram
Classes
templates (ndo.schemas)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
filters | List | [filters] | No |
filters (ndo.schemas.templates)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
entries | List | [entries] | No |
entries (ndo.schemas.templates.filters)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No | |
ethertype | Choice | unspecified , ipv4 , trill , arp , ipv6 , mpls_ucast , mac_security , fcoe , ip | No | ip |
protocol | Any | Integer[min: 0 , max: 255 ] or Choice[unspecified , icmp , igmp , tcp , egp , igp , udp , icmpv6 , eigrp , ospfigp , pim , l2tp ] | No | tcp |
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 | |
stateful | Boolean | true , false | No | false |
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