Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Router Cisco giới hạn băng thông ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Router Cisco giới hạn băng thông ?

    Mình có 1 vấn đề nhỏ muốn hỏi:

    Cty mình mới lắp 1 đường truyền 12MB/s
    Cắm trực tiếp đường truyền đó vào máy tính thì download speed ~12MB/s.
    Nhưng cắm qua router thì tốc độ chỉ còn max là 4MB/s.

    Router của mình là con Cisco 2901. Và mình ko cấu hình băng thông gì trên đó cả.

    Rất mong các thầy cô & anh em giúp đỡ phân tích và cho hướng khắc phục.

    đây là thông tin khi show run:

    Building configuration...

    Current configuration : 2627 bytes
    !
    ! Last configuration change at 02:24:43 UTC Sat Jul 13 2013
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    boot-start-marker
    boot-end-marker
    !
    !
    enable secret 4 UiAU9OszTKDmSUvXflHGjZ18EKoiigNVblFyVl19/AE
    !
    no aaa new-model
    !
    no ipv6 cef
    ip source-route
    ip cef
    !
    !
    !
    !
    !
    multilink bundle-name authenticated
    !
    !
    crypto pki token default removal timeout 0
    !
    !
    license udi pid CISCO2901/K9 sn FGL164424SA
    !
    !
    username pvtuan privilege 15 password 0 M@tKhau123456
    !
    !
    !
    !
    !
    !
    interface Embedded-Service-Engine0/0
    no ip address
    shutdown
    !
    interface GigabitEthernet0/0
    no ip address
    duplex auto
    speed auto
    pppoe enable group global
    pppoe-client dial-pool-number 1
    !
    interface GigabitEthernet0/1
    ip address 10.0.0.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    !
    interface Dialer0
    mtu 1492
    ip address negotiated
    ip nat outside
    ip virtual-reassembly in
    encapsulation ppp
    dialer pool 1
    ppp pap sent-username pvtuan_0809@viettel.vn password 0 9banhhd
    ppp ipcp route default
    !
    ip forward-protocol nd
    !
    ip http server
    ip http authentication local
    no ip http secure-server
    !
    ip nat pool pool1 10.0.0.0 10.0.1.0 netmask 0.0.0.255
    ip nat inside source static tcp 10.0.0.2 80 interface Dialer0 80
    ip nat inside source static tcp 10.0.0.2 20 interface Dialer0 20
    ip nat inside source static tcp 10.0.0.2 21 interface Dialer0 21
    ip nat inside source list 1 interface Dialer0 overload
    ip nat inside source list acl1 pool pool1
    !
    access-list 1 permit 10.0.0.0 0.0.0.255
    !
    !
    !
    control-plane
    !
    !
    !
    line con 0
    line aux 0
    password M@tKhau123456
    login
    line 2
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    stopbits 1
    line vty 0 4
    password M@tKhau123456
    logging synchronous
    login
    transport input all
    !
    scheduler allocate 20000 1000

    end


  • #2
    Bạn try cái này

    R#conf t
    R(config)# int g0/1
    R(config-if)#ip tcp adjust-mss 1452
    Thương Nhất Là Mẹ,
    Hận Nhất Là Thời Gian.

    Comment

    Working...
    X