Cisco Cisco Packet Data Gateway (PDG)

Descargar
Página de 518
Command Changes
http accept
The new accept keyword is added to the http command to define rule expressions to match content types
that are acceptable for the response.
configure
active-charging service service_name
ruledef ruledef_name
[ no ] http accept [ case-sensitive ] operator accept_field
end
Notes:
• operator: Specifies how to match.
operator must be one of the following:
• !=: Does not equal
• !contains: Does not contain
• !ends-with: Does not end with
• !present: Not present
• !starts-with: Does not start with
• =: Equals
• contains: Contains
• ends-with: Ends with
• present: Present
• starts-with: Starts with
• accept_field specifies the ACCEPT field present in the HTTP header to be matched. This must be an
alphanumeric string of 1 through 127 characters.
http
New keyword options !present and present are added to enhance rule matching for flow detection on the
basis of absence/presence of ACCEPT, REFERER, X-HEADER, USER_AGENT, COOKIES and VERSION
fields in HTTP header request.
configure
active-charging service service_name
ruledef ruledef_name
[ no ] http accept [ case-sensitive ] { !present | present } accept_field
[ no ] http cookie [ case-sensitive ] { !present | present } cookie_string
[ no ] http referer [ case-sensitive ] { !present | present } referer_name
[ no ] http user-agent [ case-sensitive ] { !present | present } user_agent
[ no ] http version [ case-sensitive ] { !present | present } http_version
[ no ] http x-header field_name [ case-sensitive ] { !present | present } string
end
Release Change Reference, StarOS Release 19    
67
ECS Changes in Release 19
Support for Splash Pages