当前位置:首页 » 《资源分享》 » 正文

华为交换机用ACL访问控制实现高危端口禁用

7 人参与  2024年10月07日 17:20  分类 : 《资源分享》  评论

点击全文阅读


acl number 3100         //创建ALC控制规则 

rule 5 deny tcp destination-port eq 445         //禁止TCP 445端口数据

rule 10 deny tcp destination-port eq 135 

rule 15 deny tcp destination-port eq 139

rule 20 deny tcp destination-port eq 3389

#traffic classifier anti_wana operator  or       //创建流分类

        if-match acl 3100         //将ACL与流分类关联

#traffic behavior anti_wana         //创建流行为

         deny         //动作为禁止 

        statistic enable         //使能流量统计(可选)

#traffic policy anti_wana        //创建流策略

 classifier anti_wana behavior anti_wana         //将流分类和流行为进行关联 


[全局视图]
traffic-policy anti_wana global inbound         //全局应用入方向流策略

traffic-policy anti_wana global outbound         //全局应用出方向流策略 


点击全文阅读


本文链接:http://zhangshiyu.com/post/168696.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1