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

Point to Point Speed issue 1

Status
Not open for further replies.

TCChenDH

IS-IT--Management
Dec 29, 2006
5
US
I have setup a Point to Point with two Cisco 2610's with T1DSU WIC's. Everything is up and functioning, however the speed is not what I was expecting\promised. When I call the P2P provider they say "the pipe is clean". I have read many posts and seem to think my config on the routers are correct. What can I do to test my speeds and verify my config is optimal? and how can I test "the pipe". Thanks for the help.
 
For a quick and dirty test, you could try opening multiple telnet windows to one of the 2610 routers.

Then from each terminal window, run an extended ping (such as I've pasted below from one of my live devices):

WB-CERGY-RO01#ping
Protocol [ip]:
Target IP address: 10.10.10.11
Repeat count [5]: 100000
Datagram size [100]: 1500
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 100000, 1500-byte ICMP Echos to 10.69.5.1, timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Do this on each terminal window, pinging the remote 2600 each time. Leave one terminal window free and monitor the T1 utilisation using the 'show interface' command (tip: set the load-interval on the T1 interface to 30 seconds using the "load-interval 30" command in interface configuration mode)
 
FYI - Here is my config... Please help

MAIN SITE

Router#show running-config
Building configuration...

Current configuration : 564 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable password xxxxxxx
!
ip subnet-zero
!
!
!
!
!
!
interface Ethernet0/0
ip address 192.168.64.240 255.255.255.0
full-duplex
!
interface Serial0/0
ip address 10.10.33.1 255.255.255.252
no ip mroute-cache
no fair-queue
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.64.249 (this route is for Sonicwall for Internet)
ip route 172.16.65.0 255.255.255.0 10.10.33.2
ip http server
ip pim bidir-enable
!
!
line con 0
line aux 0
line vty 0 4
password xxxx
login


REMOTE SITE

Building configuration...

Current configuration : 656 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Remote
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxx/
enable password xxxxxx
!
username tacacs
!
!
!
!
ip subnet-zero
!
!
!
!
!
!
interface Ethernet0/0
ip address 172.16.65.240 255.255.255.0
no ip mroute-cache
full-duplex
!
interface Serial0/0
ip address 10.10.33.2 255.255.255.252
no ip mroute-cache
no fair-queue
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.33.1
ip http server
!
snmp-server community public RO
!
line con 0
line aux 0
line vty 0 4
password xxxxxxx
login
!
end
 
KiscoKid,
I did what you said and here are my results: What do you make of this. anyone else that would like to jump in please do.

Ethernet0/0 is up, line protocol is up
Hardware is AmdP2, address is 0005.32b5.0c20 (bia 0005.32b5.0c20)
Internet address is 172.16.65.240/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:14, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
1848528 packets input, 301215267 bytes, 0 no buffer
Received 51784 broadcasts, 0 runts, 0 giants, 0 throttles
5094 input errors, 5094 CRC, 73 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
2344808 packets output, 809972697 bytes, 0 underruns
44 output errors, 1588 collisions, 14 interface resets
0 babbles, 0 late collision, 4047 deferred
44 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Serial0/0 is up, line protocol is up
Hardware is PQUICC with Fractional T1 CSU/DSU
Internet address is 10.10.33.2/30
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 115/255, rxload 111/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 12
Queueing strategy: fifo
Output queue :0/40 (size/max)
30 second input rate 677000 bits/sec, 86 packets/sec
30 second output rate 697000 bits/sec, 113 packets/sec
3531398 packets input, 905563239 bytes, 0 no buffer
Received 160302 broadcasts, 0 runts, 8 giants, 0 throttles
186105 input errors, 15145 CRC, 86066 frame, 0 overrun, 0 ignored, 84893 ab
ort
3156853 packets output, 406796288 bytes, 0 underruns
0 output errors, 0 collisions, 26 interface resets
0 output buffer failures, 0 output buffers swapped out
9 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up

Thanks
 
You have a fair amount of errors on your T1 interface. Also it shows you hit around 115/255 of your total utilsation which is a little low for a T1.

Try the experiment again but this time before you do, enter the "clear counters" command to reset your interface s0/0 stats to zero.

Also try opening more telnet windows and running more extended pings. It may be there weren't enough running to load the T1. You may need at least 6-7 windows or so to load it up to 100%.
 
OK, I ran a few more telnet sessions and below is what i got. My question is .... What speed should I be getting? Is copying a 30MB file in 8 minutes normal or slow? This is my first point to point and not sure what to expect.


Ethernet0/0 is up, line protocol is up
Hardware is AmdP2, address is 0005.32b5.0c20 (bia 0005.32b5.0c20)
Internet address is 172.16.65.240/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
ARP type: ARPA, ARP Time
Last input 00:00:49, output 00:00:02, output hang never
Last clearing of "show interface" counters 00:07:41
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
142 packets input, 31692 bytes, 0 no buffer
Received 10 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
139 packets output, 23637 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Serial0/0 is up, line protocol is up
Hardware is PQUICC with Fractional T1 CSU/DSU
Internet address is 10.10.33.2/30
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 203/255, rxload 199/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters 00:07:42
Input queue: 1/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
30 second input rate 1205000 bits/sec, 151 packets/sec
30 second output rate 1230000 bits/sec, 201 packets/sec
50206 packets input, 49412025 bytes, 0 no buffer
Received 54 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
66576 packets output, 50528365 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
 
Do you have a PC/server on each LAN?
If so, a better test of your bandwidth would be to FTP large files between machines.
Clear the counters on both routers.
After the test, look at the counters on both serial interfaces.
If the counters on both serial interfaces show input errors, I would suspect a config issue with the P2P T1 provider.
If there are errors on only one side or the other, I would suspect the local loop.
 
The things you need to be looking at are on the serial0/0 interface, specifically the following lines:

30 second input rate 1205000 bits/sec, 151 packets/sec
30 second output rate 1230000 bits/sec, 201 packets/sec

A maxed-out T1 will deliver 1536000 bits/sec, you are close to this as you averaging 80%. I would say 95% is more than acceptable for a perfectly-functioning T1.

I also see the T1 errors have ceased which is a good thing.

Can you load up the circuit some more - perhaps another FTP or more ping windows till you get close to around 95% of 1536000 bits/sec?
 
OK here is my "show interface". Am I just assumming that my connectin should be better? Is this a good T1?

Ethernet0/0 is up, line protocol is up
Hardware is AmdP2, address is 0005.32b5.0c20 (bia 0005.32b5.0c20)
Internet address is 172.16.65.240/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 253/255, txload 5/255, rxload 3/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters 00:12:25
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 126000 bits/sec, 62 packets/sec
5 minute output rate 221000 bits/sec, 98 packets/sec
40925 packets input, 14625240 bytes, 0 no buffer
Received 27 broadcasts, 0 runts, 0 giants, 0 throttles
1058 input errors, 1058 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition de
59974 packets output, 41837464 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Serial0/0 is up, line protocol is up
Hardware is PQUICC with Fractional T1 CSU/DSU
Internet address is 10.10.33.2/30
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 187/255, rxload 191/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters 00:12:27
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
30 second input rate 1161000 bits/sec, 106 packets/sec
30 second output rate 1136000 bits/sec, 102 packets/sec
59107 packets input, 76585936 bytes, 0 no buffer
Received 87 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
51860 packets output, 50213210 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
 
I wouldn't say it's that great if you are really maxing it out. Take another look at KiscoKid's post. At least you don't have any errors this time.
 
No errors on the T1 but the Ethernet interface has errors over the same 12 minutes.

1058 input errors, 1058 CRC, 0 frame, 0 overrun, 0 ignored

If the slowness on the test was through the LAN segment, that could actually cause the issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top