Skip to main content

Cisco ASA 5505 throttling/bandwidth issue

More
14 years 6 months ago #32364 by Rozzwell
Hey all -

First off, thanks for such a wonderful resource. Lots of great info on here. I followed r0nni3's excellent howto setup for the ASA 5505 and have one glaring issue that I'm trying to overcome...speed.

The 5505 is slated to replace an aging (and dying) IPCop firewall in our office, so it's duty will be pretty light. We have a 50Mb Comcast line coming into the office, and when that line is plugged into the IPCop I get a consistent 40-50mb downstream and 10-12mb upstream. After following r0nni3's primer, I do have internet connectivity on the 5505 but I cannot get any faster than 2-3mb/sec down, and less than 1mb/sec upstream. Any idea why?

I've included my config in the hopes that we can determine if this is a config issue (likely), or a hardware problem (just unpacked it today).

Thanks in advance for any help!

: Saved
:
ASA Version 7.2(4)
!
hostname terrytate
enable password ******* encrypted
passwd ******* encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.101.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address *.*.*.26 255.255.255.248
!
interface Ethernet0/0
switchport access vlan2
!
interface Ethernet0/1
!
interface Ethernet0/2
shutdown
!
interface Ethernet0/3
shutdown
!
interface Ethernet0/4
shutdown
!
interface Ethernet0/5
shutdown
!
interface Ethernet0/6
shutdown
!
interface Ethernet0/7
shutdown
!
ftp mode passive
pager lines 24
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 192.168.101.0 255.255.255.0
route outside 0.0.0.0 0.0.0.0 *.*.*.27 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh timeout 5
console timeout 0

username ***** password *********** encrypted privilege 15
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end

More
14 years 6 months ago #32365 by Kajitora
I dont see anything standing out in your config. Try hard coding the interface to 100/full or what every it should be.

*****
Edit
*****

Thought I should explain a little better =P. I had a asa with a similar problem, I didn't see any errors on interface, but setting it to 100/full fixed it. I believe it was because every time it lost a packet do to collision it was setting tcp windowing way back down and it could never really get going.

itgamers.blogspot.com
More
14 years 6 months ago #32371 by S0lo
Rozzwell, may I ask what did you use to measure those down/up speeds ?

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.144 seconds