A SERVICE OF

logo

472 CHAPTER 26: LAPB AND X.25 CONFIGURATION COMMANDS
<Sysname> system-view
[Sysname] x25 switching
[Sysname] interface ethernet 1/0
[Sysname-Ethernet1/0] ip address 10.1.1.1 255.255.255.0
[Sysname-Ethernet1/0] quit
[Sysname] interface serial 2/0
[Sysname-Serial2/0] link-protocol x25 dce ietf
[Sysname-Serial2/0] x25 xot pvc 1 10.1.1.2 interface serial 2/0 pvc 2
x29 timer inviteclear-time
Syntax x29 timer inviteclear-time seconds
undo x29 timer inviteclear-time
View System view
Parameter seconds: Delay time in seconds, in the range 5 to 2147483. The delay waiting for
response after inviting PAD clear procedure.
Description Use the
x29 timer inviteclear-time command to set the delay waiting for
response after the PAD clear procedure is initiated. Upon expiration of this timer,
the server aborts the connection by force and starts X.25 clear procedures.
Use the
undo x29 timer inviteclear-time command to restore the default.
The default is 5 seconds.
The server of X.25 PAD may send an Invite Clear message to the client, for
example, after receiving a quit request from client or in order to release the link. At
the same time, a timer is started. If no response is received upon expiration of the
timer, the server clears the link.
Example # Set the delay waiting for response after the PAD clear procedure is initiated to
1000 seconds.
<Sysname> system-view
[Sysname] x29 timer inviteclear-time 1000