AXGATE NGFW (NF)

Download 0
Last updated Aug 10, 2026

axgate-ngfw-nf-add-blacklist-batch

Add a blacklist entry per input row, combining that row's fields like the single add-blacklist options.

Syntax

... | axgate-ngfw-nf-add-blacklist-batch profile=STRING [label=STRING] [expiry=STRING]

Options

profile=STRING
Required. AXGATE NGFW (NF) profile code.
label=STRING
Optional. Label to tag the entries (default: Logpresso).
expiry=STRING
Optional. Expiration period from now: <number><unit> with s/m/h/d/w/mon (e.g. 30d, 12h, 1mon). The device expiry is date-only, so units under a day (s/m/h) are truncated to the resulting date. No expiration if omitted.

Input fields

The following fields are read from each row piped in.

FieldTypeRequiredDescription
src_ipStringSource IP (ip alias accepted). e.g. 192.0.2.1
dst_ipStringDestination IP. e.g. 192.0.2.2
protocolStringNtcp/udp/icmp or 1-254
src_portIntegerNSource port (requires tcp/udp)
dst_portIntegerNDestination port (requires tcp/udp)
Note
At least one of src_ip and dst_ip is required (marked △ in the table). When both are given, they must be the same IP version.

Output fields

FieldTypeNameDescription
_resultStringResultPer-row result (SUCCESS/FAIL)
_errorStringErrorFailure reason when result is FAIL

The original fields of each input row pass through unchanged; the two fields above are added to each row.