Configuring X.25 interface supplementary parameters

Introduction to X.25 interface supplementary parameters

It is necessary to configure certain supplementary X.25 parameters in some special network environments. The following sections are related to the following supplementary parameters.

Procedure name

Timer name

DTE side

DCE side

Restart

T20

T10

Call

T21

T11

Reset

T22

T12

Clear

T23

T13

Register

T28

N/A

T28 is a "Registration request sending" timer which is only defined on DTE for dynamically requesting the network for optional services or stopping these services. Its default value is 300 seconds, which cannot be changed.

Matching mode

Description

Example

free

Free matching, the alias string is in the form of 1234.

"1234" will match 561234, 1234567 and 956123478, but will not match 12354.

free-ext

Extended free matching, in which the alias string is in the form of …1234..

"…1234 .." will match 678123459, but will not match 68123459, 67812345 and 6781234591.

left

Left-most matching mode, in which the alias string is in the form of $1234.

"$1234" will match 1234567 and 12346790, but will not match 3123478 and 123784.

left-ext

Extended left-most matching mode, in which the alias string is in the form of $1234….

"$1234 …" will match 1234679 and 1234872, but will not match 123468 and 12346890.

right

Right-most matching mode, in which the alias string is in the form of 1234$.

"1234$" will match 791234 and 6901234, but will not match 7912345 and 6212534.

right-ext

Extended rightmost matching mode, the alias string is in the form of ….1234$.

"….1234$" will match 79001234 and 86901234, but will not match 7912345 and 506212534.

strict

Strict matching mode, in which the alias string is in the form of $1234$.

"$1234$" can only match 1234.

whole

Whole matching mode, in which the alias string is in the form of ........

"…..…" will match all the valid X.121 addresses of 8 digits in length.

whole-ext

Extended whole matching mode, in which the alias string can only be *.

"*" will match all the valid X.121 addresses.

Configuration procedure

To configure X.25 interface supplementary parameters:

Step

Command

Remarks

1. Enter system view.

system-view

N/A

2. Enter interface view.

interface interface-type interface-number

N/A

3. Set the restart timer delay value.

x25 timer tx0 seconds

Optional.

By default, the value for DTE is 180 seconds, and the value for DCE is 60 seconds.

4. Set the call request timer for DTE or the call indication timer for DCE.

x25 timer tx1 seconds

Optional.

By default, the value for DTE is 200 seconds, and the value for DCE is 180 seconds.

5. Set the reset request timer for DTE or the reset indication timer for DCE.

x25 timer tx2 seconds

Optional.

By default, the value for DTE is 180 seconds, and the value for DCE is 60 seconds.

6. Set the clearing request timer for DCE or the clearing request timer for DTE.

x25 timer tx3 seconds

Optional.

By default, the value for DTE is 180 seconds, and the value for DCE is 60 seconds.

7. Specify an alias for the interface.

x25 alias-policy match-type alias-string

Optional.

Not specified by default.

8. Carry no X.121 address of the called DTE in each call packet.

x25 ignore called-address

Optional.

Carried by default.

9. Carry no X.121 address of the calling DTE in each call packet.

x25 ignore calling-address

Optional.

Carried by default.

10. Carry the address of the called DTE in each call-acceptance packet.

x25 response called-address

Optional.

Not carried by default.

11. Carry the address of the calling DTE in each call-acceptance packet.

x25 response calling-address

Optional.

Not carried by default.

12. Specify the default upper layer protocol.

x25 default-protocol protocol-type

Optional.

Not specified by default.

13. Enable the user facility adding function.

x25 add-facility

Optional.

Disabled by default.

14. Enable the user facility removing function.

x25 remove-facility

Optional.

Disabled by default.