Here is a sampling of a recent TRACERT:
1 3 ms 3 ms 3 ms 10.31.0.1
2 111 ms 201 ms 201 ms 192.168.0.2
3 173 ms 201 ms 201 ms XXX.XXX.90.1
4 175 ms 201 ms 201 ms XXX.XXX.190.5
5 175 ms 201 ms 201 ms ge-2-0-300.core01.nycmnybx.fast.net [169.130.96.
130]
6 171 ms 201 ms 201 ms ge-7-24.car1.NewYork1.Level3.net [63.208.174.1]
----------------------------------------------------
The configuration is a little (very) wonky, so please bare with my description. We have an Adtran router/CSU/DSU device. This is plugged into the ETH0 interface of router #1. The S0 interface of this router is plugged into router #2 via a DTE/DCE cable. Router #2's ETH0 is plugged into a switch on the network. When I run speed tests (speedtest.net for instance), I'm getting TERRIBLE speeds on my PC and laptop. I am attaching the two router's configs to this post. If anyone has any suggestions, I'm open to anything. The routers are a 2503 and a 2501.
=====================Router 1's config====================
Current configuration : 1223 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Internet
!
logging rate-limit console 10 except errors
enable secret 5 XXXXXXXXXXXXXXXXXXXXXX
enable password XXXXXXXXXXXXXXXXXXXXXX
!
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
!
!
!
!
interface Ethernet0
ip address XXX.XXX.90.2 255.255.255.240
ip nat outside
no mop enabled
!
interface Serial0
bandwidth 64
ip address 192.168.0.2 255.255.255.0
ip nat inside
no fair-queue
clockrate 64000
!
interface Serial1
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
!
ip kerberos source-interface any
ip nat pool schwan XXX.XXX.90.3 XXX.XXX.90.10 netmask 255.255.255.240
ip nat inside source list 1 pool mypool overload
ip classless
ip route 0.0.0.0 0.0.0.0 XXX.XXX.90.1
ip route 10.31.0.0 255.255.0.0 Serial0
ip http server
!
access-list 1 permit 10.0.0.0 0.255.255.255
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
snmp-server community public RO
!
line con 0
transport input none
line aux 0
line vty 0 4
password XXXXXXXXXXXXXXX
login
!
end
=====================ROUTER 2's Config===================
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname Intranet
!
enable secret 5 XXXXXXXXXXXXXXXXXXXX
enable password XXXXXXXXXXXXXXXXXXXX
!
ip subnet-zero
!
interface Ethernet0
ip address 10.31.0.1 255.255.0.0
!
interface Serial0
ip address 192.168.0.1 255.255.255.0
bandwidth 64
no fair-queue
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.2
ip route 10.31.0.0 255.255.0.0 Ethernet0
snmp-server community public RO
!
line con 0
line aux 0
transport input all
line vty 0 4
password XXXXXXXXXXXXXXXXXXXXX
login
!
end
1 3 ms 3 ms 3 ms 10.31.0.1
2 111 ms 201 ms 201 ms 192.168.0.2
3 173 ms 201 ms 201 ms XXX.XXX.90.1
4 175 ms 201 ms 201 ms XXX.XXX.190.5
5 175 ms 201 ms 201 ms ge-2-0-300.core01.nycmnybx.fast.net [169.130.96.
130]
6 171 ms 201 ms 201 ms ge-7-24.car1.NewYork1.Level3.net [63.208.174.1]
----------------------------------------------------
The configuration is a little (very) wonky, so please bare with my description. We have an Adtran router/CSU/DSU device. This is plugged into the ETH0 interface of router #1. The S0 interface of this router is plugged into router #2 via a DTE/DCE cable. Router #2's ETH0 is plugged into a switch on the network. When I run speed tests (speedtest.net for instance), I'm getting TERRIBLE speeds on my PC and laptop. I am attaching the two router's configs to this post. If anyone has any suggestions, I'm open to anything. The routers are a 2503 and a 2501.
=====================Router 1's config====================
Current configuration : 1223 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Internet
!
logging rate-limit console 10 except errors
enable secret 5 XXXXXXXXXXXXXXXXXXXXXX
enable password XXXXXXXXXXXXXXXXXXXXXX
!
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
!
!
!
!
interface Ethernet0
ip address XXX.XXX.90.2 255.255.255.240
ip nat outside
no mop enabled
!
interface Serial0
bandwidth 64
ip address 192.168.0.2 255.255.255.0
ip nat inside
no fair-queue
clockrate 64000
!
interface Serial1
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
!
ip kerberos source-interface any
ip nat pool schwan XXX.XXX.90.3 XXX.XXX.90.10 netmask 255.255.255.240
ip nat inside source list 1 pool mypool overload
ip classless
ip route 0.0.0.0 0.0.0.0 XXX.XXX.90.1
ip route 10.31.0.0 255.255.0.0 Serial0
ip http server
!
access-list 1 permit 10.0.0.0 0.255.255.255
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
snmp-server community public RO
!
line con 0
transport input none
line aux 0
line vty 0 4
password XXXXXXXXXXXXXXX
login
!
end
=====================ROUTER 2's Config===================
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname Intranet
!
enable secret 5 XXXXXXXXXXXXXXXXXXXX
enable password XXXXXXXXXXXXXXXXXXXX
!
ip subnet-zero
!
interface Ethernet0
ip address 10.31.0.1 255.255.0.0
!
interface Serial0
ip address 192.168.0.1 255.255.255.0
bandwidth 64
no fair-queue
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.2
ip route 10.31.0.0 255.255.0.0 Ethernet0
snmp-server community public RO
!
line con 0
line aux 0
transport input all
line vty 0 4
password XXXXXXXXXXXXXXXXXXXXX
login
!
end