Cisco FirePOWER ASA 5500 series Configuration Manual page 891

Security appliance command line
Hide thumbs Also See for FirePOWER ASA 5500 series:
Table of Contents

Advertisement

Appendix C
Using the Command-Line Interface
Replace regexp with any Cisco IOS regular expression. See The regular expression is not enclosed in quotes
or double-quotes, so be careful with trailing white spaces, which will be taken as part of the regular
expression.
When creating regular expressions, you can use any letter or number that you want to match. In addition,
certain keyboard characters have special meaning when used in regular expressions.
keyboard characters that have special meaning.
Table C-2
Character Type Character
period
asterisk
plus sign
question mark
caret
dollar sign
underscore
brackets
hyphen
1. Precede the question mark with Ctrl-V to prevent the question mark from being interpreted as a help command.
To use these special characters as single-character patterns, remove the special meaning by preceding
each character with a backslash (\).
Command Output Paging
On commands such as help or?, show, show xlate, or other commands that provide long listings, you
can determine if the information displays a screen and pauses, or lets the command run to completion.
The pager command lets you choose the number of lines to display before the More prompt appears.
When paging is enabled, the following prompt appears:
<--- More --->
The More prompt uses syntax similar to the UNIX more command:
OL-10088-01
Using Special Characters in Regular Expressions
.
*
+
1
?
^
$
_
[]
-
To view another screen, press the Space bar.
To view the next line, press the Enter key.
To return to the command line, press the q key.
Special Meaning
Matches any single character, including white space.
Matches 0 or more sequences of the pattern.
Matches 1 or more sequences of the pattern.
Matches 0 or 1 occurrences of the pattern.
Matches the beginning of the input string.
Matches the end of the input string.
Matches a comma (,), left brace ({), right brace (}), left parenthesis,
right parenthesis, the beginning of the input string, the end of the
input string, or a space.
Designates a range of single-character patterns.
Separates the end points of a range.
Cisco Security Appliance Command Line Configuration Guide
Command Output Paging
Table C-2
lists the
C-5

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pix 500 seriesCisco asa 5500 series

Table of Contents