10-19
User
Guide

for

the

Cisco

Application

Networking

Manager

5.2
OL-26572-01
Chapter
10






Configuring

Parameter

Maps
Configuring
Optimization

Parameter

Maps
Step
4
Do
one

of

the

following:


Click
Deploy
Now

to

deploy
this
configuration

on

t

he
ACE

and

save

your

entries

t

o

the
running-configuration
and

startup-configuration

files.

The

ACE

validates

the

parameter

map
configuration
and

deploys

it.


Click
Cancel
to
exit

this

procedure

without
accepting
your
entries

and

to

return

to

the

Parameter
Map
table.


Click
Next
t

o
accept
your

entries

and

to
add
another

parameter
map.
Related
Topics


Configuring
Parameter

Maps,
page
10-1


Configuring
Traffic
Policies,

page
14-1


Configuring
Parameter

Maps,
page
10-1


Configuring
Virtual

Contexts,

page
6-8
Boolean
Functions:
$http_query_param_present(query-param-name)
$http_query_param_notpresent(query-param-name)
$http_cookie_present(cookie-name)
$http_cookie_notpresent(cookie-name)
$http_header_present(request-header-name)
$http_header_notpresent(request-header-name)
$http_method_present(method-name)
$http_method_notpresent(method-name)
Evaluates
t

o

a

Bool

ean

value:

True

or

False,

depending

on

the
presence
or

absence

of

the

element

in

the

request.

The

elements

are
a
specific

query

parameter

(query-param-name),

a

specific

cookie
(cookie-name),
a

specific

request

header

(request-header-name),

or
a
specific

HTTP

method

(method-name).

All

identifiers

are

case
sensitive
except

for

the

HTTP

request

header

name.
$regex_match(param1,
param2)
Evaluates
to

a

Boolean

value:

True

if

the

two

parameters

match

and
False
if

they

do

not

match.

The

two

parameters

can

be

any

two
expressions,
including

regular

expressions,

that

evaluate

to

two
strings.
For

example,

this

function:
$regex_match($http_query_param(URL),
.*Store\.asp.*)
compares
the

query

URL

with

the

regul

ar

expression

st

ring
.*Store\.asp.*
If
the

URL

matches

this

regular

expression,

this

function

evaluates
to
True.
Table
10-7
Parameter
Expander

Functions

(continued)
Variable
Description