You are on page 1of 5

Cisco − X.

25 Over Frame−Relay with TCP Configured (XOT)


Cisco − X.25 Over Frame−Relay with TCP Configured (XOT)

Table of Contents
X.25 Over Frame Relay with TCP Configured (XOT)...................................................................................1
Introduction..............................................................................................................................................1
Software Versions....................................................................................................................................1
Network Diagram.....................................................................................................................................1
Configurations.........................................................................................................................................1
Related Information.................................................................................................................................3

i
X.25 Over Frame Relay with TCP Configured (XOT)
Introduction
Annex G (X.25 over Frame Relay) facilitates the migration from an X.25 backbone to a Frame Relay
backbone by permitting encapsulation of ITU−T X.25/X.75 traffic within a Frame Relay connection.

The use of X.25 as a network backbone is becoming obsolete as modern networks change their backbones to
newer technologies such as Frame Relay, ATM, and IP.

Software Versions
This configuration was developed using the software version below.

• Cisco IOS® Software Release 11.3 and later


• For Cisco IOS versions earlier than 11.3, the format of the x25 route ^xxxx xot a.b.c.d command
needs to be x25 route ^xxxx ip a.b.c.d.

Network Diagram

Configurations
X.25−1
ip subnet−zero
!
interface Serial0
ip address 10.0.0.2 255.255.255.240
no ip mroute−cache
encapsulation x25
bandwidth 64
x25 address 1234
x25 map ip 10.0.0.1 4321 broadcast
!

X.25−2
x25 routing

!
service tcp−keepalives−in
service tcp−keepalives−out
!
interface Serial0
no ip address

Cisco − X.25 Over Frame−Relay with TCP Configured (XOT)


encapsulation frame−relay IETF
frame−relay lmi−type ansi
!
interface Serial0.1 point−to−point
ip address 192.168.1.1 255.255.255.0
frame−relay interface−dlci 100
!
interface Serial1
no ip address
no ip mroute−cache
encapsulation x25 dce
bandwidth 64
clock rate 64000
!
x25 route ^1234 interface Serial1
x25 route ^4321 xot 192.168.1.2
!

X.25−3
x25 routing
!
service tcp−keepalives−in
service tcp−keepalives−out
!
interface Serial0
no ip address
no ip mroute−cache
encapsulation x25
!
interface Serial1
no ip address
encapsulation frame−relay IETF
frame−relay lmi−type ansi
!
interface Serial1.1 point−to−point
ip address 192.168.1.2 255.255.255.0
frame−relay interface−dlci 110
!
x25 route ^4321 interface Serial0
x25 route ^1234 xot 192.168.1.1
!

X.25−4
ip subnet−zero
!
interface Serial0
ip address 10.0.0.1 255.255.255.240
no ip mroute−cache
encapsulation x25 dce
bandwidth 64
x25 address 4321
x25 map ip 10.0.0.2 1234 broadcast
clock rate 64000
!

Cisco − X.25 Over Frame−Relay with TCP Configured (XOT)


Related Information
• Annex G (X.25 over Frame Relay)
• Internetworking Design Basics
• X.25 Background
• DNS−Based X.25 Routing
• Configuring X.25 and LAPB

All contents are Copyright © 1992−−2001 Cisco Systems Inc. All rights reserved. Important Notices and Privacy Statement.

Updated: Apr 12, 2002 Document ID: 12502

Cisco − X.25 Over Frame−Relay with TCP Configured (XOT)

You might also like