使用msr3620 G0/0连接联通300M宽带pppoe拨号上网,最大网速只有30Mb,没有配置限速
设备配置如下:
[JN-7F2-31-RT-H3620]dis cu int Dialer 1
#
interface Dialer1
mtu 1492
ppp chap password cipher $c$3$WK3Rr5WkAZYRGONF853Y8lmbuGI+gcEdqkxh
ppp chap user 053104157356
ppp ipcp dns admit-any
ppp ipcp dns request
ppp pap local-user 053104157356 password cipher $c$3$oGn4+C5GNB+v0qGSrX/PDBoLfpR/mKsNSlsu
dialer bundle enable
dialer-group 1
dialer timer idle 0
ip address ppp-negotiate
tcp mss 1024
nat outbound
#
return
[JN-7F2-31-RT-H3620]dis cu int g0/0
#
interface GigabitEthernet0/0
port link-mode route
description WAN
combo enable copper
pppoe-client dial-bundle-number 1
#
return
[JN-7F2-31-RT-H3620]dis cu | include 0.0.0.0
ip route-static 0.0.0.0 0 Dialer1
电脑直接拨号测试网速可以达到300Mbps,用路由器测试只能到30Mbps,下图是测试截图和监控截图,是配置有什么问题,可以上网但网速慢,带宽未跑满
(0)
最佳答案
首先看看接口协商速率是多少?百兆还是千兆?
路由器全部的配置粘贴一下,看一下有没有其它配置影响?
(0)
[JN-7F2-31-RT-H3620-Dialer1]dis cu # version 7.1.042, Release 0007P02 # sysname JN-7F2-31-RT-H3620 # clock timezone gmt add 08:00:00 # dialer-group 1 rule ip permit # ip unreachables enable ip ttl-expires enable # lldp global enable # system-working-mode password-recovery enable # vlan 1 # controller Cellular0/0 # controller Cellular0/1 # interface Aux0 # interface Dialer1 bandwidth 1000000 mtu 1492 ppp chap password cipher $c$3$WK3Rr5WkAZY ppp chap user 053104157356 ppp ipcp dns admit-any ppp ipcp dns request ppp pap local-user 053104157356 password dialer bundle enable dialer-group 1 dialer timer idle 0 ip address ppp-negotiate tcp mss 1024 nat outbound # interface NULL0 # interface LoopBack0 description manage-IP ip address 172.16.4.3 255.255.255.255 # interface GigabitEthernet0/0 port link-mode route description WAN combo enable copper pppoe-client dial-bundle-number 1 # interface GigabitEthernet0/1 port link-mode route description LAN ip address 172.16.13.17 255.255.255.252 # interface GigabitEthernet0/2 port link-mode route shutdown # interface GigabitEthernet5/0 port link-mode route shutdown # interface GigabitEthernet5/1 port link-mode route shutdown # interface GigabitEthernet5/2 port link-mode route shutdown # interface GigabitEthernet5/3 port link-mode route shutdown # scheduler logfile size 16 # line class aux user-role network-admin # line class tty user-role network-operator # line class vty user-role network-operator # line aux 0 user-role network-admin # line vty 0 15 authentication-mode scheme user-role network-operator protocol inbound ssh command accounting # line vty 16 63 user-role network-operator # ip route-static 0.0.0.0 0 Dialer1 ip route-static 10.0.0.0 8 172.16.13.18 ip route-static 172.16.4.4 32 172.16.13.18 ip route-static 172.16.11.0 24 172.16.13.18 ip route-static 172.16.13.20 30 172.16.13.18 ip route-static 172.30.50.0 24 172.16.13.18 ip route-static 172.30.188.0 24 172.16.13.18 # info-center loghost source LoopBack0 info-center loghost 10.21.8.37 # snmp-agent snmp-agent local-engineid 800063A2805CDD70035A7400000001 snmp-agent community read FngFVdBh acl 2346 snmp-agent sys-info version v2c v3 # ssh server enable ssh user idc-admin service-type all authentication-type password ssh server acl 2345 # ntp-service enable ntp-service unicast-server 10.80.40.150 ntp-service unicast-server 10.90.1.199 ntp-service unicast-server 172.30.188.31 ntp-service unicast-server 10.90.1.232 ntp-service unicast-server 10.21.3.247 # acl number 2345 name FOR-VTY rule 1 permit source 172.30.188.0 0.0.0.255 counting rule 2 permit source 172.30.50.0 0.0.0.255 counting rule 3 permit source 172.30.254.254 0 counting rule 4 permit source 10.90.0.254 0 counting rule 5 permit source 10.50.0.254 0 counting rule 6 permit source 210.51.19.2 0 counting rule 7 permit source 210.51.19.4 0 counting rule 8 permit source 210.51.19.5 0 counting rule 9 permit source 123.103.58.240 0 counting rule 10 permit source 123.103.93.240 0 counting rule 11 permit source 111.202.29.254 0 counting rule 12 permit source 111.202.92.254 0 counting rule 13 permit source 36.110.202.254 0 counting rule 14 permit source 106.39.57.254 0 counting rule 15 permit source 10.0.17.0 0.0.0.255 counting rule 16 permit source 10.0.19.0 0.0.0.255 counting rule 17 permit source 10.21.8.0 0.0.0.255 counting # acl number 2346 name FOR-SNMP rule 1 permit source 172.30.188.0 0.0.0.255 counting rule 2 permit source 172.30.50.0 0.0.0.255 counting rule 3 permit source 10.90.10.104 0 counting rule 4 permit source 10.90.10.102 0 counting rule 5 permit source 123.103.93.231 0 counting rule 6 permit source 10.32.26.61 0 counting rule 7 permit source 123.103.58.61 0 counting rule 8 permit source 10.50.1.190 0 counting rule 9 permit source 10.90.1.247 0 counting rule 10 permit source 10.21.2.250 0 counting rule 11 permit source 123.103.93.121 0 counting rule 12 permit source 210.51.19.0 0.0.0.255 counting rule 13 permit source 123.103.93.0 0.0.0.255 counting # hwtacacs scheme ifeng3a primary authentication 10.81.238.200 primary authorization 10.81.238.200 primary accounting 10.81.238.200 key authentication cipher $c$3$0ZtLSY7yFbiz0y/fqRbvTvJe8jK0Dw0TSGtd3ZbhH7lQ3w0= key authorization cipher $c$3$lr22dbAKwenjsDLPdJGSIflLLLrfs0lANE15vbtxh/MeJkE= key accounting cipher $c$3$arHh+pmHrsyBTPlh59jVgRTcdL1Rn3+5lINfrVWpmcrajmY= user-name-format without-domain # domain ifengd authentication login hwtacacs-scheme ifeng3a local authorization login hwtacacs-scheme ifeng3a local accounting login hwtacacs-scheme ifeng3a local accounting command hwtacacs-scheme ifeng3a # domain system # aaa session-limit ftp 16 aaa session-limit telnet 16 aaa session-limit http 16 aaa session-limit ssh 16 aaa session-limit https 16 domain default enable ifengd # role name level-0 description Predefined level-0 role # role name level-1 description Predefined level-1 role # role name level-2 description Predefined level-2 role # role name level-3 description Predefined level-3 role # role name level-4 description Predefined level-4 role # role name level-5 description Predefined level-5 role # role name level-6 description Predefined level-6 role # role name level-7 description Predefined level-7 role # role name level-8 description Predefined level-8 role # role name level-9 description Predefined level-9 role # role name level-10 description Predefined level-10 role # role name level-11 description Predefined level-11 role # role name level-12 description Predefined level-12 role # role name level-13 description Predefined level-13 role # role name level-14 description Predefined level-14 role # user-group system # local-user idc-admin class manage password hash $h$6$W9EzCir6yTnRXsal$pVb4dQmq4bc472fGFGi2p1UI0JILBjpvr+USlfFakMJIQiHoWax5svilpuv20HL+Y+vj50kLoByNaUVHdvhEAQ== service-type ssh authorization-attribute user-role network-operator authorization-attribute user-role 15 # return
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
[JN-7F2-31-RT-H3620-Dialer1]dis cu # version 7.1.042, Release 0007P02 # sysname JN-7F2-31-RT-H3620 # clock timezone gmt add 08:00:00 # dialer-group 1 rule ip permit # ip unreachables enable ip ttl-expires enable # lldp global enable # system-working-mode password-recovery enable # vlan 1 # controller Cellular0/0 # controller Cellular0/1 # interface Aux0 # interface Dialer1 bandwidth 1000000 mtu 1492 ppp chap password cipher $c$3$WK3Rr5WkAZY ppp chap user 053104157356 ppp ipcp dns admit-any ppp ipcp dns request ppp pap local-user 053104157356 password dialer bundle enable dialer-group 1 dialer timer idle 0 ip address ppp-negotiate tcp mss 1024 nat outbound # interface NULL0 # interface LoopBack0 description manage-IP ip address 172.16.4.3 255.255.255.255 # interface GigabitEthernet0/0 port link-mode route description WAN combo enable copper pppoe-client dial-bundle-number 1 # interface GigabitEthernet0/1 port link-mode route description LAN ip address 172.16.13.17 255.255.255.252 # interface GigabitEthernet0/2 port link-mode route shutdown # interface GigabitEthernet5/0 port link-mode route shutdown # interface GigabitEthernet5/1 port link-mode route shutdown # interface GigabitEthernet5/2 port link-mode route shutdown # interface GigabitEthernet5/3 port link-mode route shutdown # scheduler logfile size 16 # line class aux user-role network-admin # line class tty user-role network-operator # line class vty user-role network-operator # line aux 0 user-role network-admin # line vty 0 15 authentication-mode scheme user-role network-operator protocol inbound ssh command accounting # line vty 16 63 user-role network-operator # ip route-static 0.0.0.0 0 Dialer1 ip route-static 10.0.0.0 8 172.16.13.18 ip route-static 172.16.4.4 32 172.16.13.18 ip route-static 172.16.11.0 24 172.16.13.18 ip route-static 172.16.13.20 30 172.16.13.18 ip route-static 172.30.50.0 24 172.16.13.18 ip route-static 172.30.188.0 24 172.16.13.18 # info-center loghost source LoopBack0 info-center loghost 10.21.8.37 # snmp-agent snmp-agent local-engineid 800063A2805CDD70035A7400000001 snmp-agent community read FngFVdBh acl 2346 snmp-agent sys-info version v2c v3 # ssh server enable ssh user idc-admin service-type all authentication-type password ssh server acl 2345 # ntp-service enable ntp-service unicast-server 10.80.40.150 ntp-service unicast-server 10.90.1.199 ntp-service unicast-server 172.30.188.31 ntp-service unicast-server 10.90.1.232 ntp-service unicast-server 10.21.3.247 # acl number 2345 name FOR-VTY rule 1 permit source 172.30.188.0 0.0.0.255 counting rule 2 permit source 172.30.50.0 0.0.0.255 counting rule 3 permit source 172.30.254.254 0 counting rule 4 permit source 10.90.0.254 0 counting rule 5 permit source 10.50.0.254 0 counting rule 6 permit source 210.51.19.2 0 counting rule 7 permit source 210.51.19.4 0 counting rule 8 permit source 210.51.19.5 0 counting rule 9 permit source 123.103.58.240 0 counting rule 10 permit source 123.103.93.240 0 counting rule 11 permit source 111.202.29.254 0 counting rule 12 permit source 111.202.92.254 0 counting rule 13 permit source 36.110.202.254 0 counting rule 14 permit source 106.39.57.254 0 counting rule 15 permit source 10.0.17.0 0.0.0.255 counting rule 16 permit source 10.0.19.0 0.0.0.255 counting rule 17 permit source 10.21.8.0 0.0.0.255 counting # acl number 2346 name FOR-SNMP rule 1 permit source 172.30.188.0 0.0.0.255 counting rule 2 permit source 172.30.50.0 0.0.0.255 counting rule 3 permit source 10.90.10.104 0 counting rule 4 permit source 10.90.10.102 0 counting rule 5 permit source 123.103.93.231 0 counting rule 6 permit source 10.32.26.61 0 counting rule 7 permit source 123.103.58.61 0 counting rule 8 permit source 10.50.1.190 0 counting rule 9 permit source 10.90.1.247 0 counting rule 10 permit source 10.21.2.250 0 counting rule 11 permit source 123.103.93.121 0 counting rule 12 permit source 210.51.19.0 0.0.0.255 counting rule 13 permit source 123.103.93.0 0.0.0.255 counting # hwtacacs scheme ifeng3a primary authentication 10.81.238.200 primary authorization 10.81.238.200 primary accounting 10.81.238.200 key authentication cipher $c$3$0ZtLSY7yFbiz0y/fqRbvTvJe8jK0Dw0TSGtd3ZbhH7lQ3w0= key authorization cipher $c$3$lr22dbAKwenjsDLPdJGSIflLLLrfs0lANE15vbtxh/MeJkE= key accounting cipher $c$3$arHh+pmHrsyBTPlh59jVgRTcdL1Rn3+5lINfrVWpmcrajmY= user-name-format without-domain # domain ifengd authentication login hwtacacs-scheme ifeng3a local authorization login hwtacacs-scheme ifeng3a local accounting login hwtacacs-scheme ifeng3a local accounting command hwtacacs-scheme ifeng3a # domain system # aaa session-limit ftp 16 aaa session-limit telnet 16 aaa session-limit http 16 aaa session-limit ssh 16 aaa session-limit https 16 domain default enable ifengd # role name level-0 description Predefined level-0 role # role name level-1 description Predefined level-1 role # role name level-2 description Predefined level-2 role # role name level-3 description Predefined level-3 role # role name level-4 description Predefined level-4 role # role name level-5 description Predefined level-5 role # role name level-6 description Predefined level-6 role # role name level-7 description Predefined level-7 role # role name level-8 description Predefined level-8 role # role name level-9 description Predefined level-9 role # role name level-10 description Predefined level-10 role # role name level-11 description Predefined level-11 role # role name level-12 description Predefined level-12 role # role name level-13 description Predefined level-13 role # role name level-14 description Predefined level-14 role # user-group system # local-user idc-admin class manage password hash $h$6$W9EzCir6yTnRXsal$pVb4dQmq4bc472fGFGi2p1UI0JILBjpvr+USlfFakMJIQiHoWax5svilpuv20HL+Y+vj50kLoByNaUVHdvhEAQ== service-type ssh authorization-attribute user-role network-operator authorization-attribute user-role 15 # return