Amer Networks WLO220T CLI User Manual
Page 31

C O M M A N D D E S C R I P T I O N S
dpi
2
28
CLI Reference Guide
profile-name
The name of the profile to manage.
Example
The following example displays the information associated with profile1.
get dpi profile profile1
If the profile does not yet exist, then the following command creates it. This command becomes
more meaningful after signatures are added.
set dpi profile profile1
signature-name
set dpi profile signature signature-name
set dpi signature signature-name...
unset dpi signature signature-name
signature-name
The name of the signature to manage. When used with a profile command, this variable is the
name of the signature to add or remove from the profile. When used with a signature
command, this variable is the name of the signature to create, update or delete. Before a
signature can be deleted, all references to it from various profiles must be removed by either
removing the profile or deleting the signature from the profile.
Example
The following command creates the signature sign1 which matches connections that use TCP and
have a pattern of ABCD as the first data bytes of the connection.
set dpi signature sign1 patternascii ABCD protocol tcp
The following command includes the previously constructed signature into profile1:
set dpi profile profile1 add signature sign1 alert cb1
aggr-band-alert and conn-band-alert:
These alerts are assigned to either a profile or a signature within a profile. Alerts assigned to a
profile check on the total or aggregate bandwidth used by all of the signatures within the profile.
Alerts assigned to a signature within a profile check on the bandwidth of a single connection of
the specified signature.
set dpi profile profile-name alert aggr-band-alert
set dpi profile profile-name add signature conn-band-alert
flags-value
This option specifies various flag values for use by the system and should not be used by
customers.