Exinda Network Orchestrator
4 Settings
|
395
Layer 7 Sig-
nature
Sub-Type
Description
http
content_type
Allows you to define an Application Object based on the 'content-type' field in the
HTTP header.
file
Allows you to define an Application Object based on the filename requested in the
HTTP URL.
host
Allows you to define an Application Object based on the 'host' field in the HTTP
header.
method
Allows you to define an Application Object based on the HTTP method (e.g. GET PUT
HEAD DELETE).
user_agent
Allows you to define an Application Object based on the 'user-agent' field in the HTTP
header.
advanced
Define custom criteria with the following syntax:
A string literal is enclosed in quotes (").
A backslash can be included in the string by escaping it with another backslash
(\\).
Keywords are bare (common_name) with no quotes.
Keywords are bare (host) with no quotes.
Grouping is supporting using parenthesis
Operators supported are or and andand has higher precedence than or
The comparison operators that are available are:
Description
Syntax
Example
equals
<keyword>
= <value>
host =
"example.com"
does not equal
<keyword>
!=
<value>
host !=
"example.com"
contains substring
<keyword>
=%
<value>
host =%
"example.com"
does not contain substring
<keyword>
!%
<value>
host !%
"example.com"
Right side is a regular expression and it
matches the full left side
<keyword>
=~
<value>
host =~
"example.*"
Right side is a regular expression and it
does not match the full left side
<keyword>
!~
<value>
host !~
"example.*"
Regular expressions use the perl syntax
The keywords for HTTP are: host, file, user_agent, content_type, method, content_
len and encoding
Examples:
(url =% "index" or file =% "login") and host =%
"example.org" and content_type.case = "MyContentType"
(host =% "facebook.com" and file !% "cgi-bin/abcd") or
host =% "facebook2.com"
Summary of Contents for EXNV-10063
Page 369: ...Exinda Network Orchestrator 4 Settings 369 ...
Page 411: ...Exinda Network Orchestrator 4 Settings 411 Screenshot 168 P2P OverflowVirtualCircuit ...
Page 420: ...Exinda Network Orchestrator 4 Settings 420 Screenshot 175 Students OverflowVirtualCircuit ...