





add ip route
Use add ip route to add values required for IP routing. For each IfIndex, provide values for the destination address, the hop count metric, the next hop IP address and the net mask IP address. Do not execute a reset after this command.
| Object | Parameter | Description |
| <DestAddress> | :IPAddress | The IP Address of the destination node. |
| <IfIndex> | :INTEGER (1..255) | The IfIndex of the LAN or WAN port you are adding IP routing to. |
| <Metric> | :INTEGER (2..15) | The number of hops required to reach the destination IP address. Obtain this number from your network administrator. |
| <NextHop> | :IPAddress | The IP address of the next node along the path to the destination. |
| <NetMask> | :IPAddress | The subnet mask associated with the IP address of this entry. |