get : router all
 
router all
Use this command to display the list of configured and implied static routes.
Syntax
get router all
Example
get router all
Output such as the following appears in the CLI. In this case, only 172.20.120.0 was a static route configured by an administrator using config router static. The other routes are implied by the IP addresses of the virtual servers (10.1.1.10 listening on port2) and network interfaces (192.168.1.25 for port3).
IP Mask Gateway Distance Device
172.20.120.0 255.255.255.0 0.0.0.0 0 port1
10.1.1.221 255.255.255.255 0.0.0.0 0 port2
192.168.1.0 255.255.255.0 0.0.0.0 0 port3
Related topics
config router static
diagnose network route