bittorrent.pdlm
CISCO在其官方网站提供了三个PDLM模块,分别为KAZAA2.pdlm,bittorrent.pdlm.emonkey.pdlm可以用来封锁KAZAA,BT,电驴 得到 PDLM 然后通过 TFTP 服务器将 bittorrent.pdlm 拷贝到路由中。利用 ip nbar pdlm bittorrent.pdlm 命令将 NBAR 中的 BT 功能启动。 再创建一个 class-map 和 policy map 并且把它应用到相应的路由器的接口上。一般是 连接 Internet (Chinanet ) 的接口是 FastEthernet 或 10M 的以太网接口。在路由器上您可以看见如下的配置 : class-map ma tch-all bittorrent match protocol bittorrent ! ! policy-map bittorrent-policy class bittorrent drop ! interface FastEthernet0/ description neibujiekou ip address 192.168.0.1 255.255.255.0 ip nat inside service-policy input bittorrent-policy service-policy output bittorrent-policy ! 这样您就可以在你的公司或单位的因特网接入路由器上实施一些流量控制。同时 NBAR 和 PDLM 还可以应用在您公司和单位的内联广域网上,可以保证广域网带宽的合理使用 tch-all bittorrent match protocol bittorrent ! ! policy-map bittorrent-policy class bittorrent drop ! interface FastEthernet0/ description neibujiekou ip address 192.168.0.1 255.255.255.0 ip nat inside service-policy input bittorrent-policy service-policy output bittorrent-policy ! 这样您就可以在你的公司或单位的因特网接入路由器上实施一些流量控制。同时 NBAR 和 PDLM 还可以应用在您公司和单位的内联广域网上,可以保证广域网带宽的合理使用
暂无评论