для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 2186
udp payload starts-with
This command allows you to define rule expressions to match hex/ASCII string content in UDP payload
protocol-signature field.
Product
ACS
Privilege
Security Administrator, Administrator
Command Modes
Exec > ACS Configuration > Ruledef Configuration
active-charging service service_name > ruledef ruledef_name
Entering the above command sequence results in the following prompt:
[local]
host_name
(config-acs-ruledef)#
Syntax Description
[ no ] udp payload starts-with { hex-signature hex_string | string-signature string }
no
If previously configured, deletes the specified rule expression from the current ruledef.
hex-signature hex_string
Specifies hexadecimal protocol signature in payload field.
hex_string must be a dash-delimited list of hex data of size smaller than 32.
string-signature string
Specifies protocol signature in payload field.
string must be an alphanumeric string of 1 through 32 characters.
Usage Guidelines
Use this command to define rule expressions to match for Hex/ASCII string content in UDP payload
protocol-signature field.
This rule expression is useful for detecting certain applications.
Examples
The following command defines a UDP rule expression to analyze user traffic based on UDP protocol signature
udp1:
udp payload starts-with string-signature udp1
Command Line Interface Reference, Modes A - B, StarOS Release 19    
1295
ACS Ruledef Configuration Mode Commands
udp payload starts-with