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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Point-Of-Sale with Router

Status
Not open for further replies.

netwalker1

Programmer
Joined
Feb 5, 2000
Messages
1,241
Location
EG
Dear All :
I have a Point-Of-Sale Device , which used with banks to call special Authorization Server.(You can see these devices in any Market , which you may use your Visa or Master Cards )

Anyway , these devices are calling my Router , and my router is pushing the traffic to the host ...

I am working with some configuration , but it doesn't help me when the delay is increasing on the Network ..

any idea how can I tune this configuration to work fine with high delay ?

Configuration:
POS#show run
version 12.2
service timestamps debug datetime msec
service timestamps log datetime localtime
service password-encryption
!
hostname POS
!
no logging console
no logging monitor
!
memory-size iomem 25
ip subnet-zero
no ip source-route
!
no ip domain-lookup
ip host auth 172.16.16.X
!
no ip bootp server
!
interface FastEthernet0/0
ip address 172.16.16.43 255.255.255.0
no ip unreachables
speed auto
half-duplex
no cdp enable
!
interface Async1
no ip address
!
interface Async2
no ip address
!
ip classless
no ip http server
ip pim bidir-enable
!
!
no cdp run
!
line con 0
line 1 2
no motd-banner
no exec-banner
no activation-character
logging synchronous level 0
no vacant-message
modem InOut
autocommand telnet auth 3000 /quiet /stream
transport input telnet
transport output pad udptn telnet rlogin
escape-character NONE
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
login
!
no scheduler allocate
end



Mohamed Farid
[green]Know Me No Pain , No Me Know Pain !!![/green]
CCNP,CCA,MCSE,MCSA
 
any news ?

Mohamed Farid
[green]Know Me No Pain , No Me Know Pain !!![/green]
CCNP,CCA,MCSE,MCSA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top