cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
698
Views
0
Helpful
12
Replies

X.25 Switching.

pulkit.sharma
Level 1
Level 1

Hi,

In current setup Customer is having Fujitsu routers installed And X.25 Switching is running between them. We want to replace the Legacy routers with Cisco Routers.

Please find the attached PPT for more details.

Please help me in the design.

Regards,

Pulkit Sharma

12 Replies 12

pulkit.sharma
Level 1
Level 1

Please find the Presentation attached herewith..

if you are looking for config example, it should be like this:

X25 routing

!

interface Serial0

no ip address

encapsulation x25 dce

clock rate 64000

!

interface Serial1

no ip address

encapsulation x25 dce

clock rate 64000

!

x25 route 4321 interface Serial0

x25 route 1234 interface Serial1

!

Thanks..

I tried this config and my Serial Interface is UP but I am not able to ping my next hop router Serial Interface.

Can you please help me in this.

Regards,

Pulkit Sharma

you said the routers will act as x25 switchers. so what ip you want to ping?

if you can add IP to the diagram and x25 addresses.

other question: why are you using 2 x25 switchers in serial. only one switcher could be enough

Hi,

I want to crete a setup exactly shown in my ppt.

Do you think in this case I wont require any IP address in the RTR-RTR serial interfaces.

If so then how my both end Servers will communicate with each other without any X.121 or IP address.

Regrds,

Pulkit

i think if your servers has x25 addresses and not IP addresses, and they need to communicate using x25 packets only, so you do not need any IP address.

x25 switching just switch x25 packets at layer 2 like does public x25 service provider.

IP over x25 is an other thing. this works if your hosts use IP addressing and your wan network is x25.

so you sould have configs like i said:

rtr1:

X25 routing

!

interface Serial0

no ip address

encapsulation x25 dce

clock rate 64000

!

interface Serial1

no ip address

encapsulation x25

clock rate 64000

!

x25 route 4321 interface Serial0

x25 route 1234 interface Serial1

rtr2:

X25 routing

!

interface Serial0

no ip address

encapsulation x25 dce

clock rate 64000

!

interface Serial1

no ip address

encapsulation x25 dce

clock rate 64000

!

x25 route 4321 interface Serial1

x25 route 1234 interface Serial0

then use debug x25 packets to troubleshoot the connexions

Thanks once again,

As per the Customer they are running PVC from server to server.

Can you please let me know how the configuration will look like..

Regards,

Pulkit

ohassairi
Level 5
Level 5

where is the attached ppt?

Hi,

Attaching once again..

Regards,

Pulkit

Hi Pulkit,

Try with this config.

First router.

interface serial 0

ip address 131.108.1.3 255.255.255.0

x25 map ip 131.108.1.4 0

x25 pvc 4 ip 131.108.1.4

Second Router.

interface serial 0

ip address 131.108.1.4 255.255.255.0

x25 map ip 131.108.1.3 0

x25 pvc 4 ip 131.108.1.3

Hope this helps,

Regards,

Pravin

Hi Praveen,

I am getting Invalid vc number error.

Regards,

PULKIT

Hi,

The below config worked fine for me in the lab network.

Router 1

interface serial0/0

(config-if)#encapsulation x25 dce

(config-if)#x25 address 311082194567

(config-if)#ip address 10.60.8.1 255.255.248.0

(config-if)#x25 map ip 10.60.8.2 311082191234 broadcast

Rouetr2

(config)#interface serial0/0

(config-if)#encapsulation x25 dte

(config-if)#x25 address 311082191234

(config-if)#ip address 10.60.8.2 255.255.248.0

(config-if)#x25 map ip 10.60.8.1 311082194567 broadcast

Let me know if it helps.

Regards,

Pravin

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card