R2511-HP MSR Router Series Layer 2 - WAN Command Reference(V5)

371
Wildcard
characters
Matching rules Example Matchable character string
.*
Matching arbitrary zero or more
characters
fo.*
fo, foo, fot
.+ Matching arbitrary one or more characters
fo.+ foo, fot, foot
Table 81 Input rules of X.121 address mode matching string
Characters In
p
ut 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 *.
-number: SVC route number.
sub-dest destination-address: Replaces the destination X.121 address, an alphanumeric string of 1 to 15
characters. The system replaces the destination DTE address in the call request packet with the
destination-address. If the destination address substitution pattern is not required to contain dots (.), up
carets (^), or dollar signs ($), see Table 80 and Table 81 f
or the destination X.121 address configuration.
If the destination address substitution pattern is required to contain these characters, follow these rules:
The destination address substitution pattern must start with an up caret and end with a dollar sign,
with the part in between being a digit string followed by a dot string. For example, it can be
^12..$ or ^1…$.
The destination X.121 address pattern and the destination address substitution pattern must be the
same. For example, if the destination address substitution pattern is ^1…$, the destination X.121
address pattern must be ^N…$, where N is an arbitrary number.
If the command is configured correctly, when the destination X.121 address of an incoming switched
packet matches the configured destination X.121 address pattern, the destination X.121 address of the
packet will be modified following these rules: the digits corresponding to the dots in the configured
destination X.121 address pattern remain unchanged, and the remaining digits are replaced by the digits
in the destination address substitution pattern. Suppose the x25 switch svc ^12..$ sub-dest
^45..$ command is configured. If the destination X.121 address of an incoming packet is 1278, it will be
switched out with the destination X.121 address being modified to 4578.
sub-source source-address: Replaces the source X.121 address, an alphanumeric string of 1 to 15
characters. The system replaces the source DTE address in the call request packet with the
source-address.
interface interface-type interface-number: Specifies an interface by its type and number.
dlci dlci-number: Specifies an FR DLCI number, in the range 16 to 1007.
Usage guidelines
A device with X.25 switching configured can act as a simple X.25 switch.