interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 99 4094
traffic-policy Anti-virus inbound
#
acl number 3003
description ANTI-VIRUS
rule 1 permit tcp destination-port eq 135
rule 2 permit udp destination-port eq 13
5 rule 3 permit tcp destination-port eq 137
rule 4 permit udp destination-port eq netbios-ns
rule 5 permit tcp destination-port eq 139
rule 6 permit udp destination-port eq netbios-ssn
rule 7 permit tcp destination-port eq 445
rule 8 permit udp destination-port eq 445
rule 9 permit tcp destination-port eq 138
rule 10 permit udp destination-port eq netbios-dgm
#
traffic classifier deny-Virus-port operator or precedence 5
if-match acl 3003
#
traffic behavior Anti-virus
deny
#
traffic policy Anti-virus
classifier deny-Virus-port behavior Anti-virus
#
该策略是防病毒的,应用在出口的入端口上,前面的ACL 3003里的是允许对应的目的端口通过,但我按我理解不应该是拒绝通过吗?
请问这样配置生效了吗?还有后面几句是什么意思?
(0)
最佳答案
看命令不太是华三的设备。
traffic behavior Anti-virus
deny
如果是华三的,acl的permit和deny是只起到匹配报文作用,真正的允许或者拒绝是看behavior的动作的。
(0)
是华为的 ,感谢你的回答。
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
是华为的 ,感谢你的回答。