cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
291
Views
0
Helpful
1
Replies

x25 connection stays up after the XOT part was going down

pvandenbrink
Level 1
Level 1

We set up XOT via an IP network to reach a public host. The last part of the connection is via an x25 serial connection. that's working fine. There's only 1 "problem" left.

If during the Call the XOT session is lost due to TCP is lost , the Call will be cleared directly (use keepalive 1 second). and the Terminal who initiated the call is cleared. But the X25 session from our last router to the public host stays up and a new Call is not possible till the Host sends a time out.

!

version 12.2

service tcp-keepalives-in

service tcp-keepalives-out

!

x25 routing

!

interface Loopback1

ip address 10.10.10.1 255.255.255.0

!

interface Ethernet0

no ip address

shutdown

no cdp enable

!

interface Serial0

bandwidth 64

encapsulation x25 dce ietf

no ip mroute-cache

x25 address 200300300100

!

interface Serial1

bandwidth 1944

no ip address

encapsulation frame-relay

no ip mroute-cache

!

x25 route 160300300101 interface Serial0 (to the public host)

x25 route 20030051 xot 10.10.5.1 xot-keepalive-period 1 xot-source Loopback1

What can i do to let the XOT session also informs the x25 connection to be cleared as XOT fails?

1 Reply 1

kbeltz
Level 1
Level 1

Looking over the configuration it seems that you have everything configured correctly. The following URL has some more information and some troubleshooting procedures that should help. http://www.cisco.com/warp/public/133/xot_keepalives.html