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 tableDestination Gateway Genmask Flags MSS Window irtt Iface192.2.2.0 * 255.255.255.0 U 0 0 0 eth0default srclab1.mylab. 0.0.0.0 UG 0 0 0 eth0To view detailed route information:
user@host>show route detail
Kernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Iface MSS Window irtt192.2.2.0 * 255.255.255.0 U 0 0 0 eth0 0 0 0default srclab1.mylab. 0.0.0.0 UG 0 0 0 eth0 0 0 0The detailed output includes the additional Metric, Ref, and Use fields.