Table 9: Pipe/Match Characters - Alcatel-Lucent 7710 SR Configuration Manual

Service router os basic system
Hide thumbs Also See for 7710 SR:
Table of Contents

Advertisement

echo "OSPFv2 (Inst: 1) Configuration"
#--------------------------------------------------
Table 9
policy regexp matching).

Table 9: Pipe/Match Characters

String
.
[ ]
[^ ]
^
$
()
*
{m,n}
{m}
{m,}
?
+
-
\
>
7710 SR OS Basic System Configuration Guide
timers
spf-wait 1000 1000 1000
exit
ospf 1
asbr
router-id 1.0.0.1
export "testall"
describes regular expression symbols and interpretation (similar to what is used for route
Table 10
Matches any single character
Matches a single character that is contained within the brackets.
[abc] matches "a", "b", or "c". [a-z] matches any lowercase letter.
[A-Z] matches any uppercase letter.
[0-9] matches any number.
Matches a single character that is not contained within the brackets.
[^abc] matches any character other than "a", "b", or "c".
[^a-z] matches any single character that is not a lowercase letter.
Matches the start of the line (or any line, when applied in multiline mode)
Matches the end of the line (or any line, when applied in multiline mode)
Define a "marked subexpression".
Every matched instance will be available to the next command as a variable.
A single character expression followed by "*" matches zero or more copies of the
expression.
Matches least m and at most n repetitions of the term
Matches exactly m repetitions of the term
Matches m or more repetitions of the term
The preceding item is optional and matched at most once.
The preceding item is matched one or more times.
Used between start and end of a range.
An escape character to indicate that the following character is a match criteria and
not a grouping delimiter.
Redirect output
describes special characters.
Description
CLI Usage
Page 37

Advertisement

Table of Contents
loading

Table of Contents