Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Terminating X.25 calls on a router

Status
Not open for further replies.

MikeP

Programmer
Jan 13, 1999
7
US
I am transporting X.25 calls to and from a 2500 router using XOT over frame relay. No X.25 host computer is connected to the router. How can I configure the router to originate/terminate the calls and perform encap/decap of IP datagrams in the X.25 calls? Thanks.
 
May not help, but we have a router connecting to another via an X.25 line and the configs are as follows:-<br><br>interface Serial0<br>&nbsp;description &quot;X.25 9.6Kbps link to Office&quot;<br>&nbsp;ip address xx.xxx.xxx.x 255.255.255.0<br>&nbsp;no ip mroute-cache<br>&nbsp;encapsulation x25<br>&nbsp;x25 address 23456789<br>&nbsp;x25 win 6<br>&nbsp;x25 wout 6<br>&nbsp;x25 idle 2<br>&nbsp;x25 map ip xx.xxx.xxx.x 01234569<br><br>similar config at the other end.<br><br>The IP traffic is encapsulated at the S0 interface and finds that via the nornal ip route statement which is directed towards the ip address of that interface. It is only the S0 to S0 interfaces that peform X.25 via encapsulation. Upon exiting the S0 interface the packets are decapsulated into an ip address.<br><br>hope this helps&nbsp;&nbsp;&nbsp;<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top