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 link-aggregation <key> ipv4 route <index> enable

Destination

The destination host or network that is the files destination for this route.

FormatDescription
IPv4 networkAn IPv4 network address and prefix length.
  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config network link-aggregation <key> ipv4 route <index> dst

Gateway address

The upstream gateway for routes associated with this connection.

FormatDescription
IPv4 host addressAn IPv4 host address in dotted-quad notation.
  • Data type: string
  • Default: 0.0.0.0
  • Configuration
  • Optional

CLI: (cli)> config network link-aggregation <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 link-aggregation <key> ipv4 route <index> metric