axgate-ngfw-nf-blacklist
List IP (IPv4/IPv6) blacklist entries.
Syntax
axgate-ngfw-nf-blacklist [profile=STRING]
Options
- profile=STRING
- Optional. AXGATE NGFW (NF) profile code. If omitted, all profiles the executing user is granted are targeted.
Output fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | AXGATE NGFW (NF) connect profile |
| blacklist_type | String | Blacklist type | ip or ipv6 |
| src_type | String | Source type | host (single IP in src_start_ip), cidr (network in src_cidr), range (src_start_ip~src_end_ip), any (all) |
| src_start_ip | String | Source start IP | host: the IP; range: start of range; empty for cidr/any |
| src_end_ip | String | Source end IP | host: same as start; range: end of range; empty for cidr/any |
| src_cidr | String | Source CIDR | cidr type only (e.g. 192.0.2.0/24) |
| dst_type | String | Destination type | host (single IP in dst_start_ip), cidr (network in dst_cidr), range (dst_start_ip~dst_end_ip), any (all) |
| dst_start_ip | String | Destination start IP | host: the IP; range: start of range; empty for cidr/any |
| dst_end_ip | String | Destination end IP | host: same as start; range: end of range; empty for cidr/any |
| dst_cidr | String | Destination CIDR | cidr type only (e.g. 192.0.2.0/24) |
| protocol | String | Protocol | Protocol (tcp/udp/icmp/...) |
| src_port_type | String | Source port type | any or eq |
| src_port | String | Source port | Source port (src_port_type eq) |
| dst_port_type | String | Destination port type | any or eq |
| dst_port | String | Destination port | Destination port (dst_port_type eq) |
| created | Date | Created | Registration date |
| expiry_date | Date | Expiry date | Expiration date |
| description | String | Description | Entry description |
| org_hash | String | Hash | Per-entry hash (used for delete) |