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
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