Reference Guide

? = (question mark) matches sequences in a pattern (0 or 1
sequences).
NOTE: You must enter an escape sequence (CNTL+v)
prior to entering the ? regular expression.
[ ] = (brackets) matches a range of single-character
patterns.
^ = (caret) matches the beginning of the input string. (If you
use the caret at the beginning of a sequence or range, it
matches on everything BUT the characters specified.)
$ = (dollar sign) matches the end of the output string.
_ = (underscore) 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.
| = (pipe) matches either character.
Defaults Not configured
Command Modes AS-PATH ACL
Command History
Version 8.1.1.0 Introduced on the E-Series ExaScale.
pre-Version
6.1.1.0
Introduced on the E-Series.
show config
Display the current configuration.
E-Series
Syntax
show config
Command Modes AS-PATH ACL
Command History
Version 8.1.1.0 Introduced on the E-Series ExaScale.
pre-Version
6.1.1.0
Introduced on the E-Series.
Example
FTOS(config-as-path)#show config
!
ip as-path access-list snickers
deny .3
FTOS(config-as-path)#
333