QuidwayS6500系列交换机防病毒配置方案模板
现在网络病毒肆意横行,给网络的正常应用带来了很大的隐患,下面给出Quidway S6500系列交换机防病毒配置的一个模版,仅供大家参考:
rule 0 deny udp destination-port eq tftp
rule 2 deny udp destination-port eq 135
rule 4 deny udp destination-port eq 138
rule 6 deny udp destination-port eq netbios-ssn
rule 8 deny udp destination-port eq 445
rule 10 deny udp destination-port eq 539
rule 12 deny udp destination-port eq 593
rule 14 deny tcp destination-port eq 4444
rule 0 deny icmp
int e1/0/1
packet-filter inbound ip-group anti_icmp not-care-for-interface
packet-filter inbound ip-group anti_worm not-care-for-interface
int e2/0/48
packet-filter inbound ip-group anti_icmp not-care-for-interface
1、 not-carefor-interface参数表示的意思是该规则在整个芯片下发,而不仅仅是在这个端口下发,对于FT48单板来说,一个有两个芯片,前24个端口为一个芯片,后24个端口为一个芯片,在芯片的任何一个端口带该参数下发的规则都在整个芯片上生效。
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>