network route show

Display the current network route configuration. Manually configured routes are displayed for all devices, whether they are active or not.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

>Monitor

Syntax

network route show

Example

lunash:>network route show


Manually configured routes

eth0:
ADDRESS0=192.20.9.1
NETMASK0=255.255.255.0
GATEWAY0=192.20.10.1
eth1:
ADDRESS0=192.20.11.1
NETMASK0=255.255.255.0
GATEWAY0=192.20.12.1
bond0:
ADDRESS0=192.20.13.1
NETMASK0=255.255.255.255
GATEWAY0=192.20.14.1
 
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.20.10.1     0.0.0.0         UG    100    0        0 eth0
192.20.9.0      192.20.10.1     255.255.255.0   UG    100    0        0 eth0
192.20.11.10   192.20.10.1     255.255.255.255 UGH   100    0        0 eth1


Command Result : 0 (Success)