Thanks for the replies..
I understand about cable modem sharing BW etc, its just that when i plug the cable modem directly to my PC i get the 8mbps, when i put my router in tehre i get 1.5mbps. And this problem just started, i was getting 7mbps through this cisco router before.
I've pasted my config below: (i added the buffer config hoping that will help but it didn't)
Current configuration : 2247 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname tmn
!
boot-start-marker
boot-end-marker
!
logging buffered 64000 warnings
enable secret 5 ********************
enable password 7 ****************
!
clock timezone EST -5
no aaa new-model
ip subnet-zero
ip cef
!
!
ip audit po max-events 100
!
!
buffers small permanent 150
buffers small max-free 230
buffers small min-free 50
buffers middle permanent 70
buffers middle max-free 120
buffers middle min-free 50
buffers huge permanent 2
!
!
!
interface Ethernet0/0
no ip address
ip nat inside
full-duplex
!
interface Ethernet0/0.1
encapsulation dot1Q 10
ip address 10.1.1.65 255.255.255.192
ip nat inside
no cdp enable
!
interface Ethernet0/0.2
encapsulation dot1Q 11
ip address 10.1.1.129 255.255.255.192
ip nat inside
no cdp enable
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet0/1
ip address dhcp
ip nat outside
half-duplex
no cdp enable
!
interface Serial0/1
no ip address
shutdown
!
ip nat inside source list NAT interface Ethernet0/1 overload
ip http server
no ip http secure-server
ip classless
!
!
ip access-list extended NAT
permit ip 10.1.1.0 0.0.0.255 any
logging history errors
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password 7 XXXXXXXXXXXXXXXX
login
line vty 5
password 7 XXXXXXXXXXXXXXXX
login
!
!
end
---------------------------------
sh int e0/1
Ethernet0/1 is up, line protocol is up
Hardware is AmdP2, address is 0008.21d1.88c1
Internet address is **.***.***.***/**
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:00, output 00:00:02, output hang never
Last clearing of "show interface" counters 2d23h
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 1000 bits/sec, 1 packets/sec
5 minute output rate 1000 bits/sec, 1 packets/sec
636584 packets input, 322219785 bytes, 0 no buffer
Received 357152 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
254097 packets output, 45156759 bytes, 0 underruns
0 output errors, 607 collisions, 1 interface resets
0 babbles, 0 late collision, 1844 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
=============================
sh contr e0/1
Interface Ethernet0/1
Hardware is AMD Presidio
ADDR: 82C0C758, FASTSEND: 800245B4, MCI_INDEX: 0
DIST ROUTE ENABLED: 0
Route Cache Flag: 11
LADRF=0x0000 0x0000 0x0000 0x0000
CSR0 =0x00000072, CSR3 =0x00001044, CSR4 =0x0000491D, CSR15 =0x00000000
CSR80 =0x0000D900, CSR114=0x00000000, CRDA =0x03D3E1C0, CXDA =0x03D3E3E0
BCR9 =0x00000000 (half-duplex)
HW filtering information:
Promiscuous Mode Disabled, PHY Addr Enabled, Broadcast Addr Enabled
PHY Addr=000E.A6CD.B59A, Multicast Filter=0x0000 0x0000 0x0000 0x0000
amdp2_instance=0x82C0DF00, registers=0x40100000, ib=0x3D3E060
rx ring entries=32, tx ring entries=64
rxring=0x3D3E0C0, rxr shadow=0x82C0E174, rx_head=16, rx_tail=0
txring=0x3D3E300, txr shadow=0x82C0E220, tx_head=14, tx_tail=14, tx_count=0
Software MAC address filter(hash:length/addr/mask/hits):
spurious_idon=0, throttled=0, enabled=0, disabled=0
rx_framing_err=0, rx_overflow_err=0, rx_buffer_err=0
rx_bpe_err=0, rx_soft_overflow_err=0, rx_no_enp=0, rx_discard=0
tx_one_col_err=50496, tx_more_col_err=110866, tx_no_enp=0, tx_deferred_err=466525
tx_underrun_err=0, tx_late_collision_err=0, tx_loss_carrier_err=0
tx_exc_collision_err=0, tx_buff_err=0, fatal_tx_err=0
hsrp_conf=0, need_af_check=0
tx_limited=0(64)
==============================
Any help is appreciated.
Thanks