The following table describes the Static Routes tab fields.
| Field | Description |
|---|---|
| Dest | Specifies the destination IP address of the route. 0.0.0.0 is considered the default route. |
| Mask | Specifies the destination mask of the route. |
| NextHop | Specifies the IP address of the next hop of this route. |
| Metric | Represents the cost of the static route. It is used to choose the best route (the one with the smallest cost) to a certain destination. The range is 1-65535. If this metric is not used, the value is set to -1. |
| IfIndex | Specifies the interface on which the static route is configured. |
| Enable | Specifies whether the route is administratively enabled (true) or disabled (false). |
| Status | Specifies the operational status of the route. |