network route show

Display the current network route configuration. Manually configured routes are displayed for all physical devices (eth0, eth1, eth2, eth3), and all active bonded devices (bond0, bond1).

Depending on your Luna Appliance Software version and the options you specified, bonded interface routes may be deleted when the interface is disabled. See lunash:> network interface bonding disable -keeproutes for more information.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

>Monitor

Syntax

network route show

Example using Luna Appliance Software 7.9.0 or newer

lunash:>network route show
 
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)

Example using Luna Appliance Software 7.8.5 or older

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)