08-23-2020 03:27 PM
Hello, how are you doing?
I am using a 887VA-k9 to route my home internet. In my configuration i have a GPON that receives a optical fiber attached to FastEthernet0. (Internet Vlan 10) And i have a Lan cable attached in FastEthernet3.
When i am using my ISP router i get some rates like 100Mbps for download and 50Mbps for upload.
With 887VA i got 30Mbps for download and 50Mbps for upload.
Could anyone help me with this?
My configuration is in ciscoconf.txt
08-23-2020 04:02 PM
Hello,
delete access list 199, and add:
access-list 1 permit 10.10.10.0 0.0.0.255
Then change your NAT statement to:
ip nat inside source list 1 interface dialer0 overload
That said the router you have might max out at the speeds you mention, that is, you are hitting the down and upload limits...
08-23-2020 07:04 PM - edited 08-23-2020 08:23 PM
Thanks for the help! But i am still getting the same speed.
I am having some packet losses too.
Dialer0 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is 201.27.37.127/32
MTU 1500 bytes, BW 56 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 45/255, rxload 255/255
Encapsulation PPP, LCP Closed, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Interface is bound to Vi2
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:26:54
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 1156
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 288000 bits/sec, 19 packets/sec
5 minute output rate 10000 bits/sec, 2 packets/sec
981043 packets input, 653319398 bytes
656070 packets output, 231511794 bytes
Bound to:
Virtual-Access2 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 56 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 63/255, rxload 255/255
Encapsulation PPP, LCP Open
Open: IPCP
PPPoE vaccess, cloned from Dialer0
Vaccess status 0x44, loopback not set
Keepalive set (10 sec)
Interface is bound to Di0 (Encapsulation PPP)
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters 01:23:42
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 283000 bits/sec, 18 packets/sec
5 minute output rate 13000 bits/sec, 6 packets/sec
981733 packets input, 653323611 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
656083 packets output, 231512154 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
08-23-2020 11:38 PM
Hello,
as said, your router won't be able to get the 100/50 download/upload speed. It exceeds the bandwidth this router is capable of.
One more thing you could try is change the MTU on the dialer:
interface Dialer0
ip address negotiated
--> ip mtu 1492
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide