configure network route add ipv4 Parent topic

configure network route add ipv4

Adds a new IPv4 route entry.
Syntax:
configure network route add ipv4 <ip_prefixlen> <via> <dev>
View
Privileged
Parameters
<ip_prefixlen>: Destination network ID with format IP Address/Prefixlen
<via>: IPv4 address of the next hop router
<dev>: Name of the interface to use for the route
Example:
To add a new IPv4 route entry:
configure network route add ipv4 172.10.10.0/24 192.168.10.1 eth1