|
|
Question : Problem: Cisco 2610 And Cisco 2509 Help
|
|
Hi experts,
We have an old Cisco 2509A with 4 modems connected to it that is starting to fail. We have now bought a new cisco 2610 with the 8AM module. When I compare these two routers the old one seems faster. The ping time with the old one to the same subnet is always under 140ms, When I try the new one the first package almost always times out and the rest have 200+ms.
Test done with a 28800 modem.
Any suggestions on what to do?
/* Cisco 2610 Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname eco-access ! no logging console
**** SNIP ***
no ip subnet-zero ip host-routing ip name-server 130.x.x.x ip name-server 130.x.x.x ip name-server 130.x.x.x ! ! ! interface Loopback0 ip address 10.10.11.5 255.255.255.0 no ip directed-broadcast ! interface Ethernet0/0 ip address 130.x.x.x 255.255.255.0 no ip directed-broadcast ! interface Async33 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! interface Async34 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! interface Async35 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! interface Async36 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! interface Async37 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! interface Async38 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! interface Async39 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! interface Async40 ip unnumbered Ethernet0/0 no ip directed-broadcast encapsulation ppp ip tcp header-compression passive async mode interactive peer default ip address 130.x.x.x ppp authentication chap pap ! ip default-gateway 130.x.x.x no ip classless ! ! line con 0 exec-timeout 30 0 transport input none line 33 40 autoselect arap autoselect during-login autoselect ppp login local modem InOut modem autoconfigure discovery transport input all stopbits 1 flowcontrol hardware line aux 0 line vty 0 4 exec-timeout 30 0 login local ! no scheduler allocate end
|
Answer : Problem: Cisco 2610 And Cisco 2509 Help
|
|
Under the Line configurations - I see that you are not locking speed with the "speed" command. It may be that a slower speed is being negotiated during the autoconfigure. I would try locking the speed at the fastest known rate your modem can handle. Note that this is not the same as the baud rate so you don't necessarily have to match it up with the "28800" speed of your modem. Try setting it at 115200 or 57600 first.
|
|
|