Chapter 46: Command Line Descriptions
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
2824
show ip bgp regexp
Purpose
Displays routes matching the autonomous system path regular expression.
Default Access Level
1
Command Syntax
show ip bgp regexp <word>
Supplemental
Information
N/A
Parameters
<word>
Filters path list for display. Regular expression (special characters include)
. The dot matches any single character
* 0 or more of the character that immediately precedes it.
+ 1 or more of the character that immediately precedes it.
^ The caret matches the beginning of the line.
$ The dollar sign matches the end of the line.
\ The backslash allows for literal meaning of the special characters.
[ ] Search for a set of characters ([aeiou] = any vowel)
[^] Search for anything NOT ([^aeiou] = any consonant)
( ) The parentheses allow for grouping and recall.
\b beginning/end of word
| a|b = a or b