Destination address
Match on destination address.
Properties
Destination address type
Match on a destination address type.
| Option | Label | Description |
|---|---|---|
any | Any address | Match any destination address. |
custom | Custom network | Match a destination from a custom network. |
hostname | Host by name | Match a destination by name. |
network | Local network | Match a destination from a local network. |
address | Local address | Match a destination from a local address. |
- Data type: string select
- Default:
any - Configuration
- Required
CLI: (cli)> config network flow rule <key> filter <index> destination address type
Destination network address
Match on a destination from this custom network address.
| Format | Description |
|---|---|
| IPv4 host address | An IPv4 host address in dotted-quad notation. |
| IPv4 network | An IPv4 network address and prefix length. |
| IPv6 host address | An IPv6 host address. |
| IPv6 network | An IPv6 network address and prefix length. |
- Data type: string
- Configuration
- Required
CLI: (cli)> config network flow rule <key> filter <index> destination address custom
Hostname
Match on a destination from this hostname.
- Data type: reference path
- References instances of: internal / dns / hostname
- Configuration
- Required
CLI: (cli)> config network flow rule <key> filter <index> destination address hostname
Local network
Match on a destination from this local network.
- Data type: reference path
- References instances of: Network / ip / Routes
- Configuration
- Required
CLI: (cli)> config network flow rule <key> filter <index> destination address network
Local address
Match on a destination from this local address.
- Data type: reference path
- References instances of: Network / ip / Addresses
- Configuration
- Required
CLI: (cli)> config network flow rule <key> filter <index> destination address address
