axgate-ngfw-nf-remove-blacklist-mac-batch
Remove MAC blacklist entries matching each input row's mac.
Syntax
... | axgate-ngfw-nf-remove-blacklist-mac-batch profile=STRING [label=STRING]
Options
- profile=STRING
- Required. AXGATE NGFW (NF) profile code.
- label=STRING
- Optional. Restricts deletion to entries carrying the given label. Deletes regardless of label if omitted.
Input fields
The following fields are read from each row piped in.
| Field | Type | Required | Description |
|---|---|---|---|
| mac | String | Y | MAC address to remove. e.g. A1:B1:C1:D1:E1:F1 |
Output fields
| Field | Type | Name | Description |
|---|---|---|---|
| _result | String | Result | Per-row result (SUCCESS/FAIL) |
| _error | String | Error | Failure reason when result is FAIL |
The original fields of each input row pass through unchanged; the two fields above are added to each row.