system-view
acl ip-pool BYPASS_FILTRO_ANTISPAM
commit
#
acl port-pool PORTAS_SPAM
eq 0
eq 17
eq 19
eq 25
eq 69
eq 110
eq 111
eq 135
eq 137
eq 138
eq 139
eq 143
eq 161
eq 162
eq 389
eq 445
eq 799
eq 800
eq 1900
eq 3283
eq 3702
eq 4665
eq 5353
eq 10001
eq 11211
eq 27960
commit
#
acl name FILTRO_ANTISPAM
rule 5 permit udp destination-pool BYPASS_FILTRO_ANTISPAM
rule 5 permit tcp destination-pool BYPASS_FILTRO_ANTISPAM
rule 10 deny udp source-pool REDE_GERAL destination-port-pool PORTAS_SPAM
rule 10 deny tcp source-pool REDE_GERAL destination-port-pool PORTAS_SPAM
commit
#
traffic classifier FILTRO_ANTISPAM operator or
if-match acl name FILTRO_ANTISPAM
commit
#
traffic policy INBOUND
classifier FILTRO_ANTISPAM behavior ENABLE precedence 20
commit
#