- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 04:37 AM
Hello.The internet speed of the Cisco 800 series router does not exceed 20 mb. How can we solve this problem?
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 04:59 AM - edited 12-17-2021 05:00 AM
@vgurbanov wrote:
The internet speed of the Cisco 800 series router does not exceed 20 mb. How can we solve this problem?
- Get a bigger router, preferably one that can handle >20 Mbps.
- Downgrade your WAN speed to match the router's capabilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 04:59 AM - edited 12-17-2021 05:00 AM
@vgurbanov wrote:
The internet speed of the Cisco 800 series router does not exceed 20 mb. How can we solve this problem?
- Get a bigger router, preferably one that can handle >20 Mbps.
- Downgrade your WAN speed to match the router's capabilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 05:05 AM
Is there no other way? this is the last option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 07:32 PM
hi,
as leo mentioned, it's already a limitation on the router/HW you're currently using.
just to cover basics, do you see any errors or output drops on the WAN interface? are you using any VPN?
post a 'show interface <WAN port>' output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 08:33 PM
Hello. No vpn. Only internet. The internet image shows 100mb on another router but 20mb on this router. The reason for this is interesting to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 11:49 PM
Hello,
20MB sounds extremely low...
Post the running configuration of your router, maybe we can spot something...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2021 01:03 AM
Thanks friends. I solved the problem.
ip route-cache cef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2021 01:50 AM
Hello,
20MB would have been way too low even for that router. Glad you got it resolved. You might as well post your config anyway, maybe we can spot something else...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2021
02:03 AM
- last edited on
12-18-2021
06:50 AM
by
Translator
Building configuration...
Current configuration : 1813 bytes
!
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
!
boot-start-marker
boot system flash c880data-universalk9-mz.159-3.M1
boot-end-marker
!
shell processing full
!
no aaa new-model
memory-size iomem 10
!
!
ip cef
no ipv6 cef
!
!
license udi pid CISCO881-K9 sn FCZ174292ZG
interface FastEthernet0
no ip address
spanning-tree portfast
!
interface FastEthernet1
no ip address
spanning-tree portfast
!
interface FastEthernet2
no ip address
spanning-tree portfast
!
interface FastEthernet3
no ip address
duplex full
spanning-tree portfast
!
interface FastEthernet4
ip address 10.172.6.253 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex full
speed 100
!
interface Vlan1
bandwidth 10000000
ip address 172.16.16.16 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface FastEthernet4 overload
ip nat inside source list NAT interface FastEthernet4 overload
ip route 0.0.0.0 0.0.0.0 10.172.6.254
!
ip access-list extended NAT
permit ip host 172.16.16.0 any
!
access-list 1 permit 172.16.16.0 0.0.0.255
!
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login local
transport input ssh
line vty 5 15
login local
transport input ssh
!
!
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2021
03:39 AM
- last edited on
12-18-2021
06:51 AM
by
Translator
Hello,
you might want to take out this line (since it is redundant and not needed):
ip nat inside source list NAT interface FastEthernet4 overload
Other than that, the config looks by the book.
