set static route destination

In the R81.10.X releases, this command is available starting from the R81.10.05 version.

Description

Configure the hosts you want to probe to the route.

You can add up to 3 hosts with this command.

See add static-route destination

Syntax

set static route <Route ID> destination 0.0.0.0/0 nexthop gateway ipv4-address <IPv4 Address> monitored-ip <IPv4 Address> {on | off}

Parameters

Parameter

Description

route

The ID of the configured default static route.

ipv4-address

The IPv4 address of the configured LAN.

monitored-ip

The IPv4 address of the site you probe to check if you can reach it through the configured route.

  • on - Enables the configuration

  • off - Disables the configuration

Example Command

set static route 1234 destination 0.0.0.0/0 nexthop gateway ipv4-address 1.1.1.1 monitored-ip 2.2.2.2 on