Command Reference Guide
346 ● x25 switch svc hunt-group 3Com Router 5000 Family and Router 6000 Family
Command Reference
Related Command display x25 switch-table svc
Table 1 x.121 mode matching rules
Wildcard
characters
Matching rules Example Matchable character string
* Matching zero or more previous
characters
fo* fo, foo, fooo
+ Matching zero or more previous
characters
fo+ fo, foo, fooo
^ Matching the beginning of the entered
characters
^hell hell, hello, hellaaa
$ Matching the end of the entered
characters
ar$ ar, car, hear
\char Matching a single character specified
by char.
b\+ b+
. Matching arbitrary single character l.st last, lbst, lost
.* Matching arbitrary zero or more
characters.
fo.* fo, foo, fot
.+ Matching arbitrary one or more
characters.
fo.+ foo, fot, foot
Table 2 input rules of x.121 address mode matching string
Characters Input rules
* Cannot be placed at the beginning of character string
Cannot be placed after the symbol ^
Cannot be placed before and after the symbols + and *.
+ Cannot be placed at the beginning of character string
Cannot be placed after the symbol ^
Cannot be placed before and after the symbols + and *.
\ Cannot be placed at the end of character string
^ Cannot be placed before the symbols + and *.