[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Viewing Routing Table Information

You can display brief or detailed information about the route from the local system to a remote host.

To view brief route information:

user@host> show route 
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.2.2.0       *               255.255.255.0   U         0 0          0 eth0
default         srclab1.mylab.  0.0.0.0         UG        0 0          0 eth0

To view detailed route information:

user@host> show route detail 
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface MSS   Window irtt
192.2.2.0       *               255.255.255.0   U     0      0        0 eth0   0     0      0
default         srclab1.mylab.  0.0.0.0         UG    0      0        0 eth0   0     0      0

The detailed output includes the additional Metric, Ref, and Use fields.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]