Cisco Cisco Packet Data Gateway (PDG)

다운로드
페이지 2186
• starts-with: Starts with
url
Specifies the URL to match.
url must be an alphanumeric string of 1 through 127 characters.
Usage Guidelines
Use this command to specify a rule definition to analyze RTSP, RTCP, and RTP traffic based on the first
setup URL of the parent RTSP flow.
The following table lists the special characters that you can use in regex rule expressions. For more information
on regex support, refer to the Enhanced Charging Service Administration Guide.
Table 11: Special Characters Supported in Regex Rule Expressions
Description
Regex Character
Zero or more characters
*
Zero or more repeated instances of the token preceding the +
+
Match zero or one character
The CLI does not support configuring "?" directly, you must
instead use "\077".
Important
For example, if you want to match the string "xyz<any one character>pqr",
you must configure it as:
http host regex "xyz\077pqr"
In another example, if you want to exactly match the string "url?resource=abc",
you must configure it as:
http uri regex "url\\077resource=abc"
Where, the first "\" (backslash) is for the escaping of "?", and then "\077" for
specifying "?" to the CLI.
?
Escaped character
\character
Match the question mark (\<ctrl-v>?) character
\?
Match the plus character
\+
Match the asterisk character
\*
Match the Alert (ASCII 7) character
\a
Match the Backspace (ASCII 8) character
\b
Match the Form-feed (ASCII 12) character
\f
Match the New line (ASCII 10) character
\n
Command Line Interface Reference, Modes A - B, StarOS Release 19    
1167
ACS Ruledef Configuration Mode Commands
rtsp-stream first-setup-url