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!

X25 help needed

Status
Not open for further replies.

alan147

Technical User
Nov 15, 2002
128
GB
Hello

Does anyone have a sample config for a cisco 2610 router that is used to terminate an X25 link used foron line credit card authorisation to NatWest bank. My config is below

interface FastEthernet0/0
ip address a.b.c.d 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
description X25 circuit for credit card authorisation
no ip address
encapsulation x25
x25 address <our NUA>
x25 ltc 1024
x25 htc 1055
x25 idle 2

x25 route 23421230223503 interface Serial0/0
x25 route 23424865561000 interface Serial0/0
!
translate tcp A.B.C.D port 7501 stream x25 <NatWest NUA> quiet
translate tcp A.B.C.D port 7600 stream x25 <NatWest NUA> quiet
translate tcp A.B.C.D port 7500 stream x25 <NatWest NUA> quiet

This doesn't work. I have switched on debug and nothing happens. However show X25 suggestes that the server is connecting to the router.
Any ideas?

Thanks Alan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top