Static routes
Route
A route to a host or network.
Properties
Enable
Enable this route.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config network ethernet <key> ipv4 route <index> enable
Destination
The destination host or network that is the files destination for this route.
| Format | Description |
|---|---|
| IPv4 network | An IPv4 network address and prefix length. |
- Data type: string
- Configuration
- Required
CLI: (cli)> config network ethernet <key> ipv4 route <index> dst
Gateway address
The upstream gateway for routes associated with this connection.
| Format | Description |
|---|---|
| IPv4 host address | An IPv4 host address in dotted-quad notation. |
- Data type: string
- Default:
0.0.0.0 - Configuration
- Optional
CLI: (cli)> config network ethernet <key> ipv4 route <index> gateway
Metric
The network metric assigned to routes associated with this connection.
- Data type: integer
- Default:
0 - Minimum: 0
- Configuration
- Required
CLI: (cli)> config network ethernet <key> ipv4 route <index> metric
