|
|
 |
|
|
| 1. 我做的CISCO路由器限制BT下载速度 |
  |
|
 |
|
HP : 0 / 11
MP : 2 / 153
EXP : 47%
|
|
新手上路

成员等级: 1
发表总数: 6
金币总数: 25
所属组别: 普通成员
注册日期: 2004/07/22

|
我做的CISCO路由器限制BT下载速度,不过好像没效果,我看了好半天,还是看不出来,大家帮我分析分析。 User Access Verification
Password: gaweb>en Password: gaweb#sh conf Using 2078 out of 29688 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname gaweb ! enable secret 5 $1$v1Ah$bMKzttIcx/TV0AGAXGkku/ enable password 7 060506324F41 ! username Gongan password 7 052C0901264D40 username ga01 password 7 1410135B5D username ga02 ip subnet-zero ip cef ! ip nbar pdlm bittorrent.pdlm ip nbar pdlm eDonkey.pdlm ! no ip domain-lookup ! no ip bootp server ! class-map match-any denyedonkey match protocol edonkey class-map match-all bit match protocol bittorrent ! ! policy-map limit-bit class bit police cir 8000 conform-action transmit exceed-action drop class denyedonkey police cir 8000 conform-action transmit exceed-action drop ! ! ! ! interface FastEthernet0/0 ip address 0.0.0.1 255.255.255.0 ip nat inside speed auto full-duplex service-policy input limit-bit service-policy output limit-bit no cdp enable ! interface FastEthernet0/1 ip address 0.0.0.119 255.255.255.128 ip nat outside no ip mroute-cache duplex auto speed auto no cdp enable ! interface Group-Async1 no ip address shutdown dialer in-band dialer rotary-group 1 async dynamic routing async mode dedicated no peer default ip address group-range 33 48 ! interface Dialer1 ip unnumbered FastEthernet0/0 encapsulation ppp shutdown dialer in-band dialer idle-timeout 60000 peer default ip address pool dialpool no cdp enable ppp authentication pap ! ip nat pool gadsweb 0.0.0.119 0.0.0.119 netmask 255.255.255.128 ip nat inside source list 1 pool gadsweb overload ip nat inside source static tcp 0.0.0.203 1125 0.0.0.119 1125 extendabl e ip nat inside source static udp 0.0.0.203 1125 0.0.0.119 1125 extendabl e ip classless ip route 0.0.0.0 0.0.0.0 0.0.0.1 no ip http server ip pim bidir-enable ! ! access-list 1 permit 0.0.0.0 0.0.0.255 no cdp run ! line con 0 line 33 48 modem InOut modem autoconfigure discovery transport input all speed 2400 line aux 0 line vty 0 4 password 7 094B42061B041B11021F072579727863 login ! ! end
gaweb# |
 |
|
|
| 2. Re:我做的CISCO路由器限制BT下载速度 |
  |
|
 |
|
HP : 0 / 261
MP : 51 / 3946
EXP : 46%
|
|
武林奇才
         
成员等级: 11
发表总数: 154
金币总数: 272
所属组别: 普通成员
注册日期: 2003/11/11

|
service-policy input limit-bit 只用这一条就行了阿 |
 |
|
|
| 3. Re:我做的CISCO路由器限制BT下载速度 |
  |
|
 |
|
HP : 0 / 11
MP : 2 / 153
EXP : 47%
|
|
新手上路

成员等级: 1
发表总数: 6
金币总数: 25
所属组别: 普通成员
注册日期: 2004/07/22

|
我用了啊,不行呢?帮我分析分析吧。 interface FastEthernet0/0 ip address 0.0.0.1 255.255.255.0 ip nat inside speed auto full-duplex service-policy input limit-bit service-policy output limit-bit no cdp enable |
 |
|
|
| 4. Re:我做的CISCO路由器限制BT下载速度 |
  |
|
 |
|
HP : 0 / 261
MP : 51 / 3946
EXP : 46%
|
|
武林奇才
         
成员等级: 11
发表总数: 154
金币总数: 272
所属组别: 普通成员
注册日期: 2003/11/11

|
把service-policy output limit-bit去掉 我以前也是写两条可以不好用,现在只用一条就可以了阿 |
 |
|
|
| 5. Re:我做的CISCO路由器限制BT下载速度 |
  |
|
 |
|
HP : 0 / 286
MP : 60 / 3248
EXP : 47%
|
|
江湖奇侠
          
成员等级: 12
发表总数: 180
金币总数: 174
所属组别: 普通成员
注册日期: 2005/02/22

|
我想应该是那个PDLM描述的BT协议和目前大家经常用的存在一定的差距
 信心源自实力,努力成就未来! 欢迎访问:网络分析专家论坛和龙七客栈 |
 |
|
|
| 6. Re:我做的CISCO路由器限制BT下载速度 |
  |
|
 |
|
HP : 0 / 43
MP : 5 / 568
EXP : 74%
|
|
初涉江湖
 
成员等级: 2
发表总数: 16
金币总数: 36
所属组别: 普通成员
注册日期: 2004/07/26

|
我们公司在去年十月份用过了,前期和你遇到的问题一样,是IOS版本的问题,你现在用的IOS对PDLM支持的不好,需要升级才行。 另外说些题外话,CISCO的PDLM制作的太死板了,一些游戏和网页中含有BT协议的都给屏蔽了,而且使用后CPU的占用率不会低于80% 有些版本的IOS还会因内存崩溃而重新启动,每四个小时重新一次的情况,不知你受不受的了。
以上只是个人意见,还请见谅。 |
 |
 |