cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
2
Replies

Alternate XOT routing

3akostylev
Level 1
Level 1

Two AS2511RJ (12.0(7)T) configured as PAD's (autocommand x28 profile ... noescape) connected to different target X25 routers (S0) . Problem: One target router is down; Is it possible to route PAD calls to another AS using XOT only when serial port is down?

2 Replies 2

ciscomoderator
Community Manager
Community Manager

Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen

If anyone else in the forum has some advice, please reply to this thread.

Thank you for posting.

alanssie
Cisco Employee
Cisco Employee

If I understand the question well, ths should be possible

example

router 1 ser 0-----x25-----ser x router2

eth 0--------------------eth0 router3

If the int serial 0 protocol goes down, the x25 routing can pick the next available x25 route

example

x25 route ^9000 int ser 0 ==> this is to router2

x25 route ^9000 xot 1.1.1.1 ===> this is to router3

If the ser 0 goes down the x25 route is not valid anymore

hence we will pick the next available which in this case is the one using xot.

The only problem you will face is to make sure

that ser0 is detecting the protocol down, in the case

of a deticated line this is probably not an issue,

in the case the ser0 is connected to a x25 network,

this is probably not gone work as the protocol will

stay up on router 1 even if router 2 is powered off.

In that case, it is maybe better to use IP on all the device and doing this kind of x25 route :

x25 route ^9000 xot 2.2.2.2 1.1.1.1

Hope this help

Alain