Specifications
3-702
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config-preposition) pattern
(config-preposition) pattern
To filter the files included for a preposition directive, use the pattern preposition configuration
command. To remove this filter, use the no form of this command.
pattern {equals | starts-with | ends-with | contains} text
no pattern {equals | starts-with | ends-with | contains} text
Syntax Description
Defaults No default behavior or values.
Command Modes preposition configuration mode
Device Modes application-accelerator
Examples The following example shows how to set a pattern filter to select only files that end with .doc:
WAE(config)# accelerator cifs preposition 3
WAE(config-preposition)# pattern ends-with .doc
Related Commands (config-preposition) root
equals Specifies to limit the selected files to those filenames that are equal to the
specified text.
starts-with Specifies to limit the selected files to those filenames that start with the
specified text.
ends-with Specifies to limit the selected files to those filenames that end with the
specified text.
contains Specifies to limit the selected files to those filenames that contain the
specified text.
text Text string that filters the selected files based on the pattern option.