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

X.25 Over E1 Link

Hi,

I have two routers connected over the E1 link via serial interface with the default configuration so encapsulation is on Cisco HDLC. 

ROUTER1:

!
interface Serial0/0
 bandwidth 1544
 ip address 172.30.1.21 255.255.255.252
end

ROUTER2:

!
interface Serial0/1
 ip address 172.30.1.22 255.255.255.252
 no ip mroute-cache
end

 

 

What If I change the encapsulation to X.25? Below is the sample configuration:

ROUTER1:

!        

interface Serial0/0

 ip address 172.30.1.21 255.255.255.252

 encapsulation x25

 no ip mroute-cache

 x25 address 2405005409

 x25 map ip 172.30.1.22 2405005410

!         

 

ROUTER2:

!

interface Serial0/1

 ip address 172.30.1.22 255.255.255.252

 encapsulation x25 dce

 no ip mroute-cache

 x25 address 2405005410

 x25 map ip 172.30.1.21 2405005409

 clock rate 128000

 dce-terminal-timing-enable

exit

!

Kindly let me know If the solution works?

 

Regards,

Muhammad Anser Khan

 

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Muhammad,

 

Yes - this should be OK

See link:-

http://www.cisco.com/c/en/us/support/docs/wan/x25-protocols/7921-x25-back.html

Hope this helps

Regards

Alex

 

Regards, Alex. Please rate useful posts.
Review Cisco Networking for a $25 gift card