1720 as home router..

MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
I've been using my Cisco 1720 as my home router for a couple of weeks, been working great. But, the speed isn't there compared to my POS network router with wireless. I did a speed test with my Cisco, got 6down 2up, sounds good, right? Well, that was until I plugged in my netgear again, 10down 6up!

Is there something in my configuration that could be causing the slowness?
2017 Certification Goals:
CCNP R/S

Comments

  • martell1000martell1000 Member Posts: 389
    hard to say without your configuration.

    it also could be that your modem resynced while you changed the routers and got a "better line"
    And then, I started a blog ...
  • MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
    Here's my config output;

    R1#sh run
    Building configuration...

    Current configuration : 1600 bytes
    !
    ! Last configuration change at 08:27:11 UTC Fri Jan 20 2012
    !
    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    !
    hostname R1
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret xxxx
    enable password 7 xxxxx
    !
    username xxxx privilege 15 password 7 xxxx
    memory-size iomem 15
    no aaa new-model
    ip subnet-zero
    !
    !
    ip domain name xxxx.net
    ip dhcp excluded-address 10.10.50.1 10.10.23.100
    !
    ip dhcp pool DHCP_POOL
    network 10.10.50.0 255.255.255.0
    default-router 10.10.50.1
    dns-server 4.2.2.2 8.8.8.8
    !
    ip cef
    !
    !
    !
    !
    interface Ethernet0
    description Link to Internet
    ip address dhcp
    ip nat outside
    no ip route-cache cef
    no ip route-cache
    shutdown
    half-duplex
    !
    interface FastEthernet0
    description inside network
    ip address 10.10.50.1 255.255.255.0
    ip nat inside
    no ip route-cache cef
    no ip route-cache
    speed 100
    !
    ip nat inside source list 1 interface Ethernet0 overload
    ip classless
    ip default-network xx.0.0.0
    ip http server
    !
    access-list 1 permit 10.10.50.0 0.0.0.255
    banner motd ^C
    *************************************************************
    * UNAUTHORIZED ACCESS IS PROHIBITED! DO NOT LOGON!! *
    *************************************************************
    ^C
    !
    line con 0
    exec-timeout 100 0
    password 7 xxxx
    logging synchronous
    login
    line aux 0
    line vty 0 4
    exec-timeout 20 0
    password 7 xxx
    logging synchronous
    login local
    line vty 5 15
    login
    !
    end
    2017 Certification Goals:
    CCNP R/S
  • wrwarwickwrwarwick Member Posts: 104
    Maybe no ip cef? Not sure why it would cause a slowdown though.
  • networker050184networker050184 Mod Posts: 11,962 Mod
    Looks like you are about pegging the little thing out as far as bandwidth. Remember, these things were designed for the days of a T-1 being the common pipe size for a small business.

    http://www.cisco.com/web/partners/downloads/765/tools/quickreference/routerperformance.pdf
    An expert is a man who has made all the mistakes which can be made.
  • MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
    I think you're right. It's an old router - plus the link from the router to the cable modem is only a 10mb.
    2017 Certification Goals:
    CCNP R/S
  • alxxalxx Member Posts: 755
    from memory an 1801 can get 30Mbps

    according to http://www.cisco.com/web/partners/downloads/765/tools/quickreference/routerperformance.pdf
    what you are getting 6Mbps is spot on for a 1720
    Goals CCNA by dec 2013, CCNP by end of 2014
  • fsanyeefsanyee Member Posts: 171
    Why is Ethernet0 half-duplex?
  • MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
    fsanyee wrote: »
    Why is Ethernet0 half-duplex?

    If I set it to full then I lose all connectivity.
    2017 Certification Goals:
    CCNP R/S
Sign In or Register to comment.