Supported Platforms
Related Documentation
Using Regular Expressions with the Pipe ( | ) Symbol to Filter Junos Command Output
The except, find, and match filters used with the pipe symbol employ regular expressions to filter output. Juniper Networks uses the regular expressions as defined in POSIX 1003.2. If the regular expressions contain spaces, operators, or wildcard characters, enclose the expression in quotation marks.
Table 1: Common Regular Expression Operators in Operational Mode Commands
Operator | Function |
---|---|
| | Indicates that a match can be one of the two terms on either side of the pipe. |
^ | Used at the beginning of an expression, denotes where a match should begin. |
$ | Used at the end of an expression, denotes that a term must be matched exactly up to the point of the $ character. |
[ ] | Specifies a range of letters or digits to match. To separate the start and end of a range, use a hyphen ( - ). |
( ) | Specifies a group of terms to match. |
For example, if a command produces the following output:
a pipe filter of | match 2 displays the following output:
and a pipe filter of | except 1 displays the following output: