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> description "X.25 9.6Kbps link to Office"<br> ip address xx.xxx.xxx.x 255.255.255.0<br> no ip mroute-cache<br> encapsulation x25<br> x25 address 23456789<br> x25 win 6<br> x25 wout 6<br> x25 idle 2<br> 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 <br><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.