cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3596
Views
0
Helpful
7
Replies

2801 - Max Ethernet Speed

snooter
Level 1
Level 1

We have a 2801 rotuer in place that hooks up to a metro ethernet link that's obviously dropped off to us via ethernet.  Anyway, the throughput granted to us is 20MB, but for some reason I can't get it to go anything above 11MB at the most.  I've spent a day going through documentation trying to find the fastest speed the 2801 supports and I can't find my answer.  I've seen that the high speed wan cards in this router support up to 45MB, but I'm not using a WAN card, only one of the two built in 10/100 ports.

Anyone able to lend me some information here on what the maximum throughput speed is on a 2801?

Also, there is no traffic shaping in place on our equipment on either end.  It's wide open.

1 Accepted Solution

Accepted Solutions

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The  Author of this posting offers the information contained within this  posting without consideration and with the reader's understanding that  there's no implied or expressed suitability or fitness for any purpose.  Information provided is for informational purposes only and should not  be construed as rendering professional advice of any kind. Usage of this  posting's information is solely at reader's own risk.

Liability Disclaimer

In  no event shall Author be liable for any damages whatsoever (including,  without limitation, damages for loss of use, data or profit) arising out  of the use or inability to use the posting's information even if Author  has been advised of the possibility of such damage.

Posting

http://www.cisco.com/web/partners/downloads/765/tools/quickreference/routerperformance.pdf

View solution in original post

7 Replies 7

daviddun
Level 3
Level 3

snooter,

Good morning

The 2801 Router is not a small business class router and we have moved your discussion to this area:

https://supportforums.cisco.com/community/netpro/network-infrastructure/routing

I hope you have a great day

paolo bevilacqua
Hall of Fame
Hall of Fame

Post config, hide address and password as necessary.

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname

!

boot-start-marker

boot system flash c2801-ipvoicek9-mz.124-15.T8.bin

boot-end-marker

!

logging buffered 51200 warnings

no logging console!

no aaa new-model

clock timezone Central -6

clock summer-time Central recurring

dot11 syslog

ip cef

!

!

!

!

no ip domain lookup

multilink bundle-name authenticated

!

!

voice-card 0

!

!

!

class-map match-any Voip

match ip dscp ef

match ip rtp 16384 16383

class-map match-any Voip-Signaling

match ip dscp cs3

match ip dscp af31

!

!

policy-map qos

class Voip

priority percent 50

class Voip-Signaling

bandwidth percent 2

class class-default

fair-queue

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.1

encapsulation dot1Q 1 native

ip address 10.10.4.1 255.255.255.0

ip helper-address 10.10.1.5

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 172.16.4.254 255.255.255.0

ip helper-address 172.16.1.1

no ip redirects

no ip unreachables

no ip proxy-arp

h323-gateway voip bind srcaddr 172.16.4.254

!

interface FastEthernet0/0.6

encapsulation dot1Q 6

ip address 10.10.6.1 255.255.255.0

!

interface FastEthernet0/1

description ISP Metro Ethernet

bandwidth 20480

ip address XX.XX.XX.XX 255.255.255.252

ip flow egress

ip route-cache flow

load-interval 30

speed 100

full-duplex

!

interface Serial0/3/0

description ISP Failover T1 bandwidth 1536

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

encapsulation frame-relay IETF

frame-relay lmi-type ansi

service-policy output qos

!

interface Serial0/3/0.16 point-to-point

ip address XX.XX.XX.XX 255.255.255.252

no ip redirects

no ip unreachables

no ip proxy-arp

snmp trap link-status

frame-relay interface-dlci 16 IETF  

class qos

!

router bgp 65015

no synchronization

bgp log-neighbor-changes

redistribute connected

redistribute static

neighbor XX.XX.XX.XX remote-as 10970

neighbor XX.XX.XX.XX password 7 xxxxxxxxxxxxx

neighbor XX.XX.XX.XX update-source FastEthernet0/1

neighbor XX.XX.XX.XX version 4

neighbor XX.XX.XX.XX weight 30

neighbor XX.XX.XX.XX remote-as 10970

neighbor XX.XX.XX.XX description ISP T1

neighbor XX.XX.XX.XX password 7 xxxxxxxxxxxxx

neighbor XX.XX.XX.XX update-source Serial0/3/0.16

neighbor XX.XX.XX.XX version 4

no auto-summary

!

ip forward-protocol nd

!

ip bgp-community new-format

ip flow-cache timeout active 5

ip flow-export source FastEthernet0/1

ip flow-export version 5

ip flow-export destination 10.10.4.14 9996

!

no ip http server

no ip http secure-server

!

!

ip prefix-list isp-in seq 5 deny 0.0.0.0/0 isp 32

!

map-class frame-relay qos

frame-relay cir 1536000

frame-relay bc 1536000

frame-relay be 1536000

frame-relay mincir 1536000

access-list 101 permit tcp any any eq 5022

access-list 101 permit tcp any any eq 5023

access-list 102 permit tcp any any eq 7333

snmp-server community ia RO

!

!

!

control-plane

!

!

!

voice-port 0/0/0

description SRST

!

voice-port 0/0/1

description SRST

!

!

!

!

dial-peer cor custom

!

!

!

dial-peer voice 10 pots

description SRST

destination-pattern 3T

port 0/0/0

!

dial-peer voice 11 pots

description SRST

destination-pattern 3T

port 0/0/1

!

dial-peer voice 200 voip

destination-pattern 8684

session target ipv4:10.10.1.97

incoming called-number .

codec g711ulaw

no vad

!

!

end

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The  Author of this posting offers the information contained within this  posting without consideration and with the reader's understanding that  there's no implied or expressed suitability or fitness for any purpose.  Information provided is for informational purposes only and should not  be construed as rendering professional advice of any kind. Usage of this  posting's information is solely at reader's own risk.

Liability Disclaimer

In  no event shall Author be liable for any damages whatsoever (including,  without limitation, damages for loss of use, data or profit) arising out  of the use or inability to use the posting's information even if Author  has been advised of the possibility of such damage.

Posting

http://www.cisco.com/web/partners/downloads/765/tools/quickreference/routerperformance.pdf

Thank you Joesph.  Exactly what I was looking for.

So, given my running config above, I'm assuming the issue has to be outside of my 2801.  I should easly be able to get 20MB through the 2801.

Check show interfaces for drops and other anomalies.

Also need to know how are you measuring the performance limitation.

Disclaimer

The   Author of this posting offers the information contained within this   posting without consideration and with the reader's understanding that   there's no implied or expressed suitability or fitness for any purpose.   Information provided is for informational purposes only and should not   be construed as rendering professional advice of any kind. Usage of  this  posting's information is solely at reader's own risk.

Liability Disclaimer

In   no event shall Author be liable for any damages whatsoever (including,   without limitation, damages for loss of use, data or profit) arising  out  of the use or inability to use the posting's information even if  Author  has been advised of the possibility of such damage.

Posting

Keep in mind when you look at the performance charts you often need to allow for duplex (i.e. forwarding in both directions) and you need to allows for services.

A quick test whether this router's performance capabilities is the bottleneck, check CPU load when it hits your 11 Mbps.  If the router isn't near 100%, then router's forwarding capacity likely isn't the culprit.  That doesn't exclude the router itself from being the culprit, which is partially why Paolo is asking for the information he does.